239c3d32f0
AMD fam10 raminit cannot be built without RAMINIT_SYSINFO, this is not a true option but copy-paste remainder from AMD K8. Change-Id: Id8edc112f3bacebd1732304ac9ee6e77cc6263b7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4581 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
78 lines
1.2 KiB
Text
78 lines
1.2 KiB
Text
if BOARD_JETWAY_PA78VM5
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_AMD_SOCKET_AM2R2
|
|
select DIMM_DDR2
|
|
select DIMM_REGISTERED
|
|
select NORTHBRIDGE_AMD_AMDFAM10
|
|
select SOUTHBRIDGE_AMD_RS780
|
|
select SOUTHBRIDGE_AMD_SB700
|
|
select SUPERIO_FINTEK_F71863FG
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|
select LIFT_BSP_APIC_ID
|
|
select SERIAL_CPU_INIT
|
|
select AMDMCT
|
|
select HAVE_ACPI_TABLES
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select ENABLE_APIC_EXT_ID
|
|
select GFXUMA
|
|
select QRANK_DIMM_SUPPORT
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default jetway/pa78vm5
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x0
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "PA78VM5 (Fam10)"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 1
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x1
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x0
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 11
|
|
|
|
config AMD_UCODE_PATCH_FILE
|
|
string
|
|
default "mc_patch_010000b6.h"
|
|
|
|
config RAMTOP
|
|
hex
|
|
default 0x2000000
|
|
|
|
config HEAP_SIZE
|
|
hex
|
|
default 0xc0000
|
|
|
|
config RAMBASE
|
|
hex
|
|
default 0x200000
|
|
|
|
endif # BOARD_JETWAY_PA78VM5
|