broadwell: Change CPUID 306D4 to report "E0 or F0"
The F0 stepping has the same CPUID as E0 stepping so report it as either stepping to avoid confusion. BUG=chrome-os-partner:32359 BRANCH=samus,auron TEST=build and boot on samus Change-Id: Ia4955f346ceb9be92e06ecea5b7a8fe2db84cabc Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/223097 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
08413589ba
commit
55ed3bc880
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ static struct {
|
|||
{ CPUID_HASWELL_HALO, "Haswell Perf Halo" },
|
||||
{ CPUID_BROADWELL_C0, "Broadwell C0" },
|
||||
{ CPUID_BROADWELL_D0, "Broadwell D0" },
|
||||
{ CPUID_BROADWELL_E0, "Broadwell E0" },
|
||||
{ CPUID_BROADWELL_E0, "Broadwell E0 or F0" },
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue