Add initial support for the ASUS A8N-E board.
authorPhilipp Degler <pdegler@rumms.uni-mannheim.de>
Thu, 24 May 2007 20:39:48 +0000 (20:39 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 24 May 2007 20:39:48 +0000 (20:39 +0000)
commitcd3afc052492e577774b1978f47f2ed28cea7d01
tree41b566f0c4a2ce0c4bae3d03f9e8619c8e9cb90d
parent63b087a8abba3516ddde5c3984b9803948e77396
Add initial support for the ASUS A8N-E board.

Signed-off-by: Philipp Degler <pdegler@rumms.uni-mannheim.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2698 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/asus/a8n_e/Config.lb [new file with mode: 0644]
src/mainboard/asus/a8n_e/Options.lb [new file with mode: 0644]
src/mainboard/asus/a8n_e/cache_as_ram_auto.c [new file with mode: 0644]
src/mainboard/asus/a8n_e/chip.h [new file with mode: 0644]
src/mainboard/asus/a8n_e/cmos.layout [new file with mode: 0644]
src/mainboard/asus/a8n_e/get_bus_conf.c [new file with mode: 0644]
src/mainboard/asus/a8n_e/irq_tables.c [new file with mode: 0644]
src/mainboard/asus/a8n_e/mainboard.c [new file with mode: 0644]
src/mainboard/asus/a8n_e/mptable.c [new file with mode: 0644]
targets/asus/a8n_e/Config.lb [new file with mode: 0644]