Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32351 )
Change subject: SeaBIOS patches: advanced_bootmenu, multiple_floppies, writeprotected_usb ......................................................................
Patch Set 11:
(2 comments)
https://review.coreboot.org/c/coreboot/+/32351/11/payloads/external/SeaBIOS/... File payloads/external/SeaBIOS/Makefile:
https://review.coreboot.org/c/coreboot/+/32351/11/payloads/external/SeaBIOS/... PS11, Line 93: patch -p1 < "./../advanced_bootmenu.patch" ; \ : patch -p1 < "./../multiple_floppies.patch" ; \ : patch -p1 < "./../writeprotected_usb.patch" ; \ Maybe use a naming scheme with numbers and a wildcard here... 0001_advanced... 0002_multiple... 0003_writeprotect.... then you can add to / update your patch stack without having to change the Makefile every time.
https://review.coreboot.org/c/coreboot/+/32351/11/payloads/external/SeaBIOS/... File payloads/external/SeaBIOS/advanced_bootmenu.patch:
https://review.coreboot.org/c/coreboot/+/32351/11/payloads/external/SeaBIOS/... PS11, Line 1: diff -- maybe stuff these in a patches/ subdirectory (similar to crossgcc)