mb/lenovo/thinkcentre_a58: Add mainboard
commita1e46aea79a7d51e006d91b9a6433a91ae6745d3
authorArthur Heymans <arthur@aheymans.xyz>
Sat, 15 Dec 2018 17:26:05 +0000 (15 18:26 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 19 Dec 2018 05:40:16 +0000 (19 05:40 +0000)
treee087e3428090111c5c41eeabe924a60d8078f338
parentf1a3503459317a19d0070d0569c31a41cccf4940
mb/lenovo/thinkcentre_a58: Add mainboard

The following was tested:
- Using two DDR2 DIMMs
- S3 sleep and resume (on SeaBIOS it needs sercon disabled)
- Ethernet NIC
- Libgfxinit (native res and textmode)
- SATA
- USB
- 800MHz FSB CPU (Pentium(R) E5200 @ 2.50GHz)
- PS2 Keyboard
- Serial output

TODO:
- Add ACPI code for SuperIO devices (done in a follow-up patch)
- Add documentation

TESTED with SeaBIOS (sercon disabled), Linux 4.19

Change-Id: I483e1143e4095b8a58fed142d31ca7f233a854e2
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30239
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
19 files changed:
src/mainboard/lenovo/thinkcentre_a58/Kconfig [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/Kconfig.name [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/Makefile.inc [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/acpi/ec.asl [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/acpi/ich7_pci_irqs.asl [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/acpi/platform.asl [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/acpi/superio.asl [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/board_info.txt [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/cmos.default [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/cmos.layout [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/cstates.c [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/data.vbt [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/devicetree.cb [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/dsdt.asl [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/gma-mainboard.ads [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/gpio.c [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/hda_verb.c [new file with mode: 0644]
src/mainboard/lenovo/thinkcentre_a58/romstage.c [new file with mode: 0644]