]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: print device-tree in dtbdump.efi
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 29 Jun 2024 07:00:46 +0000 (09:00 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 14 Jul 2024 07:56:24 +0000 (09:56 +0200)
commit88ef1bf4c43dea5412b716f67f49f794275a0a2c
tree27e40f9453e1479d6c66861b791d8afc9b439405
parent659f97eb1fc30296aa64e2ad9f4b7578e183aea5
efi_loader: print device-tree in dtbdump.efi

The dtbdump.efi binary can be used for testing the EFI_DT_FIXUP_PROTOCOL.
It provides a command to load a file and have it fixed up and a
command to save the resulting file.

Add a command 'dump' for displaying the device-tree.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/dtbdump.c