提交 97bafc9d 编写于 作者: S Simon Glass 提交者: Bin Meng

x86: Add a config for the systemagent PCIEX regions size

Add a way to specify the required size for this region. This is used when
generating ACPI tables.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 4c44aa7a
...@@ -976,4 +976,22 @@ config TPL_ACPI_GPE ...@@ -976,4 +976,22 @@ config TPL_ACPI_GPE
See https://queue.acm.org/blogposting.cfm?id=18977 for more info See https://queue.acm.org/blogposting.cfm?id=18977 for more info
config SA_PCIEX_LENGTH
hex
default 0x10000000 if (PCIEX_LENGTH_256MB)
default 0x8000000 if (PCIEX_LENGTH_128MB)
default 0x4000000 if (PCIEX_LENGTH_64MB)
default 0x10000000
help
This option allows you to select length of PCIEX region.
config PCIEX_LENGTH_256MB
bool
config PCIEX_LENGTH_128MB
bool
config PCIEX_LENGTH_64MB
bool
endmenu endmenu
...@@ -13,6 +13,7 @@ config INTEL_APOLLOLAKE ...@@ -13,6 +13,7 @@ config INTEL_APOLLOLAKE
select TPL_X86_TSC_TIMER_NATIVE select TPL_X86_TSC_TIMER_NATIVE
select SPL_PCH_SUPPORT select SPL_PCH_SUPPORT
select TPL_PCH_SUPPORT select TPL_PCH_SUPPORT
select PCIEX_LENGTH_256MB
select PCH_SUPPORT select PCH_SUPPORT
select P2SB select P2SB
select SMP_AP_WORK select SMP_AP_WORK
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册