Re: [U-Boot] [PATCH v3 15/28] x86: Support building the EFI stub

2015-08-05 Thread Bin Meng
On Wed, Aug 5, 2015 at 2:33 AM, Simon Glass s...@chromium.org wrote: 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 s...@chromium.org --- Changes in v3: - Move 64-bit

Re: [U-Boot] [PATCH v3 15/28] x86: Support building the EFI stub

2015-08-05 Thread Simon Glass
On 5 August 2015 at 06:20, Bin Meng bmeng...@gmail.com wrote: On Wed, Aug 5, 2015 at 2:33 AM, Simon Glass s...@chromium.org wrote: 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

[U-Boot] [PATCH v3 15/28] x86: Support building the EFI stub

2015-08-04 Thread Simon Glass
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 s...@chromium.org --- Changes in v3: - Move 64-bit comment to just above the 64-bit flag adjustments Changes in v2: - Add a comment