commit | cf376037e232869fd86cf2658bdf297fbe004055 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 29 11:57:48 2021 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 31 06:59:37 2021 +0100 |
tree | b7402ae601bc400019c6fe43a5ba0fac6270fd32 | |
parent | bc53a35ac526c575a91c12af21f7106d54f7a496 [diff] |
efi: Mention that efi_info_get() is only used in the stub This provides access to EFI tables after U-Boot has exited boot services. It is not needed in the app since boot services remain alive and we can just call them whenever needed. Add a comment to explain this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>