mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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.
BUG=none
BRANCH=none
TEST=none
Change-Id: I307abdaa1a3947a2fba21623aab6e40aadeff446
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 017b56558f
Original-Change-Id: I86c0a41743fe784f432347fa639d3c26604e058e
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/18235
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/433981
This commit is contained in:
parent
394a5c128b
commit
0b12698f41
1 changed files with 3 additions and 0 deletions
|
@ -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";;
|
||||
|
|
Loading…
Add table
Reference in a new issue