Attention is currently required from: Riku Viitanen.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74906
to look at the new patch set (#2).
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. (Before, 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 Parabola GNU/Linux with SeaBIOS 1.16.1 * PS/2 keyboard * S3 suspend and resume, wake using USB keyboard * Headphone output, line out, internal speaker * Wake on LAN
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 * PS/2 mouse * 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 * Rebooting
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_8300_elite_usdt/Kconfig A src/mainboard/hp/compaq_8300_elite_usdt/Kconfig.name A src/mainboard/hp/compaq_8300_elite_usdt/Makefile.inc A src/mainboard/hp/compaq_8300_elite_usdt/acpi/ec.asl A src/mainboard/hp/compaq_8300_elite_usdt/acpi/platform.asl A src/mainboard/hp/compaq_8300_elite_usdt/acpi/superio.asl A src/mainboard/hp/compaq_8300_elite_usdt/acpi_tables.c A src/mainboard/hp/compaq_8300_elite_usdt/board_info.txt A src/mainboard/hp/compaq_8300_elite_usdt/devicetree.cb A src/mainboard/hp/compaq_8300_elite_usdt/dsdt.asl A src/mainboard/hp/compaq_8300_elite_usdt/early_init.c A src/mainboard/hp/compaq_8300_elite_usdt/gma-mainboard.ads A src/mainboard/hp/compaq_8300_elite_usdt/gpio.c A src/mainboard/hp/compaq_8300_elite_usdt/hda_verb.c A src/mainboard/hp/compaq_8300_elite_usdt/mainboard.c 17 files changed, 711 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/74906/2