mb/google/mtlrvp: Update MTLRVP Flash Layout
This patch updates the MTLRVP flash layout to allow CSE Lite FW update and accommodate multiple ESx SoC stepping blobs. SI_BIOS: SI_EC: Removed RW_SECTION_A/B: Increased by ~1.9MB. RW_LEGACY: Reduce to 1MB. RW_MISC: Reduce to 152KB. - Drop RW_SPD_CACHE - Optimize other sections Additionally, moved RW_LEGACY under extended BIOS region. For chromeos-debug-fsp.fmd SI_BIOS: RW_SECTION_A/B: Increased by ~1.2MB. RW_LEGACY: Dropped RW_MISC: Reduce to 152KB. - Drop RW_SPD_CACHE - Optimize other sections BUG=b:271407315 TEST=Able to enable CSE update on MTLRVP and have free space to add one more PUNIT FW to support different SoC stepping. Signed-off-by: Usha P <usha.p@intel.com> Change-Id: I8cfba861e6d3122b0795a5a8e589c67cebad9762 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73378 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Krishna P Bhat D <krishna.p.bhat.d@intel.com>
This commit is contained in:
parent
5f7c9b6800
commit
fb1b192cf1
|
@ -4,39 +4,33 @@ FLASH 32M {
|
||||||
SI_ME
|
SI_ME
|
||||||
}
|
}
|
||||||
SI_BIOS 23M {
|
SI_BIOS 23M {
|
||||||
RW_SECTION_A 7M {
|
RW_SECTION_A 7604K {
|
||||||
VBLOCK_A 64K
|
VBLOCK_A 8K
|
||||||
FW_MAIN_A(CBFS)
|
FW_MAIN_A(CBFS)
|
||||||
RW_FWID_A 64
|
RW_FWID_A 64
|
||||||
ME_RW_A(CBFS) 3008K
|
ME_RW_A(CBFS) 4400K
|
||||||
}
|
}
|
||||||
RW_MISC 1M {
|
RW_MISC 152K {
|
||||||
|
RW_ELOG(PRESERVE) 4K
|
||||||
|
RW_SHARED 4K {
|
||||||
|
SHARED_DATA 4K
|
||||||
|
}
|
||||||
|
RW_VPD(PRESERVE) 8K
|
||||||
|
RW_NVRAM(PRESERVE) 8K
|
||||||
UNIFIED_MRC_CACHE(PRESERVE) 128K {
|
UNIFIED_MRC_CACHE(PRESERVE) 128K {
|
||||||
RECOVERY_MRC_CACHE 64K
|
RECOVERY_MRC_CACHE 64K
|
||||||
RW_MRC_CACHE 64K
|
RW_MRC_CACHE 64K
|
||||||
}
|
}
|
||||||
RW_ELOG(PRESERVE) 16K
|
|
||||||
RW_SHARED 16K {
|
|
||||||
SHARED_DATA 8K
|
|
||||||
VBLOCK_DEV 8K
|
|
||||||
}
|
|
||||||
# The RW_SPD_CACHE region is only used for variants that use DDRx memory.
|
|
||||||
# It is placed in the common `chromeos.fmd` file because it is only 4K and there
|
|
||||||
# is free space in the RW_MISC region that cannot be easily reclaimed because
|
|
||||||
# the RW_SECTION_B must start on the 16M boundary.
|
|
||||||
RW_SPD_CACHE(PRESERVE) 4K
|
|
||||||
RW_VPD(PRESERVE) 8K
|
|
||||||
RW_NVRAM(PRESERVE) 24K
|
|
||||||
}
|
}
|
||||||
# This section starts at the 16M boundary in SPI flash.
|
# This section starts at the 16M boundary in SPI flash.
|
||||||
# MTL does not support a region crossing this boundary,
|
# MTL does not support a region crossing this boundary,
|
||||||
# because the SPI flash is memory-mapped into two non-
|
# because the SPI flash is memory-mapped into two non-
|
||||||
# contiguous windows.
|
# contiguous windows.
|
||||||
RW_SECTION_B 7M {
|
RW_SECTION_B 7604K {
|
||||||
VBLOCK_B 64K
|
VBLOCK_B 8K
|
||||||
FW_MAIN_B(CBFS)
|
FW_MAIN_B(CBFS)
|
||||||
RW_FWID_B 64
|
RW_FWID_B 64
|
||||||
ME_RW_B(CBFS) 3008K
|
ME_RW_B(CBFS) 4400K
|
||||||
}
|
}
|
||||||
# Make WP_RO region align with SPI vendor
|
# Make WP_RO region align with SPI vendor
|
||||||
# memory protected range specification.
|
# memory protected range specification.
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
FLASH 32M {
|
FLASH 32M {
|
||||||
SI_ALL 9M {
|
SI_ALL 9M {
|
||||||
SI_DESC 16K
|
SI_DESC 16K
|
||||||
SI_EC 512K
|
|
||||||
SI_ME
|
SI_ME
|
||||||
}
|
}
|
||||||
SI_BIOS 23M {
|
SI_BIOS 23M {
|
||||||
RW_SECTION_A 6M {
|
RW_SECTION_A 7092K {
|
||||||
VBLOCK_A 64K
|
VBLOCK_A 8K
|
||||||
FW_MAIN_A(CBFS)
|
FW_MAIN_A(CBFS)
|
||||||
RW_FWID_A 64
|
RW_FWID_A 64
|
||||||
ME_RW_A(CBFS) 3008K
|
ME_RW_A(CBFS) 4400K
|
||||||
}
|
}
|
||||||
RW_LEGACY(CBFS) 2M
|
RW_MISC 152K {
|
||||||
RW_MISC 1M {
|
|
||||||
UNIFIED_MRC_CACHE 128K {
|
UNIFIED_MRC_CACHE 128K {
|
||||||
RECOVERY_MRC_CACHE 64K
|
RECOVERY_MRC_CACHE 64K
|
||||||
RW_MRC_CACHE 64K
|
RW_MRC_CACHE 64K
|
||||||
}
|
}
|
||||||
RW_ELOG(PRESERVE) 16K
|
RW_ELOG(PRESERVE) 4K
|
||||||
RW_SHARED 16K {
|
RW_SHARED 4K {
|
||||||
SHARED_DATA 8K
|
SHARED_DATA 4K
|
||||||
VBLOCK_DEV 8K
|
|
||||||
}
|
}
|
||||||
RW_VPD(PRESERVE) 8K
|
RW_VPD(PRESERVE) 8K
|
||||||
RW_NVRAM(PRESERVE) 24K
|
RW_NVRAM(PRESERVE) 8K
|
||||||
}
|
}
|
||||||
RW_SECTION_B 6M {
|
RW_SECTION_B 7092K {
|
||||||
VBLOCK_B 64K
|
VBLOCK_B 8K
|
||||||
FW_MAIN_B(CBFS)
|
FW_MAIN_B(CBFS)
|
||||||
RW_FWID_B 64
|
RW_FWID_B 64
|
||||||
ME_RW_B(CBFS) 3008K
|
ME_RW_B(CBFS) 4400K
|
||||||
}
|
}
|
||||||
|
RW_LEGACY(CBFS) 1M
|
||||||
# Make WP_RO region align with SPI vendor
|
# Make WP_RO region align with SPI vendor
|
||||||
# memory protected range specification.
|
# memory protected range specification.
|
||||||
WP_RO 8M {
|
WP_RO 8M {
|
||||||
|
|
Loading…
Reference in New Issue