Re: [U-Boot] [PATCH v2 13/28] x86: acpi: Reorder code in acpi_table.h

2016-05-08 Thread Bin Meng
On Sun, May 8, 2016 at 2:46 AM, Simon Glass wrote: > On 7 May 2016 at 08:46, Bin Meng wrote: >> Reorder the ACPI tables appearance by following the order: >> RSDP, RSDT, XSDT, FADT, FACS, MADT, MCFG. And adjust the >> table flag defines accordingly. >> >>

Re: [U-Boot] [PATCH v2 13/28] x86: acpi: Reorder code in acpi_table.h

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > Reorder the ACPI tables appearance by following the order: > RSDP, RSDT, XSDT, FADT, FACS, MADT, MCFG. And adjust the > table flag defines accordingly. > > Signed-off-by: Bin Meng > Reviewed-by: Stefan Roese

[U-Boot] [PATCH v2 13/28] x86: acpi: Reorder code in acpi_table.h

2016-05-07 Thread Bin Meng
Reorder the ACPI tables appearance by following the order: RSDP, RSDT, XSDT, FADT, FACS, MADT, MCFG. And adjust the table flag defines accordingly. Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Tested-by: Stefan Roese --- Changes in v2: -