Re: [PATCH v5 17/28] efi: Mention that efi_info_get() is only used in the stub

2021-12-09 Thread Heinrich Schuchardt
On 12/4/21 07:56, Simon Glass wrote: 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 --- (no changes sinc

[PATCH v5 17/28] efi: Mention that efi_info_get() is only used in the stub

2021-12-04 Thread Simon Glass
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 --- (no changes since v2) Changes in v2: - Fix 'as' typo