util/msrtool: Fix typos
The Intel docs also call it "Scalable Bus Speed", so the typo is on us. Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace --strict --terse -f util/msrtool/*.c Change-Id: I84bdba687060e695d29420b9dd8eeb5f4ec44610 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38634 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
01cfecc883
commit
fbbef02f06
|
@ -39,7 +39,7 @@ const struct msrdef intel_atom_msrs[] = {
|
||||||
{0x2a, MSRTYPE_RDWR, MSR2(0,0), "MSR_EBL_CR_POWERON", "", {
|
{0x2a, MSRTYPE_RDWR, MSR2(0,0), "MSR_EBL_CR_POWERON", "", {
|
||||||
{ BITS_EOT }
|
{ BITS_EOT }
|
||||||
}},
|
}},
|
||||||
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scaleable Bus Speed", {
|
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scalable Bus Speed", {
|
||||||
{ BITS_EOT }
|
{ BITS_EOT }
|
||||||
}},
|
}},
|
||||||
{0xfe, MSRTYPE_RDWR, MSR2(0,0), "IA32_MTRRCAP", "", {
|
{0xfe, MSRTYPE_RDWR, MSR2(0,0), "IA32_MTRRCAP", "", {
|
||||||
|
@ -148,7 +148,7 @@ const struct msrdef intel_atom_msrs[] = {
|
||||||
/* if CPUID.01H: ECX[15] = 1 */
|
/* if CPUID.01H: ECX[15] = 1 */
|
||||||
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
||||||
/* Additional info available at Section 17.4.1 of
|
/* Additional info available at Section 17.4.1 of
|
||||||
* Intel 64 and IA-32 Architecures Software Developer's
|
* Intel 64 and IA-32 Architectures Software Developer's
|
||||||
* Manual, Volume 3.
|
* Manual, Volume 3.
|
||||||
*/
|
*/
|
||||||
{ 63, 50, RESERVED },
|
{ 63, 50, RESERVED },
|
||||||
|
|
|
@ -125,8 +125,8 @@ const struct msrdef intel_core2_later_msrs[] = {
|
||||||
{ 0, 1, RESERVED },
|
{ 0, 1, RESERVED },
|
||||||
{ BITS_EOT }
|
{ BITS_EOT }
|
||||||
}},
|
}},
|
||||||
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scaleable Bus Speed", {
|
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scalable Bus Speed", {
|
||||||
/* This field indicates the intended scaleable bus clock speed */
|
/* This field indicates the intended scalable bus clock speed */
|
||||||
{ 63, 61, RESERVED },
|
{ 63, 61, RESERVED },
|
||||||
{ 2, 3, "Speed", "R/O", PRESENT_BIN, {
|
{ 2, 3, "Speed", "R/O", PRESENT_BIN, {
|
||||||
{ MSR1(0), "267 MHz (FSB 1067)" },
|
{ MSR1(0), "267 MHz (FSB 1067)" },
|
||||||
|
@ -790,7 +790,7 @@ const struct msrdef intel_core2_later_msrs[] = {
|
||||||
}},
|
}},
|
||||||
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
||||||
/* Additional info available at Section 17.4.1 of
|
/* Additional info available at Section 17.4.1 of
|
||||||
* Intel 64 and IA-32 Architecures Software Developer's
|
* Intel 64 and IA-32 Architectures Software Developer's
|
||||||
* Manual, Volume 3.
|
* Manual, Volume 3.
|
||||||
*/
|
*/
|
||||||
{ 63, 56, RESERVED },
|
{ 63, 56, RESERVED },
|
||||||
|
|
|
@ -42,8 +42,8 @@ const struct msrdef intel_nehalem_msrs[] = {
|
||||||
{ BITS_EOT }
|
{ BITS_EOT }
|
||||||
}},
|
}},
|
||||||
/* FIXME: This MSR not documented for Nehalem */
|
/* FIXME: This MSR not documented for Nehalem */
|
||||||
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scaleable Bus Speed", {
|
{0xcd, MSRTYPE_RDONLY, MSR2(0,0), "MSR_FSB_FREQ", "Scalable Bus Speed", {
|
||||||
/* This field indicates the intended scaleable bus clock speed */
|
/* This field indicates the intended scalable bus clock speed */
|
||||||
{ BITS_EOT }
|
{ BITS_EOT }
|
||||||
}},
|
}},
|
||||||
{0xce, MSRTYPE_RDONLY, MSR2(0,0), "MSR_PLATFORM_INFO", "", {
|
{0xce, MSRTYPE_RDONLY, MSR2(0,0), "MSR_PLATFORM_INFO", "", {
|
||||||
|
@ -1329,7 +1329,7 @@ const struct msrdef intel_nehalem_msrs[] = {
|
||||||
/* if CPUID.01H: ECX[15] = 1 */
|
/* if CPUID.01H: ECX[15] = 1 */
|
||||||
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
{0x345, MSRTYPE_RDONLY, MSR2(0,0), "IA32_PERF_CAPABILITIES", "", {
|
||||||
/* Additional info available at Section 17.4.1 of
|
/* Additional info available at Section 17.4.1 of
|
||||||
* Intel 64 and IA-32 Architecures Software Developer's
|
* Intel 64 and IA-32 Architectures Software Developer's
|
||||||
* Manual, Volume 3.
|
* Manual, Volume 3.
|
||||||
*/
|
*/
|
||||||
{ 63, 50, RESERVED },
|
{ 63, 50, RESERVED },
|
||||||
|
|
Loading…
Reference in New Issue