diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-16 19:14:02 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-13 20:22:26 +0200 |
commit | 76998336aa82b692c1b0cf1e2427602b5b655fac (patch) | |
tree | 643cfd115fe92b20218fa4d41103452f7d813216 /util/board_status | |
parent | f4ea9b2551214d5b4cf9ac528c227f2242815383 (diff) | |
download | coreboot-76998336aa82b692c1b0cf1e2427602b5b655fac.tar.xz |
to-wiki: Add IVYBRIDGE_NATIVE to the list of ivybridge names.
Change-Id: I6e63abd9491a76e362347b7616e00104305827ee
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6691
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'util/board_status')
-rwxr-xr-x | util/board_status/to-wiki/towiki.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh index db331ba975..a0b22da62b 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -315,7 +315,7 @@ EOF INTEL_HASWELL) cpu_nice="IntelĀ® 4th Gen (Haswell) Core i3/i5/i7" socket_nice="Socket RPGA989";; - INTEL_IVYBRIDGE|INTEL_FSP_IVYBRIDGE) + INTEL_IVYBRIDGE_NATIVE|INTEL_IVYBRIDGE|INTEL_FSP_IVYBRIDGE) cpu_nice="IntelĀ® 3rd Gen (Ivybridge) Core i3/i5/i7" socket_nice="Socket RPGA989";; INTEL_SANDYBRIDGE) |