]> Git Repo - u-boot.git/commit
Reland "x86: Move FACP table into separate functions""
authorSimon Glass <[email protected]>
Fri, 1 Sep 2023 17:27:09 +0000 (11:27 -0600)
committerBin Meng <[email protected]>
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 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Tested-by: Andy Shevchenko <[email protected]>
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
This page took 0.035303 seconds and 4 git commands to generate.