Re: [U-Boot] [PATCH 1/5] x86: Support QEMU x86 targets

2015-05-05 Thread Bin Meng
Hi Simon, On Wed, May 6, 2015 at 12:01 PM, Simon Glass wrote: > Hi Bin, > > On 5 May 2015 at 09:24, Bin Meng wrote: >> This commit introduces the initial U-Boot support for QEMU x86 targets. >> U-Boot can boot from coreboot as a payload, or directly without coreboot. >> >> Signed-off-by: Bin Men

Re: [U-Boot] [PATCH 1/5] x86: Support QEMU x86 targets

2015-05-05 Thread Simon Glass
Hi Bin, On 5 May 2015 at 09:24, Bin Meng wrote: > This commit introduces the initial U-Boot support for QEMU x86 targets. > U-Boot can boot from coreboot as a payload, or directly without coreboot. > > Signed-off-by: Bin Meng > --- > > arch/x86/Kconfig | 5 +++ > arch/x86/

[U-Boot] [PATCH 1/5] x86: Support QEMU x86 targets

2015-05-05 Thread Bin Meng
This commit introduces the initial U-Boot support for QEMU x86 targets. U-Boot can boot from coreboot as a payload, or directly without coreboot. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 5 +++ arch/x86/cpu/Makefile | 1 + arch/x86/cpu/qemu/Kconfig