| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-25 | efi: Rename END to EFI_DP_END | Simon Glass | |
| This exported symbol has a very generic name. Rename it to indicate that it relates to EFI and device-paths. Fix checkpatch warnings related to use of multiple assignments. Signed-off-by: Simon Glass <[email protected]> Suggested-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> | |||
| 2025-05-25 | efi_loader: Separate device path into its own header | 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 <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]> | |||
