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 "MacBook2,1" if BOARD_APPLE_MACBOOK21
|
||||||
default "iMac5,2" if BOARD_APPLE_IMAC52
|
default "iMac5,2" if BOARD_APPLE_IMAC52
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
|
@ -41,10 +41,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "P5GC-MX"
|
default "P5GC-MX"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4 ## 2 may be the chipsets limit
|
default 4 ## 2 may be the chipsets limit
|
||||||
|
|
|
@ -46,10 +46,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "P470"
|
default "P470"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -47,10 +47,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "GA-945GCM-S2L" if BOARD_GIGABYTE_GA_945GCM_S2L
|
default "GA-945GCM-S2L" if BOARD_GIGABYTE_GA_945GCM_S2L
|
||||||
default "GA-945GCM-S2C" if BOARD_GIGABYTE_GA_945GCM_S2C
|
default "GA-945GCM-S2C" if BOARD_GIGABYTE_GA_945GCM_S2C
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -25,10 +25,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "MB899"
|
default "MB899"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "D945GCLF"
|
default "D945GCLF"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -26,10 +26,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "986LCD-M"
|
default "986LCD-M"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -33,10 +33,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "ThinkPad T60"
|
default "ThinkPad T60"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
|
@ -36,10 +36,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "ThinkPad X60"
|
default "ThinkPad X60"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "RK886EX"
|
default "RK886EX"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
|
|
@ -46,6 +46,10 @@ config CHANNEL_XOR_RANDOMIZATION
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config MMCONF_BASE_ADDRESS
|
||||||
|
hex
|
||||||
|
default 0xf0000000
|
||||||
|
|
||||||
config OVERRIDE_CLOCK_DISABLE
|
config OVERRIDE_CLOCK_DISABLE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue