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

2024-06-14 Thread Daniel Kiper
On Fri, Jun 14, 2024 at 06:26:00PM +0200, Tobias Heider wrote: > On Fri, Jun 14, 2024 at 06:03:23PM +0200, Daniel Kiper wrote: > > On Wed, Jun 12, 2024 at 01:12:28PM +0200, Tobias Heider wrote: > > > The fdtdump command allows dumping arbitrary device tree properties > > > and saving them to a vari

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

2024-06-14 Thread Tobias Heider
On Fri, Jun 14, 2024 at 06:03:23PM +0200, Daniel Kiper wrote: > On Wed, Jun 12, 2024 at 01:12:28PM +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 w

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

2024-06-14 Thread Daniel Kiper
On Wed, Jun 12, 2024 at 01:12:28PM +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 dev

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

2024-06-12 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