The R520G6SB server represents the next generation of the M50FCP2UR Intel Server System, delivering cutting-edge performance and versatility tailored for demanding data center and enterprise workloads. Designed as a 2U dual-socket (2S) Birch Stream SP server system, it integrates advanced features to meet demanding computing, networking, and AI-driven application requirements. Tested: - USB: Front Panel 2 USB ports and 1 USB port on DCSCM - PCIe: J1_MXIO_SLOT1 ~ J1_MXIO_SLOT5 (with PCIe SATA controller) - M.2: M2_CN1, M2_CN2 - Mini Display Port - Flash firmware from BMC's redfish interface (Out-of-band) Build with Linux payload and Intel proprietary FSP. Installed with dual Intel® Xeon® 6756E, one Micron 64GB DDR5 RDIMM 4800 and boots to Ubuntu 22.04.5 LTS (6.8.0-57-generic). Change-Id: I0590c82c9763bd07348bd86b134007ea4ed71d7a Signed-off-by: Schumi Chu <schumi.chu@mitaccomputing.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87574 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
# Type this in coreboot root directory to get a working .config:
|
|
# make defconfig KBUILD_DEFCONFIG=configs/builder/config.mitaccomputing.sc513g6
|
|
|
|
#
|
|
# [RO] Board Configurations
|
|
#
|
|
CONFIG_VENDOR_MITAC_COMPUTING=y
|
|
CONFIG_BOARD_MITAC_COMPUTING_R520G6SB=y
|
|
|
|
CONFIG_HAVE_CONFIGURABLE_RAMSTAGE=y
|
|
CONFIG_CONFIGURABLE_RAMSTAGE=y
|
|
|
|
CONFIG_NO_GFX_INIT=y
|
|
|
|
CONFIG_HAVE_IFD_BIN=y
|
|
CONFIG_HAVE_PBP_BIN=n
|
|
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
|
|
|
|
CONFIG_COREBOOT_ROMSIZE_KB_65536=y
|
|
|
|
#
|
|
# [RW] IFWI Ingredients
|
|
#
|
|
CONFIG_IFD_BIN_PATH="site-local/r520g6sb/descriptor.bin"
|
|
CONFIG_PBP_BIN_PATH=""
|
|
CONFIG_CPU_UCODE_BINARIES="site-local/r520g6sb/ucode.mcb"
|
|
CONFIG_FSP_T_FILE="site-local/r520g6sb/Server_T.fd"
|
|
CONFIG_FSP_M_FILE="site-local/r520g6sb/Server_M.fd"
|
|
CONFIG_FSP_S_FILE="site-local/r520g6sb/Server_S.fd"
|
|
CONFIG_FSP_HEADER_PATH="src/vendorcode/intel/fsp/fsp2_0/graniterapids/sp/"
|
|
|
|
CONFIG_PAYLOAD_FILE="site-local/r520g6sb/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
|