[U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI

2015-07-22 Thread Simon Glass
When U-Boot is running from EFI some of the x86 init is replaced with EFI-specific init. For example, since DRAM has already been set up, we only need to find it, not init it. Add these functions so that boards can easily allow booting from EFI if required. Signed-off-by: Simon Glass --- arch/x

Re: [U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI

2015-07-24 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > When U-Boot is running from EFI some of the x86 init is replaced with > EFI-specific init. For example, since DRAM has already been set up, we only > need to find it, not init it. Add these functions so that boards can easily > allo

Re: [U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI

2015-07-24 Thread Bin Meng
On Fri, Jul 24, 2015 at 5:03 PM, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: >> When U-Boot is running from EFI some of the x86 init is replaced with >> EFI-specific init. For example, since DRAM has already been set up, we only >> need to find it, not ini