build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44047 )
Change subject: Change all assert(0) to BUG() ......................................................................
Patch Set 1:
(7 comments)
https://review.coreboot.org/c/coreboot/+/44047/1/src/device/device_const.c File src/device/device_const.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/device/device_const.c@1... PS1, Line 187: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/device/device_const.c@2... PS1, Line 285: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/amd/common/block/gp... File src/soc/amd/common/block/gpio_banks/gpio.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/amd/common/block/gp... PS1, Line 31: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/amd/picasso/reset.c File src/soc/amd/picasso/reset.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/amd/picasso/reset.c... PS1, Line 52: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/intel/common/block/... File src/soc/intel/common/block/gpio/gpio.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/intel/common/block/... PS1, Line 81: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/mediatek/mt8183/mt6... File src/soc/mediatek/mt8183/mt6358.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/soc/mediatek/mt8183/mt6... PS1, Line 834: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
https://review.coreboot.org/c/coreboot/+/44047/1/src/southbridge/amd/pi/huds... File src/southbridge/amd/pi/hudson/early_setup.c:
https://review.coreboot.org/c/coreboot/+/44047/1/src/southbridge/amd/pi/huds... PS1, Line 190: BUG(); Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()