This patch adds the ECS P6IWP-Fe board to coreboot.
authorAnders Jenbo <anders@jenbo.dk>
Wed, 9 Jun 2010 08:08:12 +0000 (08:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 9 Jun 2010 08:08:12 +0000 (08:08 +0000)
commita06f950c27651d82e2e1b95fa2690a3cab70750b
tree9b5752caf9a4c3c18e1921613d33b5f3f29f3f96
parentbd8d7eed2d4ded65ebd3ecc0f9300e8eba822068
This patch adds the ECS P6IWP-Fe board to coreboot.

Signed-off-by: Anders Jenbo <anders@jenbo.dk>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5623 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/Kconfig
src/mainboard/ecs/Kconfig [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/Kconfig [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/chip.h [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/devicetree.cb [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/irq_tables.c [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/mainboard.c [new file with mode: 0644]
src/mainboard/ecs/p6iwp-fe/romstage.c [new file with mode: 0644]