mb/asus/p5gc-mx: Add mainboard
commit6390e525fcbad63fbf4c0043ae248b24b9a9d0c6
authorArthur Heymans <arthur@aheymans.xyz>
Mon, 21 Nov 2016 16:11:48 +0000 (21 17:11 +0100)
committerMartin Roth <martinroth@google.com>
Thu, 22 Dec 2016 15:37:34 +0000 (22 16:37 +0100)
tree428d28e9d5cccf331776b24ce34c0749586d64cd
parentf5d9d1454a9e607e59c6b2e1533f70c1ffb565ad
mb/asus/p5gc-mx: Add mainboard

Tested to work:
* GPU (Nvidia gt210) in PCIe x16 slot;
* SATA;
* serial;
* 800MHz and 1067MHz FSB Core 2 Duo CPUs;
* ethernet;
* native VGA graphic init.

What does not work:
* resume from s3 suspend;
* superio hardware monitor (not initialised in coreboot).

Quirks:
* does not boot with just one dimm in slot B.

Change-Id: Ide5494be7f2f16d6b5cfd2ccf4ec438f0587add5
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17558
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
18 files changed:
src/mainboard/asus/p5gc-mx/Kconfig [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/Kconfig.name [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/Makefile.inc [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/ec.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/i945_pci_irqs.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/ich7_pci_irqs.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/superio.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi/thermal.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/acpi_tables.c [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/board_info.txt [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/cmos.default [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/cmos.layout [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/cstates.c [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/devicetree.cb [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/dsdt.asl [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/hda_verb.c [new file with mode: 0644]
src/mainboard/asus/p5gc-mx/romstage.c [new file with mode: 0644]