Skip to content

Commit 5af71c8

Browse files
committed
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>
1 parent 86bf5ad commit 5af71c8

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • src/mainboard/novacustom/nuc_box/variants/nuc_box

src/mainboard/novacustom/nuc_box/variants/nuc_box/board.fmd

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FLASH 32M {
2-
SI_ALL 16M {
3-
SI_DESC 0x4000 # 16K
4-
#if CONFIG_MAINBOARD_USES_IFD_GBE_REGION
5-
SI_GBE 0x1000 # 4K (overlaps with PD)
6-
#endif
7-
SI_ME 0x009ec000 # 10,137,600 bytes = matches IFD exactly
2+
SI_ALL 10M {
3+
SI_DESC 16K
4+
SI_ME 0x9FC000
85
}
6+
RW_UNUSED 6M
97

108
SI_BIOS@0x01000000 16M {
119
RW_MISC 2M {

0 commit comments

Comments
 (0)