]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: implement EFI_DT_FIXUP_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 13 Dec 2020 09:30:24 +0000 (10:30 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:01 +0000 (02:38 +0100)
commit94686f60a2b9fd87842f473a5cdca316668765c3
tree905db732cbefd6c43c31e29d1ed08adc2eeed350
parent48618e9b8b2a09486983a60efc7402f5d136f992
efi_loader: implement EFI_DT_FIXUP_PROTOCOL

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>
cmd/bootefi.c
cmd/efidebug.c
include/efi_dt_fixup.h [new file with mode: 0644]
include/efi_loader.h
lib/efi_loader/Makefile
lib/efi_loader/efi_dt_fixup.c [new file with mode: 0644]
lib/efi_loader/efi_root_node.c