vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/ is still needed due to Intel FSP repo does not ship all header files. TEST=Build and boot on intel/archercity CRB Change-Id: I778d3535c273dff653330518653bdefcb45e66f4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Signed-off-by: Shuo Liu <shuo.liu@intel.com> Signed-off-by: Jincheng Li <jincheng.li@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80360 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
18 lines
737 B
Text
18 lines
737 B
Text
# Intel ArcherCity CRB is a dual socket CRB based on Intel
|
|
# Sapphire Rapids Scalable Processor (SPR-SP) chipset.
|
|
#
|
|
# Type this in coreboot root directory to get a working .config:
|
|
# make defconfig KBUILD_DEFCONFIG=configs/builder/config.intel.crb.ac
|
|
|
|
CONFIG_VENDOR_INTEL=y
|
|
CONFIG_BOARD_INTEL_ARCHERCITY_CRB=y
|
|
CONFIG_HAVE_IFD_BIN=y
|
|
CONFIG_LINUX_COMMAND_LINE="loglevel=7 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200"
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="site-local/archercity/linuxboot_bzImage"
|
|
CONFIG_HAVE_ME_BIN=y
|
|
CONFIG_DO_NOT_TOUCH_DESCRIPTOR_REGION=y
|
|
CONFIG_IFD_BIN_PATH="site-local/archercity/descriptor.bin"
|
|
CONFIG_ME_BIN_PATH="site-local/archercity/me.bin"
|
|
CONFIG_VALIDATE_INTEL_DESCRIPTOR=y
|
|
CONFIG_NO_GFX_INIT=y
|