Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40345 )
Change subject: SeaBIOS: fix threaded hardware initialization during oprom execution ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40345/1/payloads/external/SeaBIOS/M... File payloads/external/SeaBIOS/Makefile:
https://review.coreboot.org/c/coreboot/+/40345/1/payloads/external/SeaBIOS/M... PS1, Line 57: ifneq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y) : echo "# CONFIG_THREAD_OPTIONROMS is not set" >> seabios/.config : endif
Leave it or make it depend on the selected SeaBIOS version? Given […]
Left it untouched. Added to commit message when the option was moved from config to runtime CBFS file.