Attention is currently required from: Máté Kukri.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84243?usp=email
to look at the new patch set (#11).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: mb/asus: Add PRIME H610M-K D4 ......................................................................
mb/asus: Add PRIME H610M-K D4
See `Documentation/mainboard/asus/h610m-k.md`.
TODO (please don't submit before this is removed): - Ramstage code for NCT6798D - No public datasheet, but likely similar to NCT6796D - Needed for PS/2 port, UART with IRQs, PWM fans, RGB header, port 80 header, etc
Notes: - GPIO table obtained from vendor FW via inteltool+intelp2m - Obtained using hackily examining registers: - PCIe clk_src and clk_req map (the ICC and FIA sideband ports, and the src_muxsel register offsets in the PCH datasheet are an outright lie) - SATA port list - USB OC pins - Confirmed enabled USB port list by plugging in things :) - HDA verbs and VBT dumped from Linux sysfs under vendor FW
Change-Id: I6ab821f6799009d231de4d21219f0ac2ae89c5c9 Signed-off-by: Mate Kukri km@mkukri.xyz --- A Documentation/mainboard/asus/h610m-k.md A src/mainboard/asus/h610m-k/Kconfig A src/mainboard/asus/h610m-k/Kconfig.name A src/mainboard/asus/h610m-k/Makefile.mk A src/mainboard/asus/h610m-k/board_info.txt A src/mainboard/asus/h610m-k/bootblock.c A src/mainboard/asus/h610m-k/data.vbt A src/mainboard/asus/h610m-k/devicetree.cb A src/mainboard/asus/h610m-k/dsdt.asl A src/mainboard/asus/h610m-k/gpio.h A src/mainboard/asus/h610m-k/hda_verb.c A src/mainboard/asus/h610m-k/ramstage.c A src/mainboard/asus/h610m-k/romstage.c 13 files changed, 759 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/84243/11