Author: linux_junkie
Date: 2009-05-08 02:45:47 +0200 (Fri, 08 May 2009)
New Revision: 4260

Modified:
   trunk/coreboot-v2/src/mainboard/rca/rm4100/Config.lb
   trunk/coreboot-v2/src/mainboard/thomson/ip1000/Config.lb
   trunk/coreboot-v2/targets/thomson/ip1000/Config.lb
Log:
Trivial fixup IRQS on IP1000 and RM4100.
Signed-off-by: Joseph Smith <[email protected]>
Acked-by: Joseph Smith <[email protected]>

Modified: trunk/coreboot-v2/src/mainboard/rca/rm4100/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/rca/rm4100/Config.lb        2009-05-08 
00:24:24 UTC (rev 4259)
+++ trunk/coreboot-v2/src/mainboard/rca/rm4100/Config.lb        2009-05-08 
00:45:47 UTC (rev 4260)
@@ -80,11 +80,11 @@
       register "rom_address" = "0xfff00000"
     end
     chip southbridge/intel/i82801xx    # Southbridge
-      register "pirqa_routing" = "0x07"
-      register "pirqb_routing" = "0x09"
-      register "pirqc_routing" = "0x0a"
+      register "pirqa_routing" = "0x05"
+      register "pirqb_routing" = "0x06"
+      register "pirqc_routing" = "0x07"
       register "pirqd_routing" = "0x09"
-      register "pirqe_routing" = "0x05"
+      register "pirqe_routing" = "0x0a"
       register "pirqf_routing" = "0x80"
       register "pirqg_routing" = "0x80"
       register "pirqh_routing" = "0x0b"

Modified: trunk/coreboot-v2/src/mainboard/thomson/ip1000/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/thomson/ip1000/Config.lb    2009-05-08 
00:24:24 UTC (rev 4259)
+++ trunk/coreboot-v2/src/mainboard/thomson/ip1000/Config.lb    2009-05-08 
00:45:47 UTC (rev 4260)
@@ -80,11 +80,11 @@
       register "rom_address" = "0xfff00000"
     end
     chip southbridge/intel/i82801xx    # Southbridge
-      register "pirqa_routing" = "0x07"
-      register "pirqb_routing" = "0x09"
-      register "pirqc_routing" = "0x0a"
+      register "pirqa_routing" = "0x05"
+      register "pirqb_routing" = "0x06"
+      register "pirqc_routing" = "0x07"
       register "pirqd_routing" = "0x09"
-      register "pirqe_routing" = "0x05"
+      register "pirqe_routing" = "0x0a"
       register "pirqf_routing" = "0x80"
       register "pirqg_routing" = "0x80"
       register "pirqh_routing" = "0x0b"

Modified: trunk/coreboot-v2/targets/thomson/ip1000/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/thomson/ip1000/Config.lb  2009-05-08 00:24:24 UTC 
(rev 4259)
+++ trunk/coreboot-v2/targets/thomson/ip1000/Config.lb  2009-05-08 00:45:47 UTC 
(rev 4260)
@@ -51,7 +51,7 @@
 ##
 ## Request this level of debugging output
 ##
-option DEFAULT_CONSOLE_LOGLEVEL = 7
+option DEFAULT_CONSOLE_LOGLEVEL = 9
 
 romimage "fallback"
        option USE_FALLBACK_IMAGE = 1


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to