diff options
author | Anil Kumar <anil.kumar.k@intel.com> | 2024-10-24 13:50:23 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-11-11 02:45:51 +0000 |
commit | b604d417d58a0099178031f56a277492b573da83 (patch) | |
tree | 273321212b1e065e9a6fe81ede52a80d2dd7554a /src/soc/intel | |
parent | 88974d3094e760c82ad38d5062551f450a89d3d3 (diff) |
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 <anil.kumar.k@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84863
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/pantherlake/include/soc/iomap.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |