Re: [PATCH v3] loader/efi/fdt: Add fdtdump command to access device tree

2024-06-20 Thread Daniel Kiper
On Mon, Jun 17, 2024 at 05:10:26PM +0200, Tobias Heider wrote: > The fdtdump command allows dumping arbitrary device tree properties > and saving them to a variable similar to the smbios command. > > This is useful in scripts where further actions such as selecting a > kernel or loading another de

[PATCH v3] loader/efi/fdt: Add fdtdump command to access device tree

2024-06-17 Thread Tobias Heider
The fdtdump command allows dumping arbitrary device tree properties and saving them to a variable similar to the smbios command. This is useful in scripts where further actions such as selecting a kernel or loading another device tree depend on the compatible or model values of the device tree pro