commit | 2dbab878ba3dfbb94cfda8e08c3d7ec1f0d1835d | [log] [tgz] |
---|---|---|
author | Cristian Ciocaltea <cristian.ciocaltea@gmail.com> | Tue Dec 24 18:05:41 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:21 2020 +0100 |
tree | 6adbe8723527ed768bdff95dbc200e2fffd3baba | |
parent | b533386dc1bb67672d6c45d7e3c689d80546e0c8 [diff] |
doc: uefi.rst: Document launching UEFI binaries from FIT images This patch adds a new section "Launching a UEFI binary from a FIT image" documenting the usage of the CONFIG_BOOTM_EFI extension to bootm command that offers a verified boot alternative for UEFI binaries such as GRUB2. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>