summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorAnand Vaikar <a.vaikar2021@gmail.com>2024-01-05 12:55:53 +0530
committerFelix Held <felix-coreboot@felixheld.de>2024-01-15 13:13:06 +0000
commitcf960a320fa1701430e4424829e3882a5a6578f1 (patch)
tree3c8588922300ce4cc39f0616094bd8942d272bff /src/soc
parent4520fc6af9b1a5973fabfd76028ca164d1333be2 (diff)
downloadcoreboot-cf960a320fa1701430e4424829e3882a5a6578f1.tar.gz
coreboot-cf960a320fa1701430e4424829e3882a5a6578f1.tar.bz2
coreboot-cf960a320fa1701430e4424829e3882a5a6578f1.zip
soc/amd/glinda/include/data_fabric: update IOHUBS0 fabric id
The IOHUBS0 is a data fabric component which has a fabric id value specific to SOC. Updated the fabric id for glinda SOC. TEST=Verified that fabric ID is programmed correctly in boot logs. Change-Id: I91ea7d7e7d9b247cf479471df287ba8c96b83d75 Signed-off-by: Anand Vaikar <a.vaikar2021@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79830 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/glinda/include/soc/data_fabric.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/include/soc/data_fabric.h b/src/soc/amd/glinda/include/soc/data_fabric.h
index 345702f4608a..cf91c0a01515 100644
--- a/src/soc/amd/glinda/include/soc/data_fabric.h
+++ b/src/soc/amd/glinda/include/soc/data_fabric.h
@@ -6,7 +6,7 @@
#include <amdblocks/data_fabric_defs.h>
#include <types.h>
-#define IOMS0_FABRIC_ID 15
+#define IOMS0_FABRIC_ID 0x14
#define DF_PCI_CFG_BASE0 DF_REG_ID(0, 0xc80)
#define DF_PCI_CFG_LIMIT0 DF_REG_ID(0, 0xc84)