diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-06-18 01:29:42 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-06-18 01:29:42 +0000 |
commit | 48415d5cf6f317aa7d7c30623ed2b36b29710d8e (patch) | |
tree | 668f34c1d99efa100900a856a7238c259be42607 /src/mainboard/olpc | |
parent | 6ab0fa9fedbfd3f0b21b84aed280bc8971ea324f (diff) |
add irq mapper support for OLPC and other boards that need this mapping
done for the gx2 north. tested on OLPC.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2323 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc')
-rw-r--r-- | src/mainboard/olpc/rev_a/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/olpc/rev_a/Config.lb b/src/mainboard/olpc/rev_a/Config.lb index 86b1c0e482..98ff136b82 100644 --- a/src/mainboard/olpc/rev_a/Config.lb +++ b/src/mainboard/olpc/rev_a/Config.lb @@ -124,6 +124,7 @@ dir /pc80 config chip.h chip northbridge/amd/gx2 + register "irq_map" = "0xaa5b"; device apic_cluster 0 on chip cpu/amd/model_gx2 device apic 0 on end |