[coreboot-gerrit] Patch set updated for coreboot: cpu/amd/family_10h-family_15h: Use correct label for break state

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Fri Oct 30 20:51:11 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/12101

-gerrit

commit b659ff440d319044315980582b617d2c27eff284
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Oct 20 01:17:34 2015 -0500

    cpu/amd/family_10h-family_15h: Use correct label for break state
    
    Change-Id: I07e517f239807cbe76037308f0beff80c9a6f2ba
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/family_10h-family_15h/fidvid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/family_10h-family_15h/fidvid.c b/src/cpu/amd/family_10h-family_15h/fidvid.c
index 5b1c581..86e3179 100644
--- a/src/cpu/amd/family_10h-family_15h/fidvid.c
+++ b/src/cpu/amd/family_10h-family_15h/fidvid.c
@@ -860,7 +860,7 @@ static void init_fidvid_bsp_stage1(u32 ap_apicid, void *gp)
 	while (--loop > 0) {
 		if (lapic_remote_read(ap_apicid, LAPIC_MSG_REG, &readback) != 0)
 			continue;
-		if ((readback & 0x3f) == 1) {
+		if ((readback & 0x3f) == F10_APSTATE_RESET) {
 			timeout = 0;
 			break;	/* target ap is in stage 1 */
 		}



More information about the coreboot-gerrit mailing list