configs: Add builder Tioga Pass config

Add config file that can be used to build a fully working
Tioga Pass image.

Signed-off-by: Andrey Petrov <anpetrov@fb.com>
Change-Id: Ifff3591ef9fff40117c60e85900bde9c3729bd94
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
Andrey Petrov 2020-03-20 13:59:45 -07:00 committed by Andrey Petrov
parent 662da6cf7b
commit 403f215cb4
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# type this to get working .config:
# make defconfig KBUILD_DEFCONFIG=configs/builder/config.ocp.tiogapass
CONFIG_VENDOR_OCP=y
CONFIG_HAVE_IFD_BIN=y
CONFIG_HAVE_ME_BIN=y
CONFIG_DO_NOT_TOUCH_DESCRIPTOR_REGION=y
CONFIG_USE_CPU_MICROCODE_CBFS_BINS=y
CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
CONFIG_CPU_UCODE_BINARIES="3rdparty/intel-microcode/intel-ucode/06-55-04"
CONFIG_ADD_FSP_BINARIES=y
CONFIG_FSP_T_FILE="site-local/tiogapass/Server_T.fd"
CONFIG_FSP_M_FILE="site-local/tiogapass/Server_M.fd"
CONFIG_FSP_S_FILE="site-local/tiogapass/Server_S.fd"
CONFIG_ME_BIN_PATH="site-local/tiogapass/me.bin"
CONFIG_IFD_BIN_PATH="site-local/tiogapass/descriptor.bin"
CONFIG_USE_BLOBS=y