mb/asus/p5ql-em: Add mainboard
commit7e4bfe4b91cc8dbc18a4b940c26f372e471d49db
authorArthur Heymans <arthur@aheymans.xyz>
Tue, 5 Feb 2019 12:30:11 +0000 (5 13:30 +0100)
committerArthur Heymans <arthur@aheymans.xyz>
Sat, 9 Nov 2019 05:37:09 +0000 (9 05:37 +0000)
tree8aa6245999e024b4c8871bf4819655a549329d2e
parentb8df689a6aaaa721103ed75d647decad2b4a9528
mb/asus/p5ql-em: Add mainboard

Tested, working:
- First dimm slot of each channel
- USB, SATA
- CPU FSB at 800, 1067 and 1333MHz
- Libgfxinit on DVI and VGA slot
- PCI slot
- Realtek NIC (configure MAC address in Kconfig)
- PEG slot
- PS2 keyboard

Tested, not working:
- second dimm slot for each channel. Those are hooked up to the second
  rank of the channel, instead of rank 3 and 4. The raminit does not
  support such setups.

Untested:
- PCIe x1 slot, likely works fine
- HDMI

Tested using SeaBIOS 1.12, Linux 4.19.

Change-Id: I88fe9c66dae079cd7eedcc9736c5922defbc0e5a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
17 files changed:
src/mainboard/asus/p5ql-em/Kconfig [new file with mode: 0644]
src/mainboard/asus/p5ql-em/Kconfig.name [new file with mode: 0644]
src/mainboard/asus/p5ql-em/Makefile.inc [new file with mode: 0644]
src/mainboard/asus/p5ql-em/acpi/ec.asl [new file with mode: 0644]
src/mainboard/asus/p5ql-em/acpi/ich10_pci_irqs.asl [new file with mode: 0644]
src/mainboard/asus/p5ql-em/acpi/superio.asl [new file with mode: 0644]
src/mainboard/asus/p5ql-em/acpi_tables.c [new file with mode: 0644]
src/mainboard/asus/p5ql-em/board_info.txt [new file with mode: 0644]
src/mainboard/asus/p5ql-em/cmos.default [new file with mode: 0644]
src/mainboard/asus/p5ql-em/cmos.layout [new file with mode: 0644]
src/mainboard/asus/p5ql-em/data.vbt [new file with mode: 0644]
src/mainboard/asus/p5ql-em/devicetree.cb [new file with mode: 0644]
src/mainboard/asus/p5ql-em/dsdt.asl [new file with mode: 0644]
src/mainboard/asus/p5ql-em/gma-mainboard.ads [new file with mode: 0644]
src/mainboard/asus/p5ql-em/gpio.c [new file with mode: 0644]
src/mainboard/asus/p5ql-em/hda_verb.c [new file with mode: 0644]
src/mainboard/asus/p5ql-em/romstage.c [new file with mode: 0644]