Marcello Sylvester Bauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29979 )
Change subject: arch/x86/Kconfig: move MAX_REBOOT_CNT option ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/29979/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/29979/1//COMMIT_MSG@11 PS1, Line 11:
Use case? […]
It only adds the entry, so you don't have to change it in the config file by hand. In my case I would rather fallback after 2 failed reboots, but also values up to 15 are possible.
https://review.coreboot.org/#/c/29979/1/src/arch/x86/Kconfig File src/arch/x86/Kconfig:
https://review.coreboot.org/#/c/29979/1/src/arch/x86/Kconfig@274 PS1, Line 274: 0
0 would mean every boot has failed? Never use the normal path?
true. it will be changed to 1.