diff options
author | Joseph Smith <joe@settoplinux.org> | 2009-05-08 00:45:47 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2009-05-08 00:45:47 +0000 |
commit | aa1df9cba598ff1ddbf81d182a9f978f89daf2e8 (patch) | |
tree | f51f389fd6653cf42445b14b39f960c4cf971273 | |
parent | 9b04724a0a8db6089f4a175dc34550bc3c50a400 (diff) | |
download | coreboot-aa1df9cba598ff1ddbf81d182a9f978f89daf2e8.tar.xz |
Trivial fixup IRQS on IP1000 and RM4100.
Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4260 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/rca/rm4100/Config.lb | 8 | ||||
-rw-r--r-- | src/mainboard/thomson/ip1000/Config.lb | 8 | ||||
-rw-r--r-- | targets/thomson/ip1000/Config.lb | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/rca/rm4100/Config.lb b/src/mainboard/rca/rm4100/Config.lb index f1de31c74f..e11b4d19dc 100644 --- a/src/mainboard/rca/rm4100/Config.lb +++ b/src/mainboard/rca/rm4100/Config.lb @@ -80,11 +80,11 @@ chip northbridge/intel/i82830 # Northbridge 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" diff --git a/src/mainboard/thomson/ip1000/Config.lb b/src/mainboard/thomson/ip1000/Config.lb index 92e2188c00..f26ae532d2 100644 --- a/src/mainboard/thomson/ip1000/Config.lb +++ b/src/mainboard/thomson/ip1000/Config.lb @@ -80,11 +80,11 @@ chip northbridge/intel/i82830 # Northbridge 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" diff --git a/targets/thomson/ip1000/Config.lb b/targets/thomson/ip1000/Config.lb index aa507394d5..1e9e43ba02 100644 --- a/targets/thomson/ip1000/Config.lb +++ b/targets/thomson/ip1000/Config.lb @@ -51,7 +51,7 @@ option CONFIG_VIDEO_MB = 8 ## ## Request this level of debugging output ## -option DEFAULT_CONSOLE_LOGLEVEL = 7 +option DEFAULT_CONSOLE_LOGLEVEL = 9 romimage "fallback" option USE_FALLBACK_IMAGE = 1 |