Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41209 )
Change subject: fw_config: Add firmware configuration interface ......................................................................
Patch Set 17:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41209/17/src/lib/fw_config.c File src/lib/fw_config.c:
https://review.coreboot.org/c/coreboot/+/41209/17/src/lib/fw_config.c@68 PS17, Line 68: #if ENV_RAMSTAGE I had to use #if here because all_devices is const in other stages so the compiler complains about trying to set dev->enabled to 0 even if that code is wrapped in if(CONFIG(ENV_RAMSTAGE))