[U-Boot] [PATCH v2 23/28] x86: baytrail: Generate ACPI FADT/MADT tables
Bin Meng
bmeng.cn at gmail.com
Sun May 8 10:19:10 CEST 2016
On Sun, May 8, 2016 at 2:47 AM, Simon Glass <sjg at chromium.org> wrote:
> On 7 May 2016 at 08:46, Bin Meng <bmeng.cn at gmail.com> wrote:
>> FADT/MADT tables are platform specific. Generate them for BayTrail.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> 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
>> - Return table length in acpi_create_madt_irq_overrides() so that the
>> code logic in acpi_fill_madt() looks consistent (eg: current += ...)
>>
>> arch/x86/cpu/baytrail/Makefile | 1 +
>> arch/x86/cpu/baytrail/acpi.c | 163 +++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 164 insertions(+)
>> create mode 100644 arch/x86/cpu/baytrail/acpi.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list