Add support for the Nokia IP530.
authorMarc Bertens <mbertens@xs4all.nl>
Mon, 19 Apr 2010 21:21:54 +0000 (21:21 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 19 Apr 2010 21:21:54 +0000 (21:21 +0000)
commitea6772d306fc38fc934792cade14f0c8fc0a4ae5
tree5f89bbb6d6d2dd3bde9d7e677051f5cd889ad722
parent961a7b0c08e73e8a7d0061caaef842f1584335fb
Add support for the Nokia IP530.

It's currently its able to run coreboot + seabios + sgabios.

The following hardware works;
        P3
        i440BX  northbridge
        82371   southbridge
        IDE     normal disks + CF

The following hardware doesn't work:
        4x NIC          21143-PD
        2x PCMCIA       PCI1225PDV

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@5458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/Kconfig
src/mainboard/nokia/Kconfig [new file with mode: 0644]
src/mainboard/nokia/ip530/Kconfig [new file with mode: 0644]
src/mainboard/nokia/ip530/chip.h [new file with mode: 0644]
src/mainboard/nokia/ip530/devicetree.cb [new file with mode: 0644]
src/mainboard/nokia/ip530/irq_tables.c [new file with mode: 0644]
src/mainboard/nokia/ip530/mainboard.c [new file with mode: 0644]
src/mainboard/nokia/ip530/romstage.c [new file with mode: 0644]