2015-05-13 03:19:47 +02:00
|
|
|
config SOC_INTEL_SKYLAKE
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Intel Skylake support
|
|
|
|
|
|
|
|
if SOC_INTEL_SKYLAKE
|
|
|
|
|
|
|
|
config CPU_SPECIFIC_OPTIONS
|
|
|
|
def_bool y
|
2016-07-14 06:20:51 +02:00
|
|
|
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
2015-05-13 03:19:47 +02:00
|
|
|
select ARCH_BOOTBLOCK_X86_32
|
|
|
|
select ARCH_RAMSTAGE_X86_32
|
2015-05-13 03:23:27 +02:00
|
|
|
select ARCH_ROMSTAGE_X86_32
|
|
|
|
select ARCH_VERSTAGE_X86_32
|
2015-11-24 19:35:06 +01:00
|
|
|
select ACPI_NHLT
|
2015-05-13 03:19:47 +02:00
|
|
|
select CACHE_MRC_SETTINGS
|
2015-08-30 05:00:24 +02:00
|
|
|
select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM if RELOCATABLE_RAMSTAGE
|
2015-05-13 03:19:47 +02:00
|
|
|
select COLLECT_TIMESTAMPS
|
|
|
|
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
2015-07-24 20:00:36 +02:00
|
|
|
select GENERIC_GPIO_LIB
|
2015-05-13 03:23:27 +02:00
|
|
|
select HAVE_HARD_RESET
|
2015-07-30 20:41:01 +02:00
|
|
|
select HAVE_INTEL_FIRMWARE
|
2015-05-13 03:19:47 +02:00
|
|
|
select HAVE_MONOTONIC_TIMER
|
|
|
|
select HAVE_SMI_HANDLER
|
|
|
|
select IOAPIC
|
|
|
|
select MMCONF_SUPPORT
|
|
|
|
select MMCONF_SUPPORT_DEFAULT
|
2016-05-05 17:38:03 +02:00
|
|
|
select NO_FIXED_XIP_ROM_SIZE
|
2016-06-03 00:23:42 +02:00
|
|
|
select MRC_SETTINGS_PROTECT
|
2015-05-13 03:19:47 +02:00
|
|
|
select PARALLEL_MP
|
|
|
|
select PCIEXP_ASPM
|
|
|
|
select PCIEXP_COMMON_CLOCK
|
|
|
|
select PCIEXP_CLK_PM
|
2015-07-13 20:50:34 +02:00
|
|
|
select PCIEXP_L1_SUB_STATE
|
2015-05-13 03:23:27 +02:00
|
|
|
select PLATFORM_USES_FSP1_1
|
|
|
|
select REG_SCRIPT
|
|
|
|
select RELOCATABLE_MODULES
|
|
|
|
select RELOCATABLE_RAMSTAGE
|
|
|
|
select SOC_INTEL_COMMON
|
2015-09-09 01:12:44 +02:00
|
|
|
select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
|
2016-06-08 01:40:19 +02:00
|
|
|
select SOC_INTEL_COMMON_LPSS_I2C
|
2016-06-28 22:41:07 +02:00
|
|
|
select SOC_INTEL_COMMON_NHLT
|
2015-05-13 03:23:27 +02:00
|
|
|
select SOC_INTEL_COMMON_RESET
|
2015-05-13 03:19:47 +02:00
|
|
|
select SMM_TSEG
|
|
|
|
select SMP
|
|
|
|
select SPI_FLASH
|
|
|
|
select SSE2
|
|
|
|
select SUPPORT_CPU_UCODE_IN_CBFS
|
|
|
|
select TSC_CONSTANT_RATE
|
|
|
|
select TSC_SYNC_MFENCE
|
|
|
|
select UDELAY_TSC
|
2015-05-13 03:23:27 +02:00
|
|
|
select USE_GENERIC_FSP_CAR_INC
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2016-07-23 01:17:53 +02:00
|
|
|
config CHROMEOS
|
|
|
|
select CHROMEOS_RAMOOPS_DYNAMIC
|
|
|
|
select EC_SOFTWARE_SYNC if EC_GOOGLE_CHROMEEC
|
|
|
|
select VBOOT_EC_SLOW_UPDATE
|
|
|
|
select VBOOT_OPROM_MATTERS
|
2016-07-22 18:20:56 +02:00
|
|
|
select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT
|
2016-07-25 20:48:03 +02:00
|
|
|
select VBOOT_VBNV_CMOS
|
|
|
|
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
|
2016-07-23 01:17:53 +02:00
|
|
|
select VIRTUAL_DEV_SWITCH
|
|
|
|
|
2015-05-13 03:19:47 +02:00
|
|
|
config BOOTBLOCK_CPU_INIT
|
|
|
|
string
|
|
|
|
default "soc/intel/skylake/bootblock/cpu.c"
|
|
|
|
|
|
|
|
config BOOTBLOCK_NORTHBRIDGE_INIT
|
|
|
|
string
|
|
|
|
default "soc/intel/skylake/bootblock/systemagent.c"
|
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config BOOTBLOCK_RESETS
|
2015-05-13 03:19:47 +02:00
|
|
|
string
|
2015-05-13 03:23:27 +02:00
|
|
|
default "soc/intel/common/reset.c"
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
2015-05-13 03:19:47 +02:00
|
|
|
string
|
2015-05-13 03:23:27 +02:00
|
|
|
default "soc/intel/skylake/bootblock/pch.c"
|
2015-05-13 03:19:47 +02:00
|
|
|
|
Kconfig: Move defaults for CBFS_SIZE
We want the question for CBFS size to be next to the rom size in the
mainboard directory, but that doesn't seem to work for how people
want to set the defaults. Instead of having the list of exceptions
to the size, just set the defaults at the end of kconfig.
- Move the defaults for chipsets not setting HAVE_INTEL_FIRMWARE into
the chipset Kconfigs (gm45, nehalem, sandybridge, x4x)
- Override the default for HAVE_INTEL_FIRMWARE on skylake.
- Move the HAVE_INTEL_FIRMWARE default setting into the firmware
Kconfig file
- Move the location of the default CBFS_SIZE=ROM_SIZE to the end of
the top level kconfig file, while leaving the question where it is.
Test=rebuild Kconfig files before and after the change, verify that
they are how they were intended to be.
Note: the Skylake boards actually changed value, because they were
picking up the 0x100000 from HAVE_INTEL_FIRMWARE instead of the
0x200000 desired. This was due to the SOC_INTEL_SKYLAKE being after
the HAVE_INTEL_FIRMWARE default. Affected boards were:
Google chell, glados, & lars and Intel kunimitsu.
Change-Id: I2963a7a7eab037955558d401f5573533674a664f
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13645
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2016-02-09 17:06:46 +01:00
|
|
|
config CBFS_SIZE
|
|
|
|
hex
|
|
|
|
default 0x200000
|
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config CPU_ADDR_BITS
|
|
|
|
int
|
|
|
|
default 36
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2016-06-08 01:40:19 +02:00
|
|
|
config SOC_INTEL_COMMON_LPSS_I2C_CLOCK_MHZ
|
|
|
|
int
|
|
|
|
default 120
|
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config DCACHE_RAM_BASE
|
|
|
|
hex "Base address of cache-as-RAM"
|
|
|
|
default 0xfef00000
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config DCACHE_RAM_SIZE
|
|
|
|
hex "Length in bytes of cache-as-RAM"
|
2015-09-16 21:27:26 +02:00
|
|
|
default 0x10000
|
2015-05-13 03:19:47 +02:00
|
|
|
help
|
2015-05-13 03:23:27 +02:00
|
|
|
The size of the cache-as-ram region required during bootblock
|
|
|
|
and/or romstage.
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2015-12-02 07:12:04 +01:00
|
|
|
config EXCLUDE_NATIVE_SD_INTERFACE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
If you set this option to n, will not use native SD controller.
|
|
|
|
|
2015-05-13 03:23:27 +02:00
|
|
|
config HEAP_SIZE
|
|
|
|
hex
|
|
|
|
default 0x80000
|
|
|
|
|
|
|
|
config IED_REGION_SIZE
|
|
|
|
hex
|
|
|
|
default 0x400000
|
|
|
|
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
|
|
hex "MMIO Base Address"
|
|
|
|
default 0xe0000000
|
|
|
|
|
|
|
|
config MONOTONIC_TIMER_MSR
|
|
|
|
def_bool y
|
|
|
|
select HAVE_MONOTONIC_TIMER
|
|
|
|
help
|
|
|
|
Provide a monotonic timer using the 24MHz MSR counter.
|
|
|
|
|
|
|
|
config PRE_GRAPHICS_DELAY
|
|
|
|
int "Graphics initialization delay in ms"
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
On some systems, coreboot boots so fast that connected monitors
|
|
|
|
(mostly TVs) won't be able to wake up fast enough to talk to the
|
|
|
|
VBIOS. On those systems we need to wait for a bit before executing
|
|
|
|
the VBIOS.
|
|
|
|
|
|
|
|
config SERIAL_CPU_INIT
|
|
|
|
bool
|
2015-05-13 03:19:47 +02:00
|
|
|
default n
|
2015-05-13 03:23:27 +02:00
|
|
|
|
|
|
|
config SERIRQ_CONTINUOUS_MODE
|
|
|
|
bool
|
2015-09-10 02:22:09 +02:00
|
|
|
default n
|
2015-05-13 03:19:47 +02:00
|
|
|
help
|
2015-05-13 03:23:27 +02:00
|
|
|
If you set this option to y, the serial IRQ machine will be
|
|
|
|
operated in continuous mode.
|
|
|
|
|
|
|
|
config SMM_RESERVED_SIZE
|
|
|
|
hex
|
|
|
|
default 0x200000
|
|
|
|
|
|
|
|
config SMM_TSEG_SIZE
|
|
|
|
hex
|
|
|
|
default 0x800000
|
|
|
|
|
|
|
|
config VGA_BIOS_ID
|
|
|
|
string
|
|
|
|
default "8086,0406"
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2015-07-30 23:52:56 +02:00
|
|
|
config UART_DEBUG
|
|
|
|
bool "Enable UART debug port."
|
|
|
|
default n
|
2015-08-16 01:36:15 +02:00
|
|
|
select CONSOLE_SERIAL
|
2015-07-30 23:52:56 +02:00
|
|
|
select DRIVERS_UART
|
|
|
|
select DRIVERS_UART_8250MEM_32
|
|
|
|
|
2015-09-03 07:41:29 +02:00
|
|
|
config CHIPSET_BOOTBLOCK_INCLUDE
|
|
|
|
string
|
|
|
|
default "soc/intel/skylake/bootblock/timestamp.inc"
|
|
|
|
|
2015-11-24 19:35:06 +01:00
|
|
|
config NHLT_DMIC_2CH
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include DSP firmware settings for 2 channel DMIC array.
|
|
|
|
|
|
|
|
config NHLT_DMIC_4CH
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include DSP firmware settings for 4 channel DMIC array.
|
|
|
|
|
|
|
|
config NHLT_NAU88L25
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include DSP firmware settings for nau88l25 headset codec.
|
|
|
|
|
|
|
|
config NHLT_MAX98357
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include DSP firmware settings for max98357 amplifier.
|
|
|
|
|
|
|
|
config NHLT_SSM4567
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include DSP firmware settings for ssm4567 smart amplifier.
|
|
|
|
|
2016-01-19 14:49:15 +01:00
|
|
|
config DCACHE_RAM_SIZE_TOTAL
|
|
|
|
hex
|
|
|
|
default 0x40000
|
|
|
|
|
|
|
|
config SKIP_FSP_CAR
|
2016-01-31 18:39:47 +01:00
|
|
|
bool "Skip cache as RAM setup in FSP"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Skip Cache as RAM setup in FSP.
|
2016-01-19 14:49:15 +01:00
|
|
|
|
2015-05-13 03:19:47 +02:00
|
|
|
endif
|