On Mon, 09 Dec 2024 15:28:10 +0100, Sascha Hauer wrote: > When barebox is chainloaded from another bootloader it usually gets > passed a device tree from the previous bootloader. While this external > device tree is normally not used by barebox, its contents can still be > interesting, so store the device tree at /external-devicetree when > found. This needs board support to pass the external device tree in > handoff data, i.e. a board has to call > handoff_data_add(HANDOFF_DATA_EXTERNAL_DT, dtb, size); > This series adds beagleplay support for this feature as an example. > > [...] Applied, thanks! [1/3] fdt: Add function to check if a pointer contains a fdt https://git.pengutronix.de/cgit/barebox/commit/?id=abcd32a3e85f (link may not be stable) [2/3] store external device tree as file https://git.pengutronix.de/cgit/barebox/commit/?id=78c3e4145aa6 (link may not be stable) [3/3] ARM: beagleplay: put external device tree into handoff data https://git.pengutronix.de/cgit/barebox/commit/?id=0e62b0b1ecb2 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>