Re: [U-Boot] [PATCH v2 23/28] x86: baytrail: Generate ACPI FADT/MADT tables

2016-05-08 Thread Bin Meng
On Sun, May 8, 2016 at 2:47 AM, Simon Glass wrote: > On 7 May 2016 at 08:46, Bin Meng wrote: >> FADT/MADT tables are platform specific. Generate them for BayTrail. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - Use

Re: [U-Boot] [PATCH v2 23/28] x86: baytrail: Generate ACPI FADT/MADT tables

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > FADT/MADT tables are platform specific. Generate them for BayTrail. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Use existing macros in FADT whenever possible > - Rename acpi_madt_irq_overrides() to

[U-Boot] [PATCH v2 23/28] x86: baytrail: Generate ACPI FADT/MADT tables

2016-05-07 Thread Bin Meng
FADT/MADT tables are platform specific. Generate them for BayTrail. Signed-off-by: Bin Meng --- Changes in v2: - Use existing macros in FADT whenever possible - Rename acpi_madt_irq_overrides() to acpi_create_madt_irq_overrides() for consistency, and make it static -