mb/intel/beechnutcity_crb: Add GNR/SRF-SP 2S server board Beechnut City
commit43a54184b0f8bdde9cff361a9aded25715bec454
authorShuo Liu <shuo.liu@intel.com>
Mon, 11 Mar 2024 14:03:23 +0000 (11 22:03 +0800)
committerLean Sheng Tan <sheng.tan@9elements.com>
Thu, 16 May 2024 21:05:28 +0000 (16 21:05 +0000)
tree6eab6bebbf249022e5b47b23c53d3f5acedea35d
parent921ddba69ee1513de162c2ea65018124de4c95f1
mb/intel/beechnutcity_crb: Add GNR/SRF-SP 2S server board Beechnut City

Beechnut City CRB is the 2 socket reference board for 6th Gen Xeon-SP
SP SoCs (Granite Rapids SP and Sierra Forest SP).

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/beechnutcity CRB

Change-Id: I3f6a0fb97b62baadb438fb9f11fdd78fccb3f89a
Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Co-authored-by: Gang Chen <gang.c.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81322
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
12 files changed:
configs/builder/config.intel.crb.bnc [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/Kconfig [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/Kconfig.name [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/Makefile.mk [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/board.fmd [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/board_info.txt [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/bootblock.c [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/config/iio.c [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/devicetree.cb [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/dsdt.asl [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/ramstage.c [new file with mode: 0644]
src/mainboard/intel/beechnutcity_crb/romstage.c [new file with mode: 0644]