2015-05-06 00:07:29 +02:00
|
|
|
config SOC_INTEL_BRASWELL
|
|
|
|
bool
|
|
|
|
help
|
2015-04-21 00:20:28 +02:00
|
|
|
Braswell M/D part support.
|
2015-05-06 00:07:29 +02:00
|
|
|
|
|
|
|
if SOC_INTEL_BRASWELL
|
|
|
|
|
|
|
|
config CPU_SPECIFIC_OPTIONS
|
|
|
|
def_bool y
|
2016-07-14 06:20:26 +02:00
|
|
|
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
2020-09-25 10:20:11 +02:00
|
|
|
select ARCH_ALL_STAGES_X86_32
|
2020-09-25 18:30:44 +02:00
|
|
|
select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES
|
2016-08-12 22:00:10 +02:00
|
|
|
select BOOT_DEVICE_SUPPORTS_WRITES
|
2015-05-06 00:07:29 +02:00
|
|
|
select CACHE_MRC_SETTINGS
|
2015-07-02 07:09:42 +02:00
|
|
|
select SUPPORT_CPU_UCODE_IN_CBFS
|
2015-05-06 00:07:29 +02:00
|
|
|
select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
|
|
|
|
select HAVE_SMI_HANDLER
|
|
|
|
select PARALLEL_MP
|
|
|
|
select PCIEXP_ASPM
|
2015-07-02 20:55:18 +02:00
|
|
|
select PCIEXP_CLK_PM
|
2015-05-06 00:07:29 +02:00
|
|
|
select PCIEXP_COMMON_CLOCK
|
2015-04-21 00:20:28 +02:00
|
|
|
select PLATFORM_USES_FSP1_1
|
2015-05-06 00:07:29 +02:00
|
|
|
select REG_SCRIPT
|
2016-08-06 04:23:37 +02:00
|
|
|
select RTC
|
2015-04-21 00:20:28 +02:00
|
|
|
select SOC_INTEL_COMMON
|
2015-09-09 01:16:34 +02:00
|
|
|
select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
|
2019-02-28 15:16:00 +01:00
|
|
|
select SOC_INTEL_COMMON_BLOCK
|
|
|
|
select SOC_INTEL_COMMON_BLOCK_HDA
|
2015-04-21 00:20:28 +02:00
|
|
|
select SOC_INTEL_COMMON_RESET
|
2015-05-06 00:07:29 +02:00
|
|
|
select SPI_FLASH
|
|
|
|
select SSE2
|
|
|
|
select TSC_MONOTONIC_TIMER
|
|
|
|
select TSC_SYNC_MFENCE
|
|
|
|
select UDELAY_TSC
|
2015-04-21 00:20:28 +02:00
|
|
|
select USE_GENERIC_FSP_CAR_INC
|
2018-09-06 00:34:28 +02:00
|
|
|
select INTEL_DESCRIPTOR_MODE_CAPABLE
|
2015-09-28 23:27:24 +02:00
|
|
|
select HAVE_SPI_CONSOLE_SUPPORT
|
2017-05-22 15:58:03 +02:00
|
|
|
select HAVE_FSP_GOP
|
2017-08-21 01:21:10 +02:00
|
|
|
select GENERIC_GPIO_LIB
|
2017-09-26 19:34:35 +02:00
|
|
|
select INTEL_GMA_ACPI
|
|
|
|
select INTEL_GMA_SWSMISCI
|
2018-11-11 00:44:36 +01:00
|
|
|
select CPU_INTEL_COMMON
|
2019-03-04 08:02:43 +01:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_SMBUS
|
2019-06-04 14:45:13 +02:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_SPI_SILVERMONT
|
2019-06-06 10:07:17 +02:00
|
|
|
|
|
|
|
config DCACHE_BSP_STACK_SIZE
|
|
|
|
hex
|
|
|
|
default 0x2000
|
|
|
|
help
|
|
|
|
The amount of anticipated stack usage in CAR by bootblock and
|
|
|
|
other stages.
|
|
|
|
|
|
|
|
config C_ENV_BOOTBLOCK_SIZE
|
|
|
|
hex
|
|
|
|
default 0x8000
|
2015-05-06 00:07:29 +02:00
|
|
|
|
2017-03-28 04:26:32 +02:00
|
|
|
config VBOOT
|
2019-04-10 10:06:21 +02:00
|
|
|
select VBOOT_MUST_REQUEST_DISPLAY
|
2017-03-28 04:26:32 +02:00
|
|
|
select VBOOT_STARTS_IN_ROMSTAGE
|
|
|
|
|
2015-05-06 00:07:29 +02:00
|
|
|
config MMCONF_BASE_ADDRESS
|
2017-06-13 14:47:28 +02:00
|
|
|
hex
|
2015-05-06 00:07:29 +02:00
|
|
|
default 0xe0000000
|
|
|
|
|
|
|
|
config MAX_CPUS
|
|
|
|
int
|
|
|
|
default 4
|
|
|
|
|
|
|
|
config SMM_TSEG_SIZE
|
|
|
|
hex
|
|
|
|
default 0x800000
|
|
|
|
|
|
|
|
config SMM_RESERVED_SIZE
|
|
|
|
hex
|
|
|
|
default 0x100000
|
|
|
|
|
|
|
|
# Cache As RAM region layout:
|
|
|
|
#
|
|
|
|
# +-------------+ DCACHE_RAM_BASE + DCACHE_RAM_SIZE
|
2016-07-26 13:03:31 +02:00
|
|
|
# | Stack |
|
|
|
|
# | | |
|
|
|
|
# | v |
|
2015-05-06 00:07:29 +02:00
|
|
|
# +-------------+
|
|
|
|
# | ^ |
|
|
|
|
# | | |
|
|
|
|
# | CAR Globals |
|
|
|
|
# +-------------+ DCACHE_RAM_BASE
|
|
|
|
#
|
|
|
|
|
|
|
|
config DCACHE_RAM_BASE
|
2017-06-13 14:47:28 +02:00
|
|
|
hex
|
2015-04-21 00:20:28 +02:00
|
|
|
default 0xfef00000
|
2015-05-06 00:07:29 +02:00
|
|
|
|
|
|
|
config DCACHE_RAM_SIZE
|
2017-06-13 14:47:28 +02:00
|
|
|
hex
|
2020-09-29 19:05:00 +02:00
|
|
|
default 0x8000
|
2015-05-06 00:07:29 +02:00
|
|
|
help
|
|
|
|
The size of the cache-as-ram region required during bootblock
|
|
|
|
and/or romstage. Note DCACHE_RAM_SIZE and DCACHE_RAM_MRC_VAR_SIZE
|
|
|
|
must add up to a power of 2.
|
|
|
|
|
|
|
|
config ENABLE_BUILTIN_COM1
|
|
|
|
bool "Enable builtin COM1 Serial Port"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
The PMC has a legacy COM1 serial port. Choose this option to
|
|
|
|
configure the pads and enable it. This serial port can be used for
|
|
|
|
the debug console.
|
|
|
|
|
2018-11-16 12:08:41 +01:00
|
|
|
config DISABLE_HPET
|
|
|
|
bool "Disable the HPET device"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable this to disable the HPET support
|
|
|
|
Solves the Linux MP-BIOS bug timer not connected.
|
|
|
|
|
2019-04-23 19:21:17 +02:00
|
|
|
config USE_GOOGLE_FSP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Select this to use Google's custom Braswell FSP header/binary
|
|
|
|
instead of the public release on Github. Only google/cyan
|
|
|
|
variants require this; all other boards should use the public release.
|
|
|
|
|
|
|
|
config FSP_HEADER_PATH
|
|
|
|
string
|
2020-06-17 21:06:53 +02:00
|
|
|
default "\$(src)/vendorcode/intel/fsp/fsp1_1/braswell" if USE_GOOGLE_FSP
|
2019-04-23 19:21:17 +02:00
|
|
|
default "3rdparty/fsp/BraswellFspBinPkg/Include/"
|
|
|
|
help
|
|
|
|
Location of FSP header file FspUpdVpd.h
|
|
|
|
|
2015-05-06 00:07:29 +02:00
|
|
|
endif
|