mb/google/fatcat: Update Flash Map layout

This patch updates the fatcat flash map layout to accommodate the growth
in Panther Lake IFWI blobs over Meteor Lake.

Release FMD:
 SI_ALL: 8MB -> 9MB
 SI_BIOS: 24MB -> 23MB
   RW_UNUSED: 4MB -> 3MB

Debug FMD:
 SI_ALL: 8MB -> 9MB
 SI_BIOS: 24MB -> 23MB
   RW_UNUSED: 3MB -> 2MB

TEST=Able to build google/fatcat inside chroot.

Change-Id: I8febb4df5d3b3eb07ebff8e56a1ce2dfd2f52e7d
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84453
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
Subrata Banik 2024-09-21 10:58:38 +05:30
commit 44907f28ec
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
FLASH 32M {
SI_ALL 8M {
SI_ALL 9M {
SI_DESC 16K
SI_ME
}
SI_BIOS 24M {
SI_BIOS 23M {
RW_SECTION_A 7680K {
VBLOCK_A 8K
FW_MAIN_A(CBFS)
@ -32,7 +32,7 @@ FLASH 32M {
RW_FWID_B 64
}
RW_LEGACY(CBFS) 1M
RW_UNUSED 3M
RW_UNUSED 2M
# Make WP_RO region align with SPI vendor
# memory protected range specification.
WP_RO 4M {

View file

@ -1,9 +1,9 @@
FLASH 32M {
SI_ALL 8M {
SI_ALL 9M {
SI_DESC 16K
SI_ME
}
SI_BIOS 24M {
SI_BIOS 23M {
RW_SECTION_A 7M {
VBLOCK_A 8K
FW_MAIN_A(CBFS)
@ -32,7 +32,7 @@ FLASH 32M {
RW_FWID_B 64
}
RW_LEGACY(CBFS) 1M
RW_UNUSED 4M
RW_UNUSED 3M
# Make WP_RO region align with SPI vendor
# memory protected range specification.
WP_RO 4M {