Re: [PATCH 1/3] efi_loader: Separate device path into its own header

2025-05-25 Thread Heinrich Schuchardt
On 5/24/25 19:28, Simon Glass 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-b

[PATCH 1/3] efi_loader: Separate device path into its own header

2025-05-24 Thread Simon Glass
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 --- Changes in v2: - A