Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8726
-gerrit
commit 7fa6ee4826fc07e319dc0cabaa913358de5e85b1 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Wed Mar 18 01:33:14 2015 -0500
cpu/amd/model_10xxx: Allow up to 2 reboots before fallback
Allow up to two bootblock executions before switching from the normal image to the fallback image. Under normal circumstances the highest number of reboots will occur after power on from cold power off; Fam10h only needs one warm reset to properly boot.
Change-Id: I4fd5c65f4fb98cc649b82fa367cf2ef0630570b5 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/cpu/amd/model_10xxx/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index cd69cae..81fea59 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -14,6 +14,10 @@ config CPU_AMD_MODEL_10XXX
if CPU_AMD_MODEL_10XXX
+config MAX_REBOOT_CNT + int + default 2 + config NUM_IPI_STARTS int default 1