Driver components are conditionally included in the build using the Kconfig options. Change-Id: I05417ee263a5b82e947600482dfb68f7a3f52d58 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/610 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
60 lines
995 B
Plaintext
60 lines
995 B
Plaintext
if BOARD_HP_DL145_G1
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_AMD_SOCKET_940
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
|
|
select SOUTHBRIDGE_AMD_AMD8131
|
|
select SOUTHBRIDGE_AMD_AMD8111
|
|
select SUPERIO_WINBOND_W83627HF
|
|
select HAVE_BUS_CONFIG
|
|
select HAVE_HARD_RESET
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select BOARD_ROMSIZE_KB_512
|
|
select RAMINIT_SYSINFO
|
|
# select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|
select QRANK_DIMM_SUPPORT
|
|
select DRIVERS_I2C_I2CMUX
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default hp/dl145_g1
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x0
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "ProLiant DL145 G1"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x1
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x6
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 9
|
|
|
|
endif # BOARD_HP_DL145_G1
|