Attention is currently required from: Kyösti Mälkki, Nicholas Chin.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74906?usp=email
to look at the new patch set (#6).
Change subject: mb/hp: Add new port for compaq_8300_elite_usdt ......................................................................
mb/hp: Add new port for compaq_8300_elite_usdt
New port based on autoport.
This board has NPCD379 SuperIO, which seems similar to NPCD378. So I added the SuperIO code from hp8200sff. Seems to work fine. Fan speeds stay low when idling. (Without this, they went 100%)
The following is tested and is working: * Native raminit with both DIMMs * Libgfxinit textmode and framebuffer on both DisplayPorts and VGA * External USB2 and USB3 ports: they all work * USB 3.0 SuperSpeed on Linux-libre (rear, 4 ports) * Ethernet * Mini-PCIe WLAN * SATA: 2.5" SSD and optical drive bay * Booting Live Linuxes from DVD and USB with SeaBIOS 1.16.1 * PS/2 keyboard and mouse * S3 suspend and resume, wake using USB keyboard * Headphone output, line out, internal speaker * Wake on LAN * Rebooting * CMOS options & nvramcui
Untested: * mSATA slot. The SATA port needs to be enabled on devicetree too, but I'm unable to test due to lack of hardware * Line in, mic input * MXM graphics card * EHCI debug
Not working: * Mini-PCIe USB: I couldn't get it working on vendor BIOS either, so maybe it just isn't present * PS/2 keyboard wake from S3
Change-Id: I2dc31778c2aa1987d5acdf355973a203dd0bb3a3 Signed-off-by: Riku Viitanen riku.viitanen@protonmail.com --- A Documentation/mainboard/hp/compaq_8300_usdt.md A Documentation/mainboard/hp/compaq_8300_usdt_rom_header.jpg A src/mainboard/hp/compaq_elite_8300_usdt/Kconfig A src/mainboard/hp/compaq_elite_8300_usdt/Kconfig.name A src/mainboard/hp/compaq_elite_8300_usdt/Makefile.inc A src/mainboard/hp/compaq_elite_8300_usdt/acpi/ec.asl A src/mainboard/hp/compaq_elite_8300_usdt/acpi/platform.asl A src/mainboard/hp/compaq_elite_8300_usdt/acpi/superio.asl A src/mainboard/hp/compaq_elite_8300_usdt/acpi_tables.c A src/mainboard/hp/compaq_elite_8300_usdt/board_info.txt A src/mainboard/hp/compaq_elite_8300_usdt/cmos.default A src/mainboard/hp/compaq_elite_8300_usdt/cmos.layout A src/mainboard/hp/compaq_elite_8300_usdt/devicetree.cb A src/mainboard/hp/compaq_elite_8300_usdt/dsdt.asl A src/mainboard/hp/compaq_elite_8300_usdt/early_init.c A src/mainboard/hp/compaq_elite_8300_usdt/gma-mainboard.ads A src/mainboard/hp/compaq_elite_8300_usdt/gpio.c A src/mainboard/hp/compaq_elite_8300_usdt/hda_verb.c A src/mainboard/hp/compaq_elite_8300_usdt/mainboard.c 19 files changed, 753 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/74906/6