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:
parent
88974d3094
commit
b604d417d5
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue