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 (#12).
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`.
Extras 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 atasheet are an outright lie) - SATA port list - USB OC pins - Confirmed USB port list by plugging things in - HDA verbs and VBT dumped from Linux sysfs under vendor FW - Super I/O really is a NCT6798D but the NCT6791D code is good enough for what I need
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, 929 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/84243/12