nb/intel/i945: Define and use a default MMCONF_BASE_ADDRESS
Change-Id: I15550b1cc1a7ccfecba68a46ab2acaee820575b9 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19648 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
0d2ff132e6
commit
c5fba2c17c
|
@ -32,10 +32,6 @@ config MAINBOARD_PART_NUMBER
|
|||
default "MacBook2,1" if BOARD_APPLE_MACBOOK21
|
||||
default "iMac5,2" if BOARD_APPLE_IMAC52
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 2
|
||||
|
|
|
@ -41,10 +41,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "P5GC-MX"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4 ## 2 may be the chipsets limit
|
||||
|
|
|
@ -46,10 +46,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "P470"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -47,10 +47,6 @@ config MAINBOARD_PART_NUMBER
|
|||
default "GA-945GCM-S2L" if BOARD_GIGABYTE_GA_945GCM_S2L
|
||||
default "GA-945GCM-S2C" if BOARD_GIGABYTE_GA_945GCM_S2C
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -25,10 +25,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "MB899"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "D945GCLF"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -26,10 +26,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "986LCD-M"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -33,10 +33,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "ThinkPad T60"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 2
|
||||
|
|
|
@ -36,10 +36,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "ThinkPad X60"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "RK886EX"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
|
|
@ -46,6 +46,10 @@ config CHANNEL_XOR_RANDOMIZATION
|
|||
bool
|
||||
default n
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config OVERRIDE_CLOCK_DISABLE
|
||||
bool
|
||||
default n
|
||||
|
|
Loading…
Reference in New Issue