Re: [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload

2015-07-31 Thread Simon Glass
Hi Bin, On 24 July 2015 at 02:58, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: >> When U-Boot runs as an EFI payload it needs to avoid setting up the CPU >> again. Also U-Boot currently does not handle interrupts for many devices, so >> run with interrupts

Re: [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload

2015-07-24 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > When U-Boot runs as an EFI payload it needs to avoid setting up the CPU > again. Also U-Boot currently does not handle interrupts for many devices, so > run with interrupts disabled. > > Signed-off-by: Simon Glass > --- > > arch/x

[U-Boot] [PATCH 43/48] x86: Handle running as EFI payload

2015-07-22 Thread Simon Glass
When U-Boot runs as an EFI payload it needs to avoid setting up the CPU again. Also U-Boot currently does not handle interrupts for many devices, so run with interrupts disabled. Signed-off-by: Simon Glass --- arch/x86/Kconfig | 16 arch/x86/cpu/cpu.c| 21 +