0e90dae584
This code is not specific to ChromeOS and is useful outside of it. Like with small modifications it can be used to disable TPM altogether. Change-Id: I8c6baf0a1f7c67141f30101a132ea039b0d09819 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10269 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
46 lines
791 B
Text
46 lines
791 B
Text
if BOARD_INTEL_BASKING_RIDGE
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_INTEL_HASWELL
|
|
select NORTHBRIDGE_INTEL_HASWELL
|
|
select SOUTHBRIDGE_INTEL_LYNXPOINT
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select HAVE_SMI_HANDLER
|
|
select MAINBOARD_HAS_CHROMEOS
|
|
select MAINBOARD_HAS_LPC_TPM
|
|
select INTEL_INT15
|
|
select CHROMEOS_VBNV_CMOS
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default intel/baskingridge
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "BASKING RIDGE"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 16
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0166.rom"
|
|
|
|
config HAVE_IFD_BIN
|
|
bool
|
|
default n
|
|
|
|
config HAVE_ME_BIN
|
|
bool
|
|
default n
|
|
|
|
endif # BOARD_INTEL_BASKING_RIDGE
|