mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Broken with commit:
5c10abe
nb/intel/sandybridge: increase MMCONF_BASE_ADDRESS
Available sandybridge/systemagent-r6.bin has MMCONF hard-coded
at some places and samsung/lumpy fails at boot here:
CBFS: Locating 'mrc.bin'
CBFS: Found @ offset 9fec0 size 2fc94
System Agent: Starting up...
System Agent: Initializing
These are the last lines as captured over USB debug.
Change-Id: I441847f0e71a5e1be9c8ef6a04a81eb7bdd8a6d9
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15328
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
39 lines
734 B
Text
39 lines
734 B
Text
if BOARD_INTEL_EMERALDLAKE2
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_INTEL_SOCKET_RPGA989
|
|
select NORTHBRIDGE_INTEL_IVYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_C216
|
|
select SUPERIO_SMSC_SIO1007
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select INTEL_INT15
|
|
#select MAINBOARD_HAS_CHROMEOS
|
|
|
|
config CHROMEOS
|
|
#select CHROMEOS_VBNV_CMOS
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default intel/emeraldlake2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "EMERALD LAKE 2"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf8000000 if USE_NATIVE_RAMINIT
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 16
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0166.rom"
|
|
|
|
endif # BOARD_INTEL_EMERALDLAKE2
|