From e3e2bb0a892bc185a52f210bcae15db268c1d034 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 26 Jul 2016 18:34:14 +0200 Subject: util: Correct typo in MSR_EBC_SOFT_POWERON Change-Id: Iba5fc92d8740d0bb7d41f8a83513ba7fb97be592 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15900 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- util/inteltool/cpu.c | 4 ++-- util/viatool/cpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c index e201dea9e6c2..0ed2ccb763b9 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -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" }, diff --git a/util/viatool/cpu.c b/util/viatool/cpu.c index 4bf1271e3008..cd3b40d6053f 100644 --- a/util/viatool/cpu.c +++ b/util/viatool/cpu.c @@ -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" }, -- cgit v1.2.3