From b604d417d58a0099178031f56a277492b573da83 Mon Sep 17 00:00:00 2001 From: Anil Kumar Date: Thu, 24 Oct 2024 13:50:23 -0700 Subject: soc/intel/pantherlake: Update SAF base address BUG=b:357011633 TEST=build and boot coreboot image on Google/Fatcat board. Change-Id: I14fa8cf06144f46369cc8cab6087c790280e9859 Signed-off-by: Anil Kumar Reviewed-on: https://review.coreboot.org/c/coreboot/+/84863 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/pantherlake/include/soc/iomap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/pantherlake/include/soc/iomap.h b/src/soc/intel/pantherlake/include/soc/iomap.h index 2ecd28ec84..0bd56975a9 100644 --- a/src/soc/intel/pantherlake/include/soc/iomap.h +++ b/src/soc/intel/pantherlake/include/soc/iomap.h @@ -16,8 +16,7 @@ #define MCH_BASE_SIZE 0x20000 /* System Agent Fabric (SAF) */ -/* TODO: Update with latest value */ -#define SAF_BASE_ADDRESS 0x3ffe000000 +#define SAF_BASE_ADDRESS 0xfa000000 #define SAF_BASE_SIZE 0x2000000 /* Add dummy entry to cater common/block/acpi/acpi/northbridge.asl */ -- cgit v1.2.3