91bba828fc
In commit 4f2754c
'fsp_broadwell_de: Add Kconfig switch for SERIRQ operation mode'
the default operation mode of SERIRQ was changed from continuous to quiet.
Set the mode to continuous for this mainboard to keep the behavior unchanged.
Change-Id: I7c3675d4ee8cff428621f4e64411738193e654b2
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/16576
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: York Yang <york.yang@intel.com>
Reviewed-by: Martin Roth <martinroth@google.com>
49 lines
887 B
Text
49 lines
887 B
Text
if BOARD_INTEL_CAMELBACKMOUNTAIN_FSP
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select SOC_INTEL_FSP_BROADWELL_DE
|
|
select BOARD_ROMSIZE_KB_2048
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select TSC_MONOTONIC_TIMER
|
|
select INTEGRATED_UART if FSP_PACKAGE_DEFAULT
|
|
select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
|
|
select SERIRQ_CONTINUOUS_MODE
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default "intel/camelbackmountain_fsp"
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Camelback Mountain CRB"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config CACHE_ROM_SIZE_OVERRIDE
|
|
hex
|
|
default 0x800000
|
|
|
|
config CBFS_SIZE
|
|
hex
|
|
default 0x00200000
|
|
|
|
config VIRTUAL_ROM_SIZE
|
|
hex
|
|
default 0x1000000
|
|
|
|
config CONSOLE_POST
|
|
bool
|
|
default y
|
|
|
|
config DRIVERS_UART_8250IO
|
|
def_bool n
|
|
|
|
config FSP_PACKAGE_DEFAULT
|
|
bool "Configure defaults for the Intel FSP package"
|
|
default n
|
|
|
|
endif # BOARD_INTEL_CAMELBACKMOUNTAIN_FSP
|