arch/arm64: Hook up ACPI table generation

Linux v6.3.5 is able to detect and use ACPI tables on an out of tree
target using hacked version of u-boot to pass ACPI through UEFI.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I4f60c546ec262ffb4d447fe6476844cf5a1b756d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76071
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Arthur Heymans
2023-06-22 21:41:51 +02:00
committed by Felix Held
parent fbb612f6d2
commit f3aa88a51c
3 changed files with 23 additions and 8 deletions

View File

@@ -81,3 +81,9 @@ config ACPI_GTDT
depends on HAVE_ACPI_TABLES
help
Selected by platforms that implement ARM generic timers
config MAX_ACPI_TABLE_SIZE_KB
int
default 144
help
Set the maximum size of all ACPI tables in KiB.