[PATCH v5 06/23] efi_loader: Move some memory-function comments to header
Simon Glass
sjg at chromium.org
Tue Dec 17 20:47:57 CET 2024
There was discussion about this and I am not sure what people prefer.
What I do care about is that this has no place in this patchset.
Please send it separately.
Thanks
/Ilias
On Wed, 11 Dec 2024 at 15:54, Simon Glass <sjg at chromium.org> wrote:
>
> Exported functions should be documented in the header file, not the
> implementation. We tend to make such updates on a piecemeal basis to
> avoid a 'flag day'. Move some comments related to memory allocation to
> follow the convention.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Rebase on early patch
>
> include/efi_loader.h | 77 +++++++++++++++++++++++++++++++----
> lib/efi_loader/efi_memory.c | 81 -------------------------------------
> 2 files changed, 69 insertions(+), 89 deletions(-)
>
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list