These existed to provide a hook to add reserved memory regions in the coreboot memory table. Reserved memory are now added as resources. Change-Id: I9f83df33845cfa6973b018a51cf9444dbf0f8667 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1414 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
46 lines
802 B
Plaintext
46 lines
802 B
Plaintext
if BOARD_INTEL_EMERALDLAKE2
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_INTEL_SOCKET_RPGA989
|
|
select NORTHBRIDGE_INTEL_IVYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_C216
|
|
select SUPERIO_SMSC_SIO1007
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select BOARD_HAS_FADT
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select MMCONF_SUPPORT
|
|
select HAVE_SMI_HANDLER
|
|
select GFXUMA
|
|
#select CHROMEOS
|
|
select EXTERNAL_MRC_BLOB
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default intel/emeraldlake2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "EMERALD LAKE 2"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 16
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0166.rom"
|
|
|
|
endif # BOARD_INTEL_EMERALDLAKE2
|