coreboot-kgpe-d16/src/soc/intel/quark
Shelley Chen 4e9bb3308e Rename ECAM-specific MMCONF Kconfigs
Currently, the MMCONF Kconfigs only support the Enhanced Configuration
Access mechanism (ECAM) method for accessing the PCI config address
space.  Some platforms have a different way of mapping the PCI config
space to memory.  This patch renames the following configs to
make it clear that these configs are ECAM-specific:

- NO_MMCONF_SUPPORT --> NO_ECAM_MMCONF_SUPPORT
- MMCONF_SUPPORT --> ECAM_MMCONF_SUPPORT
- MMCONF_BASE_ADDRESS --> ECAM_MMCONF_BASE_ADDRESS
- MMCONF_BUS_NUMBER --> ECAM_MMCONF_BUS_NUMBER
- MMCONF_LENGTH --> ECAM_MMCONF_LENGTH

Please refer to CB:57861 "Proposed coreboot Changes" for more
details.

BUG=b:181098581
BRANCH=None
TEST=./util/abuild/abuild -p none -t GOOGLE_KOHAKU -x -a -c max
     Make sure Jenkins verifies that builds on other boards

Change-Id: I1e196a1ed52d131a71f00cba1d93a23e54aca3e2
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57333
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2021-11-10 17:24:16 +00:00
..
bootblock arch/x86: Move prologue to .init section 2021-01-07 11:02:03 +00:00
include/soc src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
romstage drivers/intel/fsp2_0: Fix running on x86_64 2021-02-04 10:21:42 +00:00
acpi.c ACPI: Have common acpi_fill_mcfg() 2021-10-18 14:20:28 +00:00
chip.c soc/amd,intel: Drop s3_resume parameter on FSP-S functions 2021-02-09 07:53:23 +00:00
chip.h src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
ehci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
fsp_params.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gpio_i2c.c soc/intel/quark/gpio_i2c.c: Use __func__ 2021-01-24 21:28:19 +00:00
i2c.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig Rename ECAM-specific MMCONF Kconfigs 2021-11-10 17:24:16 +00:00
lpc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs 2021-10-25 20:18:40 +00:00
memmap.c soc/intel/quark/memmap: Add missing 'include <cpu/x86/mtrr.h>' 2020-06-03 12:23:25 +00:00
northcluster.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
reg_access.c src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
reset.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sd.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi_debug.c src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
storage_test.c soc/intel/quark/storage_test.c: Remove redundant <commonlib/cbmem_id.h> 2021-02-07 22:02:01 +00:00
tsc_freq.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
uart.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
uart_common.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00