[coreboot-gerrit] Patch set updated for coreboot: cpu/amd/model_fxx: Enable FIDVID code on Socket F K8

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Oct 28 23:20:10 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/12224

-gerrit

commit 3fbdb11af7df4622e70594eaa1304aca51443021
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed Oct 28 14:41:04 2015 -0500

    cpu/amd/model_fxx: Enable FIDVID code on Socket F K8
    
    Change-Id: Ic19f68f6b17943f9133ff32a9b6538f0bf942eca
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/model_fxx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig
index 1172d29..89923b2 100644
--- a/src/cpu/amd/model_fxx/Kconfig
+++ b/src/cpu/amd/model_fxx/Kconfig
@@ -30,7 +30,7 @@ config LIFT_BSP_APIC_ID
 
 config SET_FIDVID
 	bool
-	default n
+	default n if !K8_REV_F_SUPPORT
 	default y if K8_REV_F_SUPPORT
 
 config HW_SCRUBBER



More information about the coreboot-gerrit mailing list