When disabling vboot in the coreboot config, Dasharo fails to compile a rom.
How reproducible
100%
How to reproduce
Clone latest v0.9.2 tag
Disable vboot inside .config
Compile
Expected behavior
Rom successfully compiles without vboot, can be flashed and used.
Actual behavior
After running make -j32, an error gets returned, with the rom failing to build.
E: FMAP_SECTION_ROMHOLE_START not found in build/fmap_config.h
E: Got invalid line for key 'FMAP_SECTION_ROMHOLE_START'
E: FMAP_SECTION_ROMHOLE_SIZE not found in build/fmap_config.h
E: Got invalid line for key 'FMAP_SECTION_ROMHOLE_SIZE'
WRITE MSI ROMHOLE
E: Image is missing 'ROMHOLE' region
E: The image will be left unmodified.
make: *** [util/msi/Makefile.inc:35: build_complete] Error 1
Screenshots
No response
Additional context
I'm not running Docker, however, the dasharo branch compiles fine for me.
Component
Dasharo firmware
Device
MSI Pro Z790-P
Dasharo version
v0.9.2
Dasharo Tools Suite version
No response
Test case ID
No response
Brief summary
When disabling vboot in the coreboot config, Dasharo fails to compile a rom.
How reproducible
100%
How to reproduce
.config
Expected behavior
Rom successfully compiles without vboot, can be flashed and used.
Actual behavior
After running
make -j32
, an error gets returned, with the rom failing to build.Screenshots
No response
Additional context
I'm not running Docker, however, the
dasharo
branch compiles fine for me.Solutions you've tried
No response