]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Add a bootm command for type IH_OS_EFI
authorCristian Ciocaltea <cristian.ciocaltea@gmail.com>
Tue, 24 Dec 2019 16:05:39 +0000 (18:05 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
commitecc7fdaa9ef191e023fbc138e3466ccf05f6af20
treed690160a6e4759958912671f61b37d7e232dad68
parenta031b03f6448fafba46d08f7a88fa33690d50858
bootm: Add a bootm command for type IH_OS_EFI

Add support for booting EFI binaries contained in FIT images.
A typical usage scenario is chain-loading GRUB2 in a verified
boot environment.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/Kconfig
common/bootm_os.c