Felix Held submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Felix Held: Looks good to me, approved build bot (Jenkins): Verified
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>
---
M src/soc/amd/glinda/include/soc/data_fabric.h
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/amd/glinda/include/soc/data_fabric.h b/src/soc/amd/glinda/include/soc/data_fabric.h
index 345702f..cf91c0a 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)

To view, visit change 79830. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I91ea7d7e7d9b247cf479471df287ba8c96b83d75
Gerrit-Change-Number: 79830
Gerrit-PatchSet: 5
Gerrit-Owner: Anand Vaikar <a.vaikar2021@gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred@gmail.com>
Gerrit-Reviewer: Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ritul guru <ritul.bits@gmail.com>
Gerrit-CC: ANAND VAIKAR <a.vaikar1987@gmail.com>
Gerrit-MessageType: merged