[PATCH 01/10] efi_loader: Separate device path into its own header
Simon Glass
sjg at chromium.org
Fri May 23 15:30:44 CEST 2025
Hi,
On Fri, 23 May 2025 at 14:07, Simon Glass <sjg at chromium.org> wrote:
>
> These functions are useful for the EFI app. As a first step towards
> making these available outside lib/efi_loader, create a separate header
> file and include it where needed. Add proper comments to the functions,
> since many are missing at present.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> cmd/bootefi.c | 1 +
> cmd/eficonfig.c | 1 +
> cmd/efidebug.c | 1 +
> include/efi_device_path.h | 419 +++++++++++++++++++++
Unfortunately this file needs a forward declaration at the top:
struct udevice;
[..]
Regards,
Simon
More information about the U-Boot
mailing list