of the ugly mixture it was before. It also enables CAR for all C7 boards Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
31 lines
609 B
Plaintext
31 lines
609 B
Plaintext
# FIXME: There is no such board, "J7F24" is probably too generic and/or wrong.
|
|
config BOARD_JETWAY_J7F24
|
|
bool "J7F24"
|
|
select ARCH_X86
|
|
select CPU_VIA_C7
|
|
select NORTHBRIDGE_VIA_CN700
|
|
select SOUTHBRIDGE_VIA_VT8237R
|
|
select SUPERIO_FINTEK_F71805F
|
|
select HAVE_PIRQ_TABLE
|
|
select BOARD_ROMSIZE_KB_512
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default jetway/j7f24
|
|
depends on BOARD_JETWAY_J7F24
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "J7f24"
|
|
depends on BOARD_JETWAY_J7F24
|
|
|
|
config RAMBASE
|
|
hex
|
|
default 0x4000
|
|
depends on BOARD_JETWAY_J7F24
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 10
|
|
depends on BOARD_JETWAY_J7F24
|