Various Nokia IP530 fixes.
authorMarc Bertens <mbertens@xs4all.nl>
Thu, 6 Jan 2011 23:03:46 +0000 (23:03 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 6 Jan 2011 23:03:46 +0000 (23:03 +0000)
commit965c43b4db8df752a2db609fef01c7235291c144
tree2a20ba9d05595d152031c643e2e3f9310455f03e
parent69436e1a8ccf50d67004f74360f3ff5e6a146b9a
Various Nokia IP530 fixes.

 - Correct default ROM image size for this board (512KB is correct).

 - devicetree.cb: Add AUX I/O config (mainly GPIO settings).
   This allows you to control the LEDs in the front panel and JP900/JP901
   can be read.

 - irq_tables.c: Rework PIRQ table to make more onboard devices work.
   Also, avoid IRQ9.

 - mainboard.c: Drop unneeded functions, everything is done in devicetree.cb.

Signed-off-by: Marc Bertens <mbertens@xs4all.nl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6247 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/nokia/ip530/Kconfig
src/mainboard/nokia/ip530/devicetree.cb
src/mainboard/nokia/ip530/irq_tables.c
src/mainboard/nokia/ip530/mainboard.c