commit | 62bb89083385040e1c3ed72dc41168412d0f422b | [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 | 5279e166a8e0383b05a1c61bd5e396b1e061d75d [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>