Attention is currently required from: Angel Pons, Nicholas Chin.
Hello Angel Pons, Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85832?usp=email
to look at the new patch set (#10).
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant ......................................................................
mb/asus/h61-series: Add P8H67-I DELUXE variant
On vendor firmware, the IFD is read-only and ME completely locked. But the BIOS region can be internally flashed with coreboot. Super I/O GP15 is connected to HDA_SDO, potentially enabling write access to entire flash. Simply setting this GPIO, and restarting the board wasn't enough.
Tested: - i5-2500K - 8GB or 2x8GB Hynix HMT41GS6BFR8A-RD (@1333MHz) - 8+4GB Hynix HMT351S6EFR8A-PB (@1333MHz) - Internal SATA ports - Realtek Ethernet - libgfxinit, onboard DVI - All rear USB and USB3 ports, internal Bluetooth dongle is detected - SeaBIOS boots to Void Linux and Devuan - PS/2 keyboard and mouse (only combo port, one at a time) - PEG slot - Mini-PCIe WLAN slot
Not tested: - eSATA - SPDIF - LEDs: front panel
Not working: - Super I/O shows weird temperatures in lm_sensors: CPU -51°C AUX +84°C - Resuming from S3 when root partition is on an USB 3.0 stick (works when it's attached to USB 2.0 or SATA). - DRAM_LED (on vendor firmware, it stays lit if there are DRAM problems)
Change-Id: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703 Signed-off-by: Riku Viitanen riku.viitanen@protonmail.com --- M src/mainboard/asus/h61-series/Kconfig M src/mainboard/asus/h61-series/Kconfig.name A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/board_info.txt A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.default A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.layout A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/data.vbt A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/early_init.c A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gma-mainboard.ads A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gpio.c A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/hda_verb.c A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb 11 files changed, 448 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/85832/10