-
- Downloads
x86: Move FACP table into separate functions
Each board has its own way of creating this table. Rather than calling the acpi_create_fadt() function for each one from a common acpi_write_fadt() function, just move the writer into the board-specific code. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Showing
- arch/x86/cpu/apollolake/acpi.c 13 additions, 4 deletionsarch/x86/cpu/apollolake/acpi.c
- arch/x86/cpu/baytrail/acpi.c 19 additions, 8 deletionsarch/x86/cpu/baytrail/acpi.c
- arch/x86/cpu/quark/acpi.c 19 additions, 8 deletionsarch/x86/cpu/quark/acpi.c
- arch/x86/cpu/tangier/acpi.c 17 additions, 8 deletionsarch/x86/cpu/tangier/acpi.c
- arch/x86/include/asm/acpi_table.h 0 additions, 2 deletionsarch/x86/include/asm/acpi_table.h
- arch/x86/lib/acpi_table.c 0 additions, 15 deletionsarch/x86/lib/acpi_table.c
Loading
Please register or sign in to comment