[coreboot-gerrit] New patch to review for coreboot: 7fa6ee4 cpu/amd/model_10xxx: Allow up to 2 reboots before fallback

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Mar 18 07:35:19 CET 2015


Timothy Pearson (tpearson at 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 at 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 at 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



More information about the coreboot-gerrit mailing list