Re: [U-Boot] [UBOOT PATCH v5 1/3] x86: Generate a valid ACPI table

2015-08-20 Thread Bin Meng
Hi Saket, On Fri, Aug 21, 2015 at 12:33 PM, Saket Sinha wrote: > Hi Bin, > > Please find my response inline - > > > > On Tue, Aug 18, 2015 at 12:36 PM, Bin Meng wrote: >> Hi Saket, >> >> On Tue, Aug 18, 2015 at 3:29 AM, Saket Sinha wrote: >>> Implement write_acpi_table() to create a minimal wor

Re: [U-Boot] [UBOOT PATCH v5 1/3] x86: Generate a valid ACPI table

2015-08-20 Thread Saket Sinha
Hi Bin, Please find my response inline - On Tue, Aug 18, 2015 at 12:36 PM, Bin Meng wrote: > Hi Saket, > > On Tue, Aug 18, 2015 at 3:29 AM, Saket Sinha wrote: >> Implement write_acpi_table() to create a minimal working ACPI table. >> This includes writing FACS, XSDT, RSDP, FADT, MCFG, MADT, D

Re: [U-Boot] [UBOOT PATCH v5 1/3] x86: Generate a valid ACPI table

2015-08-18 Thread Bin Meng
Hi Saket, On Tue, Aug 18, 2015 at 3:29 AM, Saket Sinha wrote: > Implement write_acpi_table() to create a minimal working ACPI table. > This includes writing FACS, XSDT, RSDP, FADT, MCFG, MADT, DSDT & SSDT > ACPI table entries. > > Use a Kconfig option GENERATE_ACPI_TABLE to tell U-Boot whether we

[U-Boot] [UBOOT PATCH v5 1/3] x86: Generate a valid ACPI table

2015-08-17 Thread Saket Sinha
Implement write_acpi_table() to create a minimal working ACPI table. This includes writing FACS, XSDT, RSDP, FADT, MCFG, MADT, DSDT & SSDT ACPI table entries. Use a Kconfig option GENERATE_ACPI_TABLE to tell U-Boot whether we need actually write the APCI table just like we did for PIRQ routing, MP