summaryrefslogtreecommitdiff
path: root/include/efi_dt_fixup.h
Commit message (Collapse)AuthorAgeFilesLines
* cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt2022-01-191-4/+0
| | | | | | Use "%pS" to print text representations of GUIDs. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-0/+39
A boot manager like GRUB can use the protocol to * apply U-Boot's fix-ups to the a device-tree * let U-Boot make memory reservations according to the device-tree * install the device-tree as a configuration table Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>