[coreboot-gerrit] New patch to review for coreboot: eb81d9d boardstatus/towiki: Add AMD socket and chip names.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Wed Feb 5 13:02:57 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5128

-gerrit

commit eb81d9d9f3019edee50626000d719ab65a8200f1
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Feb 5 13:02:26 2014 +0100

    boardstatus/towiki: Add AMD socket and chip names.
    
    Change-Id: I3fd34a8a9eb758845e0d3775963aae23208acc3c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 util/board_status/to-wiki/towiki.sh | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 7e2685e..6715f03 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -383,9 +383,19 @@ EOF
 					RDC_R8610)
 						cpu_nice="RDC 8610"
 						socket_nice="—";;
-					AMD_AGESA_FAMILY14|AMD_AGESA_FAMILY15_TN|AMD_AGESA_FAMILY15_KB|AMD_AGESA_FAMILY16_KB|AMD_AGESA_FAMILY12)
-						cpu_nice="?"
-						socket_nice="?";;
+					AMD_AGESA_FAMILY15_TN|AMD_AGESA_FAMILY15_KB)
+						cpu_nice="AMD Phenom II / Athlon II / FX"
+						socket_nice="AM3+";;
+
+					AMD_AGESA_FAMILY14)
+						cpu_nice="AMD APU (Bobcat)";
+						socket_nice="FT1 BGA";;
+					AMD_AGESA_FAMILY16_KB)
+						cpu_nice="Kabini / Temash";
+						socket_nice="FT3";;
+					AMD_AGESA_FAMILY12)
+						cpu_nice="AMD APU (Llano)";
+						socket_nice="FM1";;
 					*)
 						cpu_nice="$northbridge"
 						socket_nice="$northbridge";;



More information about the coreboot-gerrit mailing list