[coreboot] [commit] r4958 - trunk/util/msrtool

svn at coreboot.org svn at coreboot.org
Thu Nov 26 15:03:25 CET 2009


Author: stuge
Date: 2009-11-26 15:03:25 +0100 (Thu, 26 Nov 2009)
New Revision: 4958

Modified:
   trunk/util/msrtool/geodelx.c
   trunk/util/msrtool/k8.c
Log:
Remove commented out example MSR definitions

Now there are definitions for actual MSRs that can be referenced instead.

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/msrtool/geodelx.c
===================================================================
--- trunk/util/msrtool/geodelx.c	2009-11-26 13:54:40 UTC (rev 4957)
+++ trunk/util/msrtool/geodelx.c	2009-11-26 14:03:25 UTC (rev 4958)
@@ -454,11 +454,5 @@
 		{ 0, 1, "CHIP_RESET", "Chip Reset", PRESENT_DEC, NOBITS },
 		{ BITS_EOT }
 	}},
-/*
-	{ 0, MSRTYPE_RDONLY, MSR2(0, 0), "TEMPLATE", "Template MSR", {
-		{ 63, 64, RESERVED },
-		{ BITS_EOT }
-	}},
-*/
 	{ MSR_EOT }
 };

Modified: trunk/util/msrtool/k8.c
===================================================================
--- trunk/util/msrtool/k8.c	2009-11-26 13:54:40 UTC (rev 4957)
+++ trunk/util/msrtool/k8.c	2009-11-26 14:03:25 UTC (rev 4958)
@@ -355,12 +355,5 @@
 		{ BITS_EOT }
 	}},
 
-/*
-	{ 0, MSRTYPE_RDONLY, MSR2(0, 0), "TEMPLATE", "Template MSR", {
-		{ 63, 64, RESERVED },
-		{ BITS_EOT }
-	}},
-*/
-
 	{ MSR_EOT }
 };





More information about the coreboot mailing list