diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-25 18:38:36 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-27 19:42:36 +0100 |
commit | 017b56558f36540e9e1d9736c9716cbedcc6a729 (patch) | |
tree | 64606b3e0328c8f4a8cf9f81e016bdc106b913f8 /util/board_status | |
parent | 9ee70ce5873e7f93c60ea969b388d4027ae6aba8 (diff) |
board_status/towiki.sh: Add socket LGA775
Intel Core 2 is not further specified since not all chipsets support
quad cores, which could confuse users.
Change-Id: I86c0a41743fe784f432347fa639d3c26604e058e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18235
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/board_status')
-rwxr-xr-x | util/board_status/to-wiki/towiki.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh index 2e458c62a1..8b2d1af521 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_SOCKET_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";; |