[coreboot-gerrit] New patch to review for coreboot: northbridge/amd/amdfam10: Use adequate size for HT speed limit field

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Mon Sep 7 20:56:08 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/11587

-gerrit

commit 815f6001074d46e8099f781836dd131cf3a57055
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Mon Sep 7 15:55:50 2015 -0500

    northbridge/amd/amdfam10: Use adequate size for HT speed limit field
    
    Change-Id: Ib7ca49ffd53b0ae98a592b9fe8949dee2d9ae100
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/northbridge/amd/amdfam10/amdfam10.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/amd/amdfam10/amdfam10.h b/src/northbridge/amd/amdfam10/amdfam10.h
index 9461385..a1e08a0 100644
--- a/src/northbridge/amd/amdfam10/amdfam10.h
+++ b/src/northbridge/amd/amdfam10/amdfam10.h
@@ -1005,7 +1005,7 @@ struct nodes_info_t {
 } __attribute__((packed));
 
 struct ht_link_config {
-	uint8_t ht_speed_limit; // Speed in MHz; 0 for autodetect (default)
+	uint32_t ht_speed_limit; // Speed in MHz; 0 for autodetect (default)
 };
 
 /* be careful with the alignment of sysinfo, bacause sysinfo may be shared by coreboot_car and ramstage stage. and ramstage may be running at 64bit later.*/



More information about the coreboot-gerrit mailing list