device/Kconfig: Declare MMCONF symbols' type once

Only specify the type of MMCONF_BASE_ADDRESS and MMCONF_BUS_NUMBER once.

Change-Id: Iacd2ed0dae5f1fb6b309124da53b3fa0eef32693
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50032
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-01-28 12:51:11 +01:00 committed by Felix Held
parent 7830af3c8d
commit 7d638784a2
27 changed files with 8 additions and 35 deletions

View File

@ -513,6 +513,14 @@ config PCIEXP_PLUGIN_SUPPORT
bool
default y
config MMCONF_BASE_ADDRESS
hex
depends on MMCONF_SUPPORT
config MMCONF_BUS_NUMBER
int
depends on MMCONF_SUPPORT
config PCI_ALLOW_BUS_MASTER
bool "Allow coreboot to set optional PCI bus master bits"
default y

View File

@ -61,7 +61,6 @@ config MAINBOARD_PART_NUMBER
default "QEMU x86 q35/ich9"
config MMCONF_BASE_ADDRESS
hex
default 0xb0000000
# fw_cfg tables can be larger than the default when TPM is enabled

View File

@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
default 0x100000
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
endif # NORTHBRIDGE_AMD_AGESA_FAMILY14

View File

@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
default 0x100000
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN

View File

@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
default 0x100000
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config VGA_BIOS_ID

View File

@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
default 0x100000
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config VGA_BIOS_ID

View File

@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
default 0x100000
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config VGA_BIOS_ID

View File

@ -27,7 +27,6 @@ config VGA_BIOS_ID
default "8086,2a42"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config SMM_RESERVED_SIZE

View File

@ -34,7 +34,6 @@ config VGA_BIOS_ID
default "8086,0166"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config DCACHE_RAM_BASE

View File

@ -39,7 +39,6 @@ config I945_LVDS
LVDS.
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config OVERRIDE_CLOCK_DISABLE

View File

@ -19,7 +19,6 @@ config VBOOT
select TPM_STARTUP_IGNORE_POSTINIT
config MMCONF_BUS_NUMBER
int
default 256
config CBFS_SIZE
@ -46,7 +45,6 @@ config DCACHE_BSP_STACK_SIZE
other stages.
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config INTEL_GMA_BCLV_OFFSET

View File

@ -21,7 +21,6 @@ config VGA_BIOS_ID
default "8086,a001"
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config SMM_RESERVED_SIZE

View File

@ -86,7 +86,6 @@ config VGA_BIOS_ID
default "8086,0106"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
help
The MRC blob requires it to be at 0xf0000000.

View File

@ -23,7 +23,6 @@ config VGA_BIOS_ID
default "8086,2e32"
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config SMM_RESERVED_SIZE

View File

@ -114,11 +114,9 @@ config CPU_ADDR_BITS
default 48
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config MAX_CPUS

View File

@ -180,11 +180,9 @@ config CPU_ADDR_BITS
default 48
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config VERSTAGE_ADDR

View File

@ -125,11 +125,9 @@ config BOTTOMIO_POSITION
ranges are present.
config MMCONF_BASE_ADDRESS
hex
default 0xF8000000
config MMCONF_BUS_NUMBER
int
default 64
config VGA_BIOS_ID

View File

@ -159,7 +159,6 @@ config PCR_BASE_ADDRESS
This option allows you to select MMIO Base Address of sideband bus.
config MMCONF_BASE_ADDRESS
hex
default 0xc0000000
config CPU_BCLK_MHZ

View File

@ -42,7 +42,6 @@ config VBOOT
select VBOOT_STARTS_IN_ROMSTAGE
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config MAX_CPUS

View File

@ -57,7 +57,6 @@ config VBOOT
select VBOOT_STARTS_IN_ROMSTAGE
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config MAX_CPUS

View File

@ -6,7 +6,6 @@ config SOC_INTEL_COMMON_BLOCK_SA
if SOC_INTEL_COMMON_BLOCK_SA
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config SA_PCIEX_LENGTH

View File

@ -44,7 +44,6 @@ config CPU_SPECIFIC_OPTIONS
select SUPPORT_CPU_UCODE_IN_CBFS
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config FSP_T_ADDR

View File

@ -127,7 +127,6 @@ config PCR_BASE_ADDRESS
This option allows you to select MMIO Base Address of sideband bus.
config MMCONF_BASE_ADDRESS
hex
default 0xc0000000
config CPU_BCLK_MHZ

View File

@ -123,7 +123,6 @@ config PCR_BASE_ADDRESS
This option allows you to select MMIO Base Address of sideband bus.
config MMCONF_BASE_ADDRESS
hex
default 0xc0000000
config CPU_BCLK_MHZ

View File

@ -127,7 +127,6 @@ config PCR_BASE_ADDRESS
This option allows you to select MMIO Base Address of sideband bus.
config MMCONF_BASE_ADDRESS
hex
default 0xc0000000
config CPU_BCLK_MHZ

View File

@ -146,7 +146,6 @@ config PCR_BASE_ADDRESS
This option allows you to select MMIO Base Address of sideband bus.
config MMCONF_BASE_ADDRESS
hex
default 0xc0000000
config CPU_BCLK_MHZ

View File

@ -100,7 +100,6 @@ config DCACHE_BSP_STACK_SIZE
default 0x10000
config MMCONF_BASE_ADDRESS
hex
default 0x80000000
config HEAP_SIZE