Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | efi: x86: Adjust EFI files support efi_loader | Simon Glass | 2016-11-14 | -2/+0 |
| | | | | | | | | | Add compiler flags and make a few minor adjustments to support the efi loader. Signed-off-by: Simon Glass <sjg@chromium.org> [agraf: Add Kconfig dep] Signed-off-by: Alexander Graf <agraf@suse.de> | |||
* | x86: Move efi .lds files into the 'lib' directory | Simon Glass | 2016-11-14 | -0/+94 |
These files now need to be in a standard place so that they can be located by generic Makefile rules. Move them to the 'lib' directory. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de> |