]> git.dujemihanovic.xyz Git - u-boot.git/commit
Reland "x86: Move FACP table into separate functions""
authorSimon Glass <sjg@chromium.org>
Fri, 1 Sep 2023 17:27:09 +0000 (11:27 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit2e977b2ce8f63aee6a5197eeb2330da093af44a1
tree6dc346bd7ccfa91f0cc0723bfc0040ff90c9b5b0
parent0879de0e8b110da1d35db45f086c60cf777f2732
Reland "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.

Co-developed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/cpu/apollolake/acpi.c
arch/x86/cpu/baytrail/acpi.c
arch/x86/cpu/quark/acpi.c
arch/x86/cpu/tangier/acpi.c
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c