diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-06-22 21:41:51 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-18 13:26:37 +0000 |
commit | f3aa88a51cefc12da3304cd827bbfd6e7fcbfe76 (patch) | |
tree | 2d098e82e5f283987ed11ee13fa20fd880f919ec /src/acpi/Kconfig | |
parent | fbb612f6d25bdd03a691396eb5a3f73d5d4c56b3 (diff) |
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>
Diffstat (limited to 'src/acpi/Kconfig')
-rw-r--r-- | src/acpi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig index b72d2c63e7..dc57fef05e 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -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. |