mb/acer/g43t-am3: Add Acer Q45T-AM as a variant
commit957b6982f637c11db70f2b8d2831941ca5c7a444
authorJulia Kittlinger <launchpad.vineyard395@passinbox.com>
Sun, 18 Aug 2024 08:56:29 +0000 (18 10:56 +0200)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Sun, 18 Aug 2024 10:55:38 +0000 (18 10:55 +0000)
tree43473264e9de096c1391b4d0c855dbb8d8ee72f1
parent26b1a5f62bb25babfb2a8313db0defd84da681ab
mb/acer/g43t-am3: Add Acer Q45T-AM as a variant

This adds a new board as a variant of the Acer G43T-AM3 with the
following prominent changes:

* Intel Q45 northbridge (GMCH) instead of a G43
* 4 MiB of flash instead of 2 MiB
* Two serial ports (one external, one internal)
* A parallel port connector (internal)
* An FDD connector
* DVI-D instead of HDMI
* No Firewire

The port was done based on logs and info received via private email. It
was only tested on the Acer G43T-AM3 so far, which still builds and works.

Change-Id: Ic2654ca4b198bfea409992be14e89702cf67ea50
Signed-off-by: Julia Kittlinger <launchpad.vineyard395@passinbox.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83968
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
src/mainboard/acer/g43t-am3/Kconfig
src/mainboard/acer/g43t-am3/Kconfig.name
src/mainboard/acer/g43t-am3/variants/q45t-am/data.vbt [new file with mode: 0644]
src/mainboard/acer/g43t-am3/variants/q45t-am/early_init.c [new file with mode: 0644]
src/mainboard/acer/g43t-am3/variants/q45t-am/gpio.c [new file with mode: 0644]
src/mainboard/acer/g43t-am3/variants/q45t-am/include/acpi/superio.asl [new file with mode: 0644]
src/mainboard/acer/g43t-am3/variants/q45t-am/overridetree.cb [new file with mode: 0644]