x86: Support building the EFI stub
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:53 +0000 (12:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:44:07 +0000 (08:44 -0600)
commitb997abd3f06f136b226431a2947520dd5a426869
tree9927d12f074f04750d61e587dd9a59bba8d1b588
parent476476e73b14696563524cbc2627a4c033ea64da
x86: Support building the EFI stub

Add support for building a 32/64-bit EFI stub for x86. This involves
building the startup and relocation code for either i386 or x86_64.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/Makefile
arch/x86/lib/efi/Makefile [new file with mode: 0644]