mb/google/brya: Add sub-regions to SI_ME in chromeos.fmd
This change adds sub-regions to SI_ME in chromeos.fmd. These are required to support stitching of CSE components. BUG=b:189177538 Change-Id: I4da677da2e24b0398d04786e71490611db635ead Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58126 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
f888c682f8
commit
0a0182e13d
|
@ -1,7 +1,13 @@
|
||||||
FLASH 32M {
|
FLASH 32M {
|
||||||
SI_ALL 5M {
|
SI_ALL 5M {
|
||||||
SI_DESC 4K
|
SI_DESC 4K
|
||||||
SI_ME
|
SI_ME {
|
||||||
|
CSE_LAYOUT 8K
|
||||||
|
CSE_RO 1588K
|
||||||
|
CSE_DATA 512K
|
||||||
|
# 64-KiB aligned to optimize RW erases during CSE update.
|
||||||
|
CSE_RW 3008K
|
||||||
|
}
|
||||||
}
|
}
|
||||||
SI_BIOS 27M {
|
SI_BIOS 27M {
|
||||||
RW_SECTION_A 8M {
|
RW_SECTION_A 8M {
|
||||||
|
|
Loading…
Reference in New Issue