Add support for the ASRock E350M1, an AMD family 14h Fusion board.
authorScott Duplichan <scott@notabs.org>
Sat, 26 Feb 2011 17:49:49 +0000 (17:49 +0000)
committerScott Duplichan <scott@notabs.org>
Sat, 26 Feb 2011 17:49:49 +0000 (17:49 +0000)
commit63896e75b42697a8898c0386c492091318cf5c82
tree531a681c4891e6e4b0ce1a35bf686e88d4ba4f22
parent199c694f49e2ecbc3bd2cc6c5e7d7570a4c3cf62
Add support for the ASRock E350M1, an AMD family 14h Fusion board.
A video option rom must be added for UMA graphics support. It can
be extracted from the supplied UEFI BIOS.

ASRock E350M1 support is based on the AMD persimmon project. The
major differences are SIO model and DIMM SDP addressing. With this
coreboot and seabios, the board can boot DOS from a SATA drive and
can boot WinPE from a USB flash drive. I was unable to get
Windows setup to run.

The board has a socketed SPI flash BIOS chip and a serial port
header. The SIO is Nuvoton NCT5572D. Using coreboot's existing
Winbond w83627hf is a good enough match to get the serial port
and keyboard working.

Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6382 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
12 files changed:
src/mainboard/asrock/Kconfig
src/mainboard/asrock/e350m1/Kconfig
src/mainboard/asrock/e350m1/acpi/ssdt2.asl [deleted file]
src/mainboard/asrock/e350m1/acpi/ssdt3.asl [deleted file]
src/mainboard/asrock/e350m1/acpi/ssdt4.asl [deleted file]
src/mainboard/asrock/e350m1/acpi/ssdt5.asl [deleted file]
src/mainboard/asrock/e350m1/devicetree.cb
src/mainboard/asrock/e350m1/dimmSpd.c
src/mainboard/asrock/e350m1/dsdt.asl
src/mainboard/asrock/e350m1/mainboard.c
src/mainboard/asrock/e350m1/mptable.c
src/mainboard/asrock/e350m1/romstage.c