This allows to drop some special cases in romstage.c Change-Id: I53fdfcd1bb6ec21a5280afa07a40e3f0cba11c5d Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2551 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
49 lines
822 B
Plaintext
49 lines
822 B
Plaintext
if BOARD_SAMSUNG_STUMPY
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select CHROMEOS
|
|
select CPU_INTEL_SOCKET_RPGA989
|
|
select EXTERNAL_MRC_BLOB
|
|
select GFXUMA
|
|
select HAVE_ACPI_RESUME
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select MMCONF_SUPPORT
|
|
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_BD82X6X
|
|
select SUPERIO_ITE_IT8772F
|
|
select EARLY_CBMEM_INIT
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default samsung/stumpy
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Stumpy"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0106.rom"
|
|
|
|
config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
|
|
bool
|
|
default n
|
|
|
|
endif # BOARD_SAMSUNG_STUMPY
|