Re: [U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-23 Thread Simon Glass
Hi, On 22 August 2015 at 00:50, Saket Sinha wrote: > This patch mainly adds ACPI support to QEMU. > Verified by booting Linux kernel on QEMU i440FX and Q35. > > Signed-off-by: Saket Sinha > --- > > arch/x86/cpu/qemu/Makefile | 1 + > arch/x86/cpu/qemu/acpi.c | 179 > +++

Re: [U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-23 Thread Saket Sinha
Hi Bin, On Sun, Aug 23, 2015 at 5:14 PM, Bin Meng wrote: > Hi Saket, > > On Sun, Aug 23, 2015 at 7:33 PM, Saket Sinha wrote: >> Hi Bin, >> >> >> On Sun, Aug 23, 2015 at 3:03 PM, Bin Meng wrote: >>> Hi Saket, >>> >>> On Sat, Aug 22, 2015 at 2:50 PM, Saket Sinha >>> wrote: This patch main

Re: [U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-23 Thread Bin Meng
Hi Saket, On Sun, Aug 23, 2015 at 7:33 PM, Saket Sinha wrote: > Hi Bin, > > > On Sun, Aug 23, 2015 at 3:03 PM, Bin Meng wrote: >> Hi Saket, >> >> On Sat, Aug 22, 2015 at 2:50 PM, Saket Sinha wrote: >>> This patch mainly adds ACPI support to QEMU. >>> Verified by booting Linux kernel on QEMU i44

Re: [U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-23 Thread Saket Sinha
Hi Bin, On Sun, Aug 23, 2015 at 3:03 PM, Bin Meng wrote: > Hi Saket, > > On Sat, Aug 22, 2015 at 2:50 PM, Saket Sinha wrote: >> This patch mainly adds ACPI support to QEMU. >> Verified by booting Linux kernel on QEMU i440FX and Q35. > > I don't think ACPI is for i440FX. Although it boots, but t

Re: [U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-23 Thread Bin Meng
Hi Saket, On Sat, Aug 22, 2015 at 2:50 PM, Saket Sinha wrote: > This patch mainly adds ACPI support to QEMU. > Verified by booting Linux kernel on QEMU i440FX and Q35. I don't think ACPI is for i440FX. Although it boots, but that does not mean ACPI really works. These ASL files describing Q35 pl

[U-Boot] [UBOOT PATCH v6 2/3] x86: Add ACPI table support to QEMU

2015-08-21 Thread Saket Sinha
This patch mainly adds ACPI support to QEMU. Verified by booting Linux kernel on QEMU i440FX and Q35. Signed-off-by: Saket Sinha --- arch/x86/cpu/qemu/Makefile | 1 + arch/x86/cpu/qemu/acpi.c | 179 + 2 files changed, 180 insertions(+) create mod