]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add relocation and link script for a 64-bit EFI application
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:51 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:55 +0000 (08:00 +0200)
commit52697db00b730c6d65b8ec7a5b321616532e164f
tree02c171405b7a34e38d3ba6de9b3025fb22592771
parent66f0bb2213a8ad3c2f66fc3cb6eab05de11edfe1
x86: Add relocation and link script for a 64-bit EFI application

Add a linker script and relocation code for building 64-bit EFI
applications. This can be used for the EFI stub.

Signed-off-by: Simon Glass <sjg@chromium.org>
Improvements to how the payload is built:
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/efi/elf_x86_64_efi.lds [new file with mode: 0644]
arch/x86/lib/efi/reloc_x86_64.c [new file with mode: 0644]