Re: [U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-10 Thread Bin Meng
Hi Simon, On Sun, May 10, 2015 at 9:45 PM, Simon Glass wrote: > Hi Bin, > > On 8 May 2015 at 21:39, Bin Meng wrote: >> Hi Simon, >> >> On Sat, May 9, 2015 at 4:43 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 6 May 2015 at 03:34, Bin Meng wrote: It turns out that QEMU x86 emulated graphic

Re: [U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-10 Thread Simon Glass
Hi Bin, On 8 May 2015 at 21:39, Bin Meng wrote: > Hi Simon, > > On Sat, May 9, 2015 at 4:43 AM, Simon Glass wrote: >> Hi Bin, >> >> On 6 May 2015 at 03:34, Bin Meng wrote: >>> It turns out that QEMU x86 emulated graphic card has an built-in >>> option ROM which can be run perfectly under native

Re: [U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-08 Thread Bin Meng
Hi Simon, On Sat, May 9, 2015 at 4:43 AM, Simon Glass wrote: > Hi Bin, > > On 6 May 2015 at 03:34, Bin Meng wrote: >> It turns out that QEMU x86 emulated graphic card has an built-in >> option ROM which can be run perfectly under native mode by U-Boot. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-08 Thread Simon Glass
Hi Bin, On 6 May 2015 at 03:34, Bin Meng wrote: > It turns out that QEMU x86 emulated graphic card has an built-in > option ROM which can be run perfectly under native mode by U-Boot. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/qemu/pci.c| 24 +++- > configs/qemu-

[U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-06 Thread Bin Meng
It turns out that QEMU x86 emulated graphic card has an built-in option ROM which can be run perfectly under native mode by U-Boot. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/pci.c| 24 +++- configs/qemu-x86_defconfig | 3 +++ doc/README.x86 | 3 +++ inc