Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37760 )
Change subject: bootblock: Support normal/fallback mechanism again ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37760/5/src/arch/x86/Makefile.inc File src/arch/x86/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/37760/5/src/arch/x86/Makefile.inc@1... PS5, Line 115: bootblock-$(CONFIG_BOOTBLOCK_NORMAL) += bootblock_normal.c What is the difference between 'normal' and 'simple'? It seems to me this new file should be named simple since the Kconfig for normal indicates a cmos flag. Did the names get swapped or is the Kconfig commentary incorrect?