The MiTAC Computing Whitestone2 O-RAN CU/DU Edge Server is a compact and highly efficient 1U rackmount solution designed for edge computing in O-RAN (Open Radio Access Network) environments. Featuring support for the 4th Gen Intel® Xeon® Scalable Processor Edge Enhanced Product Family, it delivers robust performance with a single socket (LGA-4677) that supports up to 205W TDP. The server provides excellent memory capabilities with 8 DDR5 RDIMM slots supporting 4400 MHz speeds across 8 channels per CPU. Working: - All eight DIMM slots - Serial port to emit spam - POST code display - Front USB 2.0 port - Front Intel E810 CAM1 (25Gbps x 4) - Front Intel E810 CAM2 (25Gbps x 4 / 10Gbps x 8) - M.2 2280/22110 slot x 2 (Gen3 x4) - Flashing internally with flashrom Untested for now (i.e. should work, will eventually test): - Riser PCIe Gen.4 x16 slots x 2 (FHHL) Others: - The board boots to Ubuntu 22.04.2 (5.15.0-1032-realtime) with all 40 cores (Intel 5433n) available. - FlexRAN 23.11 + DPDK 22.11.1 + ACC200 O-RU + O-DU long-run test pass. Change-Id: Icf625cf8e9c76ef08411614c15ee43d0c459b905 Signed-off-by: Mark Chang <mark.chang@mitaccomputing.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85532 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Shuo Liu <shuo.liu@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
# MiTAC Computing Whitestone-2 coreboot is modified from Intel ArcherCity CRB
|
|
# MiTAC Computing Whitestone-2 is a one 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/config.config.mitaccomputing_ws_2
|
|
|
|
CONFIG_VENDOR_MITAC_COMPUTING=y
|
|
CONFIG_MAINBOARD_FAMILY="MiTAC Computing whitestone_2"
|
|
CONFIG_MAINBOARD_PART_NUMBER="MiTAC Computing WHITESTONE-2"
|
|
CONFIG_MAINBOARD_VERSION="1.0"
|
|
CONFIG_MAINBOARD_VENDOR="MiTAC Computing Technology Corp."
|
|
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="MiTAC Computing Technology Corp."
|
|
CONFIG_BOARD_MITAC_COMPUTING_WHITESTONE_2=y
|
|
CONFIG_X2APIC_LATE_WORKAROUND=y
|
|
CONFIG_LINUX_COMMAND_LINE="loglevel=7 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200"
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="site-local/whitestone-2/bzImage"
|
|
CONFIG_ADD_FSP_BINARIES=y
|
|
CONFIG_FSP_T_FILE="site-local/whitestone-2/Fsp_T.fd"
|
|
CONFIG_FSP_M_FILE="site-local/whitestone-2/Fsp_M.fd"
|
|
CONFIG_FSP_S_FILE="site-local/whitestone-2/Fsp_S.fd"
|
|
CONFIG_HAVE_IFD_BIN=y
|
|
CONFIG_IFD_BIN_PATH="site-local/whitestone-2/descriptor.bin"
|
|
CONFIG_HAVE_ME_BIN=y
|
|
CONFIG_ME_BIN_PATH="site-local/whitestone-2/me.bin"
|
|
CONFIG_HAVE_GBE_BIN=y
|
|
CONFIG_GBE_BIN_PATH="site-local/whitestone-2/gbe.bin"
|