commit | e52325831329fecfd91e0043d02f91ca0ff2f11b | [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 | a008d68760d045ea4b3b8992f55c00a94d466907 [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>