summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/skx/soc_util.c
diff options
context:
space:
mode:
authorShuo Liu <shuo.liu@intel.com>2024-03-26 22:57:18 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2024-05-02 14:31:21 +0000
commit1c39bccf7228252e126d565488f73baeef084c53 (patch)
tree1f3ff0d3d99f62ca6c47d7db4c0363cfa6571be3 /src/soc/intel/xeon_sp/skx/soc_util.c
parent98077dc359e1885c176857661ee9ba25b31f0dd9 (diff)
downloadcoreboot-1c39bccf7228252e126d565488f73baeef084c53.tar.gz
coreboot-1c39bccf7228252e126d565488f73baeef084c53.tar.bz2
coreboot-1c39bccf7228252e126d565488f73baeef084c53.zip
soc/intel/xeon_sp: Make NUMA support by default
TEST=Build and boot on intel/archercity CRB Change-Id: I84f07c16e24e441a885144df8c805f1310acae29 Signed-off-by: Shuo Liu <shuo.liu@intel.com> Co-authored-by: Ziang Wang <ziang.wang@intel.com> Co-authored-by: Gang Chen <gang.c.chen@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81439 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/soc_util.c')
-rw-r--r--src/soc/intel/xeon_sp/skx/soc_util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/soc_util.c b/src/soc/intel/xeon_sp/skx/soc_util.c
index 6f482466cea0..0ccacfb73c37 100644
--- a/src/soc/intel/xeon_sp/skx/soc_util.c
+++ b/src/soc/intel/xeon_sp/skx/soc_util.c
@@ -209,3 +209,8 @@ bool is_memtype_processor_attached(uint16_t mem_type)
{
return true;
}
+
+uint8_t get_cxl_node_count(void)
+{
+ return 0;
+}