fd33781fbf
CONFIG_ARCH is a property of the cpu or soc rather than a property of the board. Hence, move ARCH_* from every single board to respective cpu or soc Kconfigs. Also update abuild to ignore ARCH_ from mainboards. Change-Id: I6ec1206de5a20601c32d001a384a47f46e6ce479 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: http://review.coreboot.org/5570 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
43 lines
691 B
Text
43 lines
691 B
Text
if BOARD_SUPERMICRO_X7DB8
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_INTEL_SOCKET_LGA771
|
|
select SOUTHBRIDGE_INTEL_I3100
|
|
select NORTHBRIDGE_INTEL_I5000
|
|
select SUPERIO_WINBOND_W83627HF
|
|
select BOARD_ROMSIZE_KB_512
|
|
select HAVE_PIRQ_TABLE
|
|
select DRIVERS_I2C_W83793
|
|
select DRIVERS_GENERIC_IOAPIC
|
|
select BROKEN_CAR_MIGRATE
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default supermicro/x7db8
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xffdf8000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "X7DB8 / X7DB8+"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xe0000000
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 48
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
endif
|