mb/intel/avenuecity_crb: Add GNR/SRF-AP 2S server board Avenue City
Avenue City CRB is the 2 socket reference board for 6th Gen Xeon-SP AP SoCs (Granite Rapids AP and Sierra Forest AP). This patch initially sets the code set up as a compilation target with GNR N-1 FSP, and with basic feature supports (Integrated IO Controller (IIO) configuration, BMC, UART, HPET). TEST=Build on intel/avenuecity CRB Change-Id: I64fdd5388aadf7732f6d3daa600c1455d3672a46 Signed-off-by: Gang Chen <gang.c.chen@intel.com> Co-authored-by: Shuo Liu <shuo.liu@intel.com> Co-authored-by: Jincheng Li <jincheng.li@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81319 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
committed by
Lean Sheng Tan
parent
6258093575
commit
921ddba69e
50
configs/builder/config.intel.crb.avc
Normal file
50
configs/builder/config.intel.crb.avc
Normal file
@@ -0,0 +1,50 @@
|
||||
# Type this in coreboot root directory to get a working .config:
|
||||
# make defconfig KBUILD_DEFCONFIG=configs/builder/config.intel.crb.avc
|
||||
|
||||
#
|
||||
# [RO] Board Configurations
|
||||
#
|
||||
CONFIG_VENDOR_INTEL=y
|
||||
CONFIG_BOARD_INTEL_AVENUECITY_CRB=y
|
||||
|
||||
CONFIG_HAVE_CONFIGURABLE_RAMSTAGE=y
|
||||
CONFIG_CONFIGURABLE_RAMSTAGE=y
|
||||
|
||||
CONFIG_NO_GFX_INIT=y
|
||||
|
||||
CONFIG_HAVE_IFD_BIN=y
|
||||
CONFIG_DO_NOT_TOUCH_DESCRIPTOR_REGION=y
|
||||
CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
|
||||
CONFIG_ADD_FSP_BINARIES=y
|
||||
CONFIG_PAYLOAD_LINUX=y
|
||||
|
||||
CONFIG_UART_FOR_CONSOLE=0
|
||||
CONFIG_CONSOLE_SERIAL_115200=y
|
||||
|
||||
#
|
||||
# [RW] IFWI Ingredients
|
||||
#
|
||||
CONFIG_IFD_BIN_PATH="site-local/avenuecity/descriptor.bin"
|
||||
CONFIG_CPU_UCODE_BINARIES="site-local/avenuecity/ucode.mcb"
|
||||
CONFIG_FSP_T_FILE="site-local/avenuecity/Server_T.fd"
|
||||
CONFIG_FSP_M_FILE="site-local/avenuecity/Server_M.fd"
|
||||
CONFIG_FSP_S_FILE="site-local/avenuecity/Server_S.fd"
|
||||
CONFIG_FSP_HEADER_PATH="src/vendorcode/intel/fsp/fsp2_0/graniterapids/ap/"
|
||||
|
||||
CONFIG_PAYLOAD_FILE="site-local/avenuecity/linuxboot_bzImage"
|
||||
CONFIG_LINUX_COMMAND_LINE="loglevel=7 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200"
|
||||
|
||||
#
|
||||
# [RW] Debug Settings
|
||||
#
|
||||
CONFIG_CONSOLE_POST=y
|
||||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
|
||||
|
||||
CONFIG_VERIFY_HOBS=y
|
||||
CONFIG_DISPLAY_MTRRS=y
|
||||
|
||||
CONFIG_DISPLAY_FSP_CALLS_AND_STATUS=y
|
||||
CONFIG_DISPLAY_FSP_HEADER=y
|
||||
|
||||
CONFIG_HAVE_DEBUG_GPIO=y
|
||||
CONFIG_DEBUG_GPIO=y
|
Reference in New Issue
Block a user