mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_loader: add file/filesys support
fallback.efi (and probably other things) use UEFI's simple-file-system protocol and file support to search for OS's to boot. Signed-off-by: Rob Clark <robdclark@gmail.com> [agraf: whitespace fixes, unsigned fixes] Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
95c5553ea2
commit
2a92080d8c
7 changed files with 676 additions and 0 deletions
|
@ -81,6 +81,8 @@ typedef struct {
|
|||
#define EFI_IP_ADDRESS_CONFLICT (EFI_ERROR_MASK | 34)
|
||||
#define EFI_HTTP_ERROR (EFI_ERROR_MASK | 35)
|
||||
|
||||
#define EFI_WARN_DELETE_FAILURE 2
|
||||
|
||||
typedef unsigned long efi_status_t;
|
||||
typedef u64 efi_physical_addr_t;
|
||||
typedef u64 efi_virtual_addr_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue