UPSTREAM: util: Correct typo in MSR_EBC_SOFT_POWERON
BUG=None BRANCH=None TEST=None Change-Id: I6f3aa716492b9cbe4a76789939e21bbdd5ad03c8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15900 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://chromium-review.googlesource.com/365224 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
2b16cc74c4
commit
4d9e7ff905
2 changed files with 4 additions and 4 deletions
|
|
@ -410,7 +410,7 @@ int print_intel_core_msrs(void)
|
|||
/* 0x6: Not available in model 2. */
|
||||
{ 0x0017, "IA32_PLATFORM_ID" },
|
||||
{ 0x002a, "MSR_EBC_HARD_POWERON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWRON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWERON" },
|
||||
/* 0x2c: Not available in model 2. */
|
||||
// WRITE ONLY { 0x0079, "IA32_BIOS_UPDT_TRIG" },
|
||||
{ 0x019c, "IA32_THERM_STATUS" },
|
||||
|
|
@ -613,7 +613,7 @@ int print_intel_core_msrs(void)
|
|||
{ 0x0006, "IA32_MONITOR_FILTER_LINE_SIZE" },
|
||||
{ 0x0017, "IA32_PLATFORM_ID" },
|
||||
{ 0x002a, "MSR_EBC_HARD_POWERON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWRON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWERON" },
|
||||
{ 0x002c, "MSR_EBC_FREQUENCY_ID" },
|
||||
// WRITE ONLY { 0x0079, "IA32_BIOS_UPDT_TRIG" },
|
||||
{ 0x019c, "IA32_THERM_STATUS" },
|
||||
|
|
|
|||
|
|
@ -452,7 +452,7 @@ int print_intel_core_msrs(void)
|
|||
/* 0x6: Not available in model 2. */
|
||||
{ 0x0017, "IA32_PLATFORM_ID" },
|
||||
{ 0x002a, "MSR_EBC_HARD_POWERON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWRON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWERON" },
|
||||
/* 0x2c: Not available in model 2. */
|
||||
// WRITE ONLY { 0x0079, "IA32_BIOS_UPDT_TRIG" },
|
||||
{ 0x019c, "IA32_THERM_STATUS" },
|
||||
|
|
@ -655,7 +655,7 @@ int print_intel_core_msrs(void)
|
|||
{ 0x0006, "IA32_MONITOR_FILTER_LINE_SIZE" },
|
||||
{ 0x0017, "IA32_PLATFORM_ID" },
|
||||
{ 0x002a, "MSR_EBC_HARD_POWERON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWRON" },
|
||||
{ 0x002b, "MSR_EBC_SOFT_POWERON" },
|
||||
{ 0x002c, "MSR_EBC_FREQUENCY_ID" },
|
||||
// WRITE ONLY { 0x0079, "IA32_BIOS_UPDT_TRIG" },
|
||||
{ 0x019c, "IA32_THERM_STATUS" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue