Change-Id: I9366dded98bf15f6da44ce893dd10698ba09fd55 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6820 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
53 lines
891 B
Plaintext
53 lines
891 B
Plaintext
if BOARD_IBASE_MB899
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_INTEL_SOCKET_MFCPGA478
|
|
select NORTHBRIDGE_INTEL_I945
|
|
select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
|
|
select CHECK_SLFRCS_ON_RESUME
|
|
select SOUTHBRIDGE_INTEL_I82801GX
|
|
select SUPERIO_WINBOND_W83627EHG
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select BOARD_ROMSIZE_KB_512
|
|
select CHANNEL_XOR_RANDOMIZATION
|
|
select INTEL_INT15
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default ibase/mb899
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xffdf8000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "MB899"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "amipci_01.20"
|
|
|
|
endif # BOARD_IBASE_MB899
|