commit | 6aca598606cfdeac50160f54e94f579ec9a19e1a | [log] [tgz] |
---|---|---|
author | Cristian Ciocaltea <cristian.ciocaltea@gmail.com> | Tue Dec 24 18:05:39 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:21 2020 +0100 |
tree | d690160a6e4759958912671f61b37d7e232dad68 | |
parent | 217f9640d76635ac881a5ec1f16490f7e717263e [diff] |
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>