Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-14 | Merge tag 'efi-2020-01-rc3' of ↵ | Tom Rini | |
https://gitlab.denx.de/u-boot/custodians/u-boot-efi Pull request for UEFI sub-system for efi-2020-01-rc3 The following changes for the UEFI subsystem are provided: * allow building UEFI binaries on the sandbox * enable access to file systems without partition tables * correctly check the return value of efi_dp_from_file() | |||
2019-11-12 | efi_loader: support building UEFI binaries on sandbox | Heinrich Schuchardt | |
On the sandbox the UEFI binaries must match the host architectures. Adjust the Makefiles. Provide the PE/COFF header and relocation files. Allow building helloworld.efi on the sandbox. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |