src/soc/intel/common: Don't allow user to change PCIe BAR
Change-Id: I254549057552be93611afa8ca52d22be220fe3dc Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/20178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
parent
3038b48de3
commit
48d6b76d53
|
@ -4,7 +4,7 @@ config SOC_INTEL_COMMON_BLOCK_SA
|
|||
Intel Processor common System Agent support
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex "PCI MMIO Base Address"
|
||||
hex
|
||||
default 0xe0000000
|
||||
|
||||
config SA_PCIEX_LENGTH
|
||||
|
|
Loading…
Reference in New Issue