File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -291,15 +291,16 @@ class BoardInterface:
291291 "max_size" : 0x00100000 ,
292292 },
293293 },
294- "opentitan_earlgrey_rom_ext " : {
295- "description" : "OpenTitan EarlGrey chip with ROM_EXT targeting the Earlgrey-M2.5.2-RC0 hardware" ,
294+ "opentitan_earlgrey_secure_boot " : {
295+ "description" : "OpenTitan EarlGrey chip targeting the Earlgrey-M2.5.2-RC0 hardware with secure boot " ,
296296 "arch" : "rv32imc" ,
297297 "page_size" : 512 ,
298298 "no_attribute_table" : True ,
299299 "address_translator" : lambda addr : addr - 0x20010000 ,
300300 "flash_file" : {
301- # Set to the maximum flash size.
302- "max_size" : 0x00100000 ,
301+ # Set to the half of maximum flash size, to keep image sizes smaller
302+ # (also ensures room for data at end of flash).
303+ "max_size" : 0x00070000 ,
303304 },
304305 },
305306 }
You can’t perform that action at this time.
0 commit comments