[coreboot] [v2] r4257 - in trunk/coreboot-v2/src/mainboard: rca/rm4100 thomson/ip1000

svn at coreboot.org svn at coreboot.org
Thu May 7 07:47:05 CEST 2009


Author: linux_junkie
Date: 2009-05-07 07:47:05 +0200 (Thu, 07 May 2009)
New Revision: 4257

Modified:
   trunk/coreboot-v2/src/mainboard/rca/rm4100/irq_tables.c
   trunk/coreboot-v2/src/mainboard/thomson/ip1000/irq_tables.c
Log:
Trivial checksum fixup for irq tables on IP1000 and RM4100.
Signed-off-by: Joseph Smith <joe at settoplinux.org>
Acked-by: Joseph Smith <joe at settoplinux.org>

Modified: trunk/coreboot-v2/src/mainboard/rca/rm4100/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/rca/rm4100/irq_tables.c	2009-05-07 00:21:02 UTC (rev 4256)
+++ trunk/coreboot-v2/src/mainboard/rca/rm4100/irq_tables.c	2009-05-07 05:47:05 UTC (rev 4257)
@@ -31,7 +31,7 @@
 	0x24c0,		 /* Device */
 	0,		 /* Crap (miniport) */
 	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
-	0xcd,         /*  u8 checksum , this hase to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */
+	0x07,         /*  u8 checksum , this hase to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */
 	{
 		/* bus,     dev|fn,   {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap},  slot, rfu */
 		{0x00,(0x02<<3)|0x0, {{0x60, 0x0ef8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0}, /* [A] IGD VGA */

Modified: trunk/coreboot-v2/src/mainboard/thomson/ip1000/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/thomson/ip1000/irq_tables.c	2009-05-07 00:21:02 UTC (rev 4256)
+++ trunk/coreboot-v2/src/mainboard/thomson/ip1000/irq_tables.c	2009-05-07 05:47:05 UTC (rev 4257)
@@ -31,7 +31,7 @@
 	0x24c0,		 /* Device */
 	0,		 /* Crap (miniport) */
 	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
-	0xcd,         /*  u8 checksum , this hase to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */
+	0x07,         /*  u8 checksum , this hase to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */
 	{
 		/* bus,     dev|fn,   {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap},  slot, rfu */
 		{0x00,(0x02<<3)|0x0, {{0x60, 0x0ef8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0}, /* [A] IGD VGA */





More information about the coreboot mailing list