mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
mb/nuc_box/: shrink ME region for consumer bin. in FMAP
After switching from Corporate to Consumer CSME, the ME binary shrunk. This allows to reclaim some free space in the FMAP by shrinking the region. Upstream-Status: Pending Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
FLASH 32M {
|
||||
SI_ALL 16M {
|
||||
SI_DESC 0x4000 # 16K
|
||||
#if CONFIG_MAINBOARD_USES_IFD_GBE_REGION
|
||||
SI_GBE 0x1000 # 4K (overlaps with PD)
|
||||
#endif
|
||||
SI_ME 0x009ec000 # 10,137,600 bytes = matches IFD exactly
|
||||
SI_ALL 10M {
|
||||
SI_DESC 16K
|
||||
SI_ME 0x9FC000
|
||||
}
|
||||
RW_UNUSED 6M
|
||||
|
||||
SI_BIOS@0x01000000 16M {
|
||||
RW_MISC 2M {
|
||||
|
||||
Reference in New Issue
Block a user