coreboot/src
Patrick Rudolph 6308e0e92f mb/hp: Add new port compaq_8200_elite_sff
Add new port based on autoport.

The board uses a NPCD378 SuperIO, that is full of custom hardware.

The 8MiB flash SOIC-8 can be accessed after cutting of a part of the
DIMM slot holder. The flash IC has no diode, powering a part of the
board while flashing externaly, including the Standby-LED.

The following have been tested and is working:
* Native raminit with up to four DIMMs
* Libgfxinit on DisplayPort
* USB
* EHCI debug
* Serial on RS232
* Ethernet
* PCIe on x4
* PCIe on x16
* SATA
* Booting GNU Linux 4.14 using SeaBIOS 1.11.1 as payload
* Flashing internaly
* PS/2 is working

Untested:
* PCI slot
* LPT port
* VBIOS
* S3 resume

Not working:
* PSU fan managment (runs at 100%)
* Half of SuperIO functionality is unknown

TODO:
* Reverse engineer remaining SuperIO registers
* Reverse engineer SMM

Fixes on follow-up commits:
* Added PSU fan control
* Reverse engineered some of Super IO's HWM registers
* Added SMBIOS tables for IPMI

Change-Id: I4ee8da6349222fda8b6c30a7210ffdd65c183439
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/25385
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-05-24 15:05:19 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch src: Add space after 'while' 2018-05-24 12:17:31 +00:00
commonlib Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
console Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
cpu cpu/x86: Add support to run function on single AP 2018-05-19 01:16:06 +00:00
device device: Always build device_simple.c for less code duplication 2018-05-24 12:17:51 +00:00
drivers src: Remove non-ascii characters 2018-05-22 02:54:24 +00:00
ec src: Remove space after defined 2018-05-24 12:16:59 +00:00
include AMD: Remove some leftover includes 2018-05-24 13:23:52 +00:00
lib Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
mainboard mb/hp: Add new port compaq_8200_elite_sff 2018-05-24 15:05:19 +00:00
northbridge AMD geode/lx: Remove generic_sdram.c include 2018-05-24 13:33:57 +00:00
security security/vboot: Remove redundent _verstage/_everstage/_verstage_size symbols 2018-05-14 16:24:28 +00:00
soc src: Remove space after defined 2018-05-24 12:16:59 +00:00
southbridge Remove leftover VIA vt82c686 2018-05-24 13:21:10 +00:00
superio superio/ite/it8720f: Implement power control 2018-05-15 11:47:14 +00:00
vendorcode Remove leftover AMD CIMX RD890 vendorcode 2018-05-24 13:21:32 +00:00
Kconfig Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00