2 ## This file is part of the coreboot project.
4 ## Copyright (C) 2018-2019 Eltan B.V.
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ## GNU General Public License for more details.
16 if BOARD_FACEBOOK_FBG1701
18 config BOARD_SPECIFIC_OPTIONS
20 select BOARD_ROMSIZE_KB_8192
21 select HAVE_ACPI_TABLES
22 select HAVE_OPTION_TABLE
23 select MAINBOARD_HAS_LPC_TPM
24 select MAINBOARD_HAS_TPM2
25 select SOC_INTEL_BRASWELL
26 select SOC_INTEL_COMMON_BLOCK_HDA_VERB
27 select PCIEXP_L1_SUB_STATE
29 select CACHE_MRC_SETTINGS
31 select INTEL_GMA_HAVE_VBT
32 select GENERIC_SPD_BIN
35 prompt "Onboard memory manufacturer"
36 default ONBOARD_MICRON_MEM
38 config ONBOARD_SAMSUNG_MEM
41 Samsung K4B8G1646D memory
43 config ONBOARD_MICRON_MEM
46 Micron MT41K512M16HA memory
51 default facebook/fbg1701
53 config MAINBOARD_PART_NUMBER
61 config CPU_MICROCODE_CBFS_LEN
65 This should be updated when the microcode patch changes.
67 config CPU_MICROCODE_CBFS_LOC
71 config MRC_SETTINGS_CACHE_SIZE
79 config FSP1_1_DISPLAY_LOGO
83 config SPI_FLASH_INCLUDE_ALL_DRIVERS
87 config SPI_FLASH_WINBOND
92 bool "TPM Setup in RAMSTAGE"
95 config C_ENV_BOOTBLOCK_SIZE
96 hex "C Bootblock Size"
99 endif # BOARD_FACEBOOK_FBG1701