Add support for the ASUS M2N-E board.
authorUwe Hermann <uwe@hermann-uwe.de>
Mon, 13 Dec 2010 13:44:33 +0000 (13:44 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 13 Dec 2010 13:44:33 +0000 (13:44 +0000)
commit29c7dfcadc49262271dba95697dab841ea076d17
treecf62961c1f4db7493ac98bbd8f6f5f89a841eb2e
parentcb6c9e09422e4f9a2419997d6e49ab3a7a18690c
Add support for the ASUS M2N-E board.

This is an AMD K8 + NVIDIA MCP55 + ITE IT8716F mainboard.

It has a working hda_verb.h file for HD audio, and a fanctl.c file is
used to enable the CPU fan (among others) so that we don't kill the
CPU due to excessive heat.

Even though some TODOs remain of course, it works good enough to
successfully boot Linux (e.g. via SeaBIOS).

The full status report is available at:
http://www.coreboot.org/ASUS_M2N-E

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6170 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 files changed:
src/mainboard/asus/Kconfig
src/mainboard/asus/m2n-e/Kconfig [new file with mode: 0644]
src/mainboard/asus/m2n-e/Makefile.inc [new file with mode: 0644]
src/mainboard/asus/m2n-e/chip.h [new file with mode: 0644]
src/mainboard/asus/m2n-e/cmos.layout [new file with mode: 0644]
src/mainboard/asus/m2n-e/devicetree.cb [new file with mode: 0644]
src/mainboard/asus/m2n-e/fanctl.c [new file with mode: 0644]
src/mainboard/asus/m2n-e/get_bus_conf.c [new file with mode: 0644]
src/mainboard/asus/m2n-e/hda_verb.h [new file with mode: 0644]
src/mainboard/asus/m2n-e/mainboard.c [new file with mode: 0644]
src/mainboard/asus/m2n-e/mptable.c [new file with mode: 0644]
src/mainboard/asus/m2n-e/resourcemap.c [new file with mode: 0644]
src/mainboard/asus/m2n-e/romstage.c [new file with mode: 0644]