Re: [PATCH 21/40] x86: Move FACP table into separate functions

2022-01-23 Thread Simon Glass
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 --- arch/x86/cpu/apollolake/acpi.c| 17

[PATCH 21/40] x86: Move FACP table into separate functions

2021-12-01 Thread Simon Glass
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 --- arch/x86/cpu/apollolake/acpi.c| 17