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>
This commit is contained in:
Anil Kumar 2024-10-24 13:50:23 -07:00 committed by Subrata Banik
commit b604d417d5

View file

@ -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 */