Re: [U-Boot] [PATCH v2 12/28] x86: acpi: Various changes to 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: >> - Use "U-BOOT" and "U-BOOTBL" for the OEM ID and OEM table ID. >> - Do not typedef acpi_header_t, instead use struct acpi_table_hader. >> - Use a shorter name

Re: [U-Boot] [PATCH v2 12/28] x86: acpi: Various changes to acpi_table.h

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > - Use "U-BOOT" and "U-BOOTBL" for the OEM ID and OEM table ID. > - Do not typedef acpi_header_t, instead use struct acpi_table_hader. > - Use a shorter name aslc_id and aslc-revision. > - Change MCFG base address to use 32-bit value

[U-Boot] [PATCH v2 12/28] x86: acpi: Various changes to acpi_table.h

2016-05-07 Thread Bin Meng
- Use "U-BOOT" and "U-BOOTBL" for the OEM ID and OEM table ID. - Do not typedef acpi_header_t, instead use struct acpi_table_hader. - Use a shorter name aslc_id and aslc-revision. - Change MCFG base address to use 32-bit value pairs (_l and _h). - Apply ACPI_APIC_ prefix to MADT APIC type macros