[coreboot-gerrit] Patch set updated for coreboot: board_status/towiki.sh: Add socket LGA775

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Wed Jan 25 19:40:00 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18235

-gerrit

commit 1b020ca3c4291c444fe1b46b7379a9a3e49bf6e1
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Wed Jan 25 18:38:36 2017 +0100

    board_status/towiki.sh: Add socket LGA775
    
    Intel Core 2 is not further specified since not all chipset support
    quad cores, which could confuse users.
    
    Change-Id: I86c0a41743fe784f432347fa639d3c26604e058e
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 util/board_status/to-wiki/towiki.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 2e458c6..66635c8 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -307,6 +307,9 @@ EOF
 			INTEL_SOCKET_LGA771)
 				cpu_nice="Intel Xeon™ 5000 series";
 				socket_nice="Socket LGA771";;
+			INTEL_SOCKT_LGA775)
+				cpu_nice="Intel® Core 2, Pentium 4/D";
+				socket_nice="Socket LGA775";;
 			INTEL_SOCKET_PGA370)
 				cpu_nice="Intel® Pentium® III-800, Celeron®"
 				socket_nice="Socket 370";;



More information about the coreboot-gerrit mailing list