This patch renames debug FMD file (chromeos.debug-fsp.fmd) to chromeos-debug-fsp.fmd in order to match the file path name in `FMDFILE` config. TEST=Able to build intel/mtlrvp with this code change. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ic8de07e4befa6b1ab8ab57d593c6939d87c48e9b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74217 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Usha P <usha.p@intel.com> Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
49 lines
917 B
Plaintext
49 lines
917 B
Plaintext
FLASH 32M {
|
|
SI_ALL 9M {
|
|
SI_DESC 16K
|
|
SI_ME
|
|
}
|
|
SI_BIOS 23M {
|
|
RW_SECTION_A 7604K {
|
|
VBLOCK_A 8K
|
|
FW_MAIN_A(CBFS)
|
|
RW_FWID_A 64
|
|
ME_RW_A(CBFS) 4400K
|
|
}
|
|
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 {
|
|
RECOVERY_MRC_CACHE 64K
|
|
RW_MRC_CACHE 64K
|
|
}
|
|
}
|
|
# This section starts at the 16M boundary in SPI flash.
|
|
# MTL does not support a region crossing this boundary,
|
|
# because the SPI flash is memory-mapped into two non-
|
|
# contiguous windows.
|
|
RW_SECTION_B 7604K {
|
|
VBLOCK_B 8K
|
|
FW_MAIN_B(CBFS)
|
|
RW_FWID_B 64
|
|
ME_RW_B(CBFS) 4400K
|
|
}
|
|
# Make WP_RO region align with SPI vendor
|
|
# memory protected range specification.
|
|
WP_RO 8M {
|
|
RO_VPD(PRESERVE) 16K
|
|
RO_GSCVD 8K
|
|
RO_SECTION {
|
|
FMAP 2K
|
|
RO_FRID 64
|
|
GBB@4K 12K
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|
|
}
|