2016-08-05 11:56 GMT+02:00 Yaroslav K. yar444@gmail.com:
Coreboot's bootblock_normal.c supports booting a fallback romstage if a normal romstage boot fails. But you can only specify either "fallback" or "normal" in CONFIG_CBFS_PREFIX. So how do I build an image with both normal and fallback stages set?
By building twice: once with CBFS_PREFIX=fallback, then with UPDATE_IMAGE=y and CBFS_PREFIX=normal to extend the image. That allows you to use different versions or configurations for fallback and normal.
Regards, Patrick