[coreboot] [commit] r6542 - trunk/util/superiotool

repository service svn at coreboot.org
Sat Apr 23 01:10:35 CEST 2011


Author: stepan
Date: Sat Apr 23 01:10:35 2011
New Revision: 6542
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6542

Log:
cosmetic changes to superiotool's nuvoton code

Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Modified:
   trunk/util/superiotool/nuvoton.c

Modified: trunk/util/superiotool/nuvoton.c
==============================================================================
--- trunk/util/superiotool/nuvoton.c	Sat Apr 23 00:26:04 2011	(r6541)
+++ trunk/util/superiotool/nuvoton.c	Sat Apr 23 01:10:35 2011	(r6542)
@@ -29,7 +29,7 @@
 		{NOLDN, NULL,
 			{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
 			 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-			{0xFC,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
+			{0xfc,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
 			 0x04,RSVD,RSVD,RSVD,0x00,RSVD,RSVD,EOT}},
 		{0x03, "CIR Port (CIRP)",	/* where supported */
 			{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
@@ -99,7 +99,6 @@
 	printf("Found Nuvoton %s (id=0x%02x, rev=0x%02x) at 0x%x\n",
 	       get_superio_name(reg_table, sid), chip_id, chip_rev, port);
 	chip_found = 1;
-
 	dump_superio("Nuvoton", reg_table, port, sid, LDN_SEL);
 }
 




More information about the coreboot mailing list