Attention is currently required from: Christian Walter, Angel Pons, Arthur Heymans, Michael Niewöhner. Shawn C has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37441 )
Change subject: mb/supermicro/x11-lga1151v2-series: Add support for X11SCH-F ......................................................................
Patch Set 72:
(1 comment)
Patchset:
PS72: It will fail to locate CBFS via FMAP at runtime if CBFS_SIZE greater than (11MB in this case) default size (10MB): .... FMAP missing or corrupted at offset 0x1410000! Cannot locate primary CBFS ....
The offset inside coreboot.rom via hexdump: 01410000 5f 5f 46 4d 41 50 5f 5f 01 01 00 00 00 fe 00 00 |__FMAP__........| 01410010 00 00 00 00 00 02 46 4c 41 53 48 00 00 00 00 00 |......FLASH.....| 01410020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 01410030 00 00 00 00 00 00 04 00 00 00 40 01 00 00 c0 00 |..........@.....| 01410040 42 49 4f 53 00 00 00 00 00 00 00 00 00 00 00 00 |BIOS............| 01410050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 01410060 00 00 00 00 40 01 00 00 01 00 52 57 5f 4d 52 43 |....@.....RW_MRC| 01410070 5f 43 41 43 48 45 00 00 00 00 00 00 00 00 00 00 |_CACHE..........| 01410080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 41 01 |..............A.| 01410090 00 02 00 00 46 4d 41 50 00 00 00 00 00 00 00 00 |....FMAP........| 014100a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 014100b0 00 00 00 00 00 00 00 02 41 01 00 fe be 00 43 4f |........A.....CO| 014100c0 52 45 42 4f 4f 54 00 00 00 00 00 00 00 00 00 00 |REBOOT..........|
fmap.fmd: FLASH@4261412864 0x02000000 { BIOS@20971520 12582912 { RW_MRC_CACHE@0 0x10000 FMAP@65536 0x200 COREBOOT(CBFS)@66048 12516864 } }
Any idea how to fix it?