Revert "mb/intel/adlrvp: Remove EC region"
This reverts commit 0a1602217f
.
EC region is required in order to provide unified coreboot image for
Chrome and Windows SKU RVP's. Also removing EC region causes a regression
for ADL-P platforms.
With this patch EC region is included back into flash map.
Change-Id: I0f7f2b5dd392b08e1978a3b3f3236eac0dab1f12
Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
parent
eea22f60d2
commit
e008c469c3
|
@ -1,12 +1,13 @@
|
|||
FLASH 32M {
|
||||
SI_ALL 6M {
|
||||
SI_DESC 4K
|
||||
SI_EC 512K
|
||||
SI_ME {
|
||||
CSE_LAYOUT 8K
|
||||
CSE_RO 1588K
|
||||
CSE_DATA 512K
|
||||
# 64-KiB aligned to optimize RW erases during CSE update.
|
||||
CSE_RW 4032K
|
||||
CSE_RW 3520K
|
||||
}
|
||||
}
|
||||
SI_BIOS 26M {
|
||||
|
|
Loading…
Reference in New Issue