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:
@@ -513,6 +513,14 @@ config PCIEXP_PLUGIN_SUPPORT
|
|||||||
bool
|
bool
|
||||||
default y
|
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
|
config PCI_ALLOW_BUS_MASTER
|
||||||
bool "Allow coreboot to set optional PCI bus master bits"
|
bool "Allow coreboot to set optional PCI bus master bits"
|
||||||
default y
|
default y
|
||||||
|
@@ -61,7 +61,6 @@ config MAINBOARD_PART_NUMBER
|
|||||||
default "QEMU x86 q35/ich9"
|
default "QEMU x86 q35/ich9"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xb0000000
|
default 0xb0000000
|
||||||
|
|
||||||
# fw_cfg tables can be larger than the default when TPM is enabled
|
# fw_cfg tables can be larger than the default when TPM is enabled
|
||||||
|
@@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
endif # NORTHBRIDGE_AMD_AGESA_FAMILY14
|
endif # NORTHBRIDGE_AMD_AGESA_FAMILY14
|
||||||
|
@@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
||||||
|
@@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
|
@@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
|
@@ -11,11 +11,9 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
|
@@ -27,7 +27,6 @@ config VGA_BIOS_ID
|
|||||||
default "8086,2a42"
|
default "8086,2a42"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xf0000000
|
default 0xf0000000
|
||||||
|
|
||||||
config SMM_RESERVED_SIZE
|
config SMM_RESERVED_SIZE
|
||||||
|
@@ -34,7 +34,6 @@ config VGA_BIOS_ID
|
|||||||
default "8086,0166"
|
default "8086,0166"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xf0000000
|
default 0xf0000000
|
||||||
|
|
||||||
config DCACHE_RAM_BASE
|
config DCACHE_RAM_BASE
|
||||||
|
@@ -39,7 +39,6 @@ config I945_LVDS
|
|||||||
LVDS.
|
LVDS.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xf0000000
|
default 0xf0000000
|
||||||
|
|
||||||
config OVERRIDE_CLOCK_DISABLE
|
config OVERRIDE_CLOCK_DISABLE
|
||||||
|
@@ -19,7 +19,6 @@ config VBOOT
|
|||||||
select TPM_STARTUP_IGNORE_POSTINIT
|
select TPM_STARTUP_IGNORE_POSTINIT
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 256
|
default 256
|
||||||
|
|
||||||
config CBFS_SIZE
|
config CBFS_SIZE
|
||||||
@@ -46,7 +45,6 @@ config DCACHE_BSP_STACK_SIZE
|
|||||||
other stages.
|
other stages.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config INTEL_GMA_BCLV_OFFSET
|
config INTEL_GMA_BCLV_OFFSET
|
||||||
|
@@ -21,7 +21,6 @@ config VGA_BIOS_ID
|
|||||||
default "8086,a001"
|
default "8086,a001"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config SMM_RESERVED_SIZE
|
config SMM_RESERVED_SIZE
|
||||||
|
@@ -86,7 +86,6 @@ config VGA_BIOS_ID
|
|||||||
default "8086,0106"
|
default "8086,0106"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xf0000000
|
default 0xf0000000
|
||||||
help
|
help
|
||||||
The MRC blob requires it to be at 0xf0000000.
|
The MRC blob requires it to be at 0xf0000000.
|
||||||
|
@@ -23,7 +23,6 @@ config VGA_BIOS_ID
|
|||||||
default "8086,2e32"
|
default "8086,2e32"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config SMM_RESERVED_SIZE
|
config SMM_RESERVED_SIZE
|
||||||
|
@@ -114,11 +114,9 @@ config CPU_ADDR_BITS
|
|||||||
default 48
|
default 48
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
|
@@ -180,11 +180,9 @@ config CPU_ADDR_BITS
|
|||||||
default 48
|
default 48
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config VERSTAGE_ADDR
|
config VERSTAGE_ADDR
|
||||||
|
@@ -125,11 +125,9 @@ config BOTTOMIO_POSITION
|
|||||||
ranges are present.
|
ranges are present.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xF8000000
|
default 0xF8000000
|
||||||
|
|
||||||
config MMCONF_BUS_NUMBER
|
config MMCONF_BUS_NUMBER
|
||||||
int
|
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
|
@@ -159,7 +159,6 @@ config PCR_BASE_ADDRESS
|
|||||||
This option allows you to select MMIO Base Address of sideband bus.
|
This option allows you to select MMIO Base Address of sideband bus.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xc0000000
|
default 0xc0000000
|
||||||
|
|
||||||
config CPU_BCLK_MHZ
|
config CPU_BCLK_MHZ
|
||||||
|
@@ -42,7 +42,6 @@ config VBOOT
|
|||||||
select VBOOT_STARTS_IN_ROMSTAGE
|
select VBOOT_STARTS_IN_ROMSTAGE
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
|
@@ -57,7 +57,6 @@ config VBOOT
|
|||||||
select VBOOT_STARTS_IN_ROMSTAGE
|
select VBOOT_STARTS_IN_ROMSTAGE
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
|
@@ -6,7 +6,6 @@ config SOC_INTEL_COMMON_BLOCK_SA
|
|||||||
if SOC_INTEL_COMMON_BLOCK_SA
|
if SOC_INTEL_COMMON_BLOCK_SA
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config SA_PCIEX_LENGTH
|
config SA_PCIEX_LENGTH
|
||||||
|
@@ -44,7 +44,6 @@ config CPU_SPECIFIC_OPTIONS
|
|||||||
select SUPPORT_CPU_UCODE_IN_CBFS
|
select SUPPORT_CPU_UCODE_IN_CBFS
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config FSP_T_ADDR
|
config FSP_T_ADDR
|
||||||
|
@@ -127,7 +127,6 @@ config PCR_BASE_ADDRESS
|
|||||||
This option allows you to select MMIO Base Address of sideband bus.
|
This option allows you to select MMIO Base Address of sideband bus.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xc0000000
|
default 0xc0000000
|
||||||
|
|
||||||
config CPU_BCLK_MHZ
|
config CPU_BCLK_MHZ
|
||||||
|
@@ -123,7 +123,6 @@ config PCR_BASE_ADDRESS
|
|||||||
This option allows you to select MMIO Base Address of sideband bus.
|
This option allows you to select MMIO Base Address of sideband bus.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xc0000000
|
default 0xc0000000
|
||||||
|
|
||||||
config CPU_BCLK_MHZ
|
config CPU_BCLK_MHZ
|
||||||
|
@@ -127,7 +127,6 @@ config PCR_BASE_ADDRESS
|
|||||||
This option allows you to select MMIO Base Address of sideband bus.
|
This option allows you to select MMIO Base Address of sideband bus.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xc0000000
|
default 0xc0000000
|
||||||
|
|
||||||
config CPU_BCLK_MHZ
|
config CPU_BCLK_MHZ
|
||||||
|
@@ -146,7 +146,6 @@ config PCR_BASE_ADDRESS
|
|||||||
This option allows you to select MMIO Base Address of sideband bus.
|
This option allows you to select MMIO Base Address of sideband bus.
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0xc0000000
|
default 0xc0000000
|
||||||
|
|
||||||
config CPU_BCLK_MHZ
|
config CPU_BCLK_MHZ
|
||||||
|
@@ -100,7 +100,6 @@ config DCACHE_BSP_STACK_SIZE
|
|||||||
default 0x10000
|
default 0x10000
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
config MMCONF_BASE_ADDRESS
|
||||||
hex
|
|
||||||
default 0x80000000
|
default 0x80000000
|
||||||
|
|
||||||
config HEAP_SIZE
|
config HEAP_SIZE
|
||||||
|
Reference in New Issue
Block a user