Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd: efidebug: simplify printing GUIDs | Heinrich Schuchardt | 2022-01-19 | 1 | -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_PROTOCOL | Heinrich Schuchardt | 2021-01-13 | 1 | -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> |