Re: [U-Boot] [PATCH v2 28/47] x86: Add support for U-Boot as an EFI application

2015-08-03 Thread Bin Meng
Hi Simon, On Fri, Jul 31, 2015 at 11:31 PM, Simon Glass wrote: > From: Ben Stoltz > > Add the required x86 glue code. This includes the initial start-up, > relocation and jumping to efi_main(). We also need to avoid fiddling with > interrupts. > > Signed-off-by: Ben Stoltz > Signed-off-by: Simo

[U-Boot] [PATCH v2 28/47] x86: Add support for U-Boot as an EFI application

2015-07-31 Thread Simon Glass
From: Ben Stoltz Add the required x86 glue code. This includes the initial start-up, relocation and jumping to efi_main(). We also need to avoid fiddling with interrupts. Signed-off-by: Ben Stoltz Signed-off-by: Simon Glass --- Changes in v2: - Add ALIGN() before .dynamic in the linker script