[coreboot-gerrit] New patch to review for coreboot: Typo: correct MSR_EBC_SOFT_POWERON typo

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Tue Jul 26 18:35:35 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15900

-gerrit

commit a9c010201949123f6624b1da077d4ffb75736c7b
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Jul 26 18:34:14 2016 +0200

    Typo: correct MSR_EBC_SOFT_POWERON typo
    
    Change-Id: Iba5fc92d8740d0bb7d41f8a83513ba7fb97be592
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 util/inteltool/cpu.c | 4 ++--
 util/viatool/cpu.c   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c
index e201dea..0ed2ccb 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 4bf1271..cd3b40d 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" },



More information about the coreboot-gerrit mailing list