Only show CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM option when implemented
This also selects RELOCATABLE_RAMSTAGE and CACHE_RELOCATABLE_RAMSTAGE_OUTSIDE_CBMEM by default on Haswell. Change-Id: I50b9ee8bbfb3611fccfd1cfde58c6c9f46b189ca Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/18232 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
9471d00a4f
commit
410f256b6f
@ -244,7 +244,7 @@ config RELOCATABLE_RAMSTAGE
|
|||||||
|
|
||||||
config CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
|
config CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
|
||||||
depends on RELOCATABLE_RAMSTAGE
|
depends on RELOCATABLE_RAMSTAGE
|
||||||
bool "Cache the relocated ramstage outside of cbmem."
|
bool
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
The relocated ramstage is saved in an area specified by the
|
The relocated ramstage is saved in an area specified by the
|
||||||
|
@ -20,6 +20,8 @@ config NORTHBRIDGE_INTEL_HASWELL
|
|||||||
select INTEL_DDI
|
select INTEL_DDI
|
||||||
select INTEL_DP
|
select INTEL_DP
|
||||||
select INTEL_GMA_ACPI
|
select INTEL_GMA_ACPI
|
||||||
|
select RELOCATABLE_RAMSTAGE
|
||||||
|
select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
|
||||||
|
|
||||||
if NORTHBRIDGE_INTEL_HASWELL
|
if NORTHBRIDGE_INTEL_HASWELL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user