f8bf5a10c5
This reverts commit de1fe7f655
.
While things appeared to work, there were actually invalid references
to CAR storage after CAR was torn down on boards without
EARLY_CBMEM_INIT. It was discussed use of CAR_GLOBAL should be
restricted to boards that handle CAR migration properly.
Change-Id: I9969d2ea79c334a7f95a0dbb7c78065720e6ccae
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3968
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
47 lines
790 B
Text
47 lines
790 B
Text
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 GFXUMA
|
|
select HAVE_ACPI_RESUME
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_BD82X6X
|
|
select SUPERIO_ITE_IT8772F
|
|
select EARLY_CBMEM_INIT
|
|
select HAVE_MRC
|
|
|
|
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
|