mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
x86: Allow APCI in SPL
This is needed so we can find the DBG2 table provided by coreboot. Add a Kconfig so it can be enabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
8ebca32b2d
commit
0c45c76ced
@ -289,6 +289,14 @@ config ACPI
|
||||
not necessarily include generation of tables
|
||||
(see GENERATE_ACPI_TABLE), but allows for tables to be located.
|
||||
|
||||
config SPL_ACPI
|
||||
bool "Enable support for ACPI libraries in SPL"
|
||||
depends on SPL && SUPPORT_ACPI
|
||||
help
|
||||
Provides library functions for dealing with ACPI tables in SPL. This
|
||||
does not necessarily include generation of tables
|
||||
(see GENERATE_ACPI_TABLE), but allows for tables to be located.
|
||||
|
||||
config GENERATE_ACPI_TABLE
|
||||
bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
|
||||
depends on ACPI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user