Skip to content

Commit c74571a

Browse files
committed
mainboard/novacustom/nuc_box/variants/nuc_box/board.fmd: add for BIOS lock
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent bcf5e50 commit c74571a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • src/mainboard/novacustom/nuc_box/variants/nuc_box
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FLASH 32M {
2+
SI_DESC 16K
3+
SI_ME 10160K
4+
SI_BIOS@16M 16M {
5+
RW_MRC_CACHE 64K
6+
SMMSTORE(PRESERVE) 256K
7+
WP_RO {
8+
FMAP 4K
9+
COREBOOT(CBFS)
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)