diff options
author | Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.com> | 2023-06-21 18:34:40 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-06-23 13:45:29 +0000 |
commit | bb4bc777b7b6566cd030f2c4eef4b5e2c8425349 (patch) | |
tree | ebcd5e02a2c266302b392753e4c0016a44fa8260 /src/mainboard/google | |
parent | b1d3f3d7bf32af1fde8498dfec572310885c38e0 (diff) |
soc/intel/meteorlake: Rename shared SRAM aliases
Rename shared SRAM aliases for IOE and PMC to make them more readable.
pci device 13.3 is IOE shared sram, renamed to ioe_shared_sram.
pci device 14.2 is PMC shared sram, renamed to pmc_shared_sram.
Rename them in SOC code as well as mainboard to make sure the patch
builds for the relevant boards.
BUG=b:262501347
TEST=Able to build.
Signed-off-by: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.com>
Change-Id: I02a8cacc075f396549703d7a008382e76258f865
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75999
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb b/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb index 9a71e959c3..bfe991b012 100644 --- a/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb +++ b/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb @@ -57,7 +57,7 @@ chip soc/intel/meteorlake device ref igpu on end device ref dtt on end device ref xhci on end - device ref shared_sram on end + device ref pmc_shared_sram on end device ref heci1 on end device ref uart0 on end device ref soc_espi on diff --git a/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb b/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb index bd5b0bb237..5297ce28f4 100644 --- a/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb +++ b/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb @@ -71,7 +71,7 @@ chip soc/intel/meteorlake device ref igpu on end device ref dtt on end device ref xhci on end - device ref shared_sram on end + device ref pmc_shared_sram on end device ref heci1 on end device ref uart0 on end device ref soc_espi on |