Hello build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth, Maxim Polyakov, Paul Menzel, Sumeet R Pawnikar, Angel Pons, Michael Niewöhner, Maxim Polyakov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34603
to look at the new patch set (#95).
Change subject: mb/asus: Add ASUS H110M-E/M.2 mainboard ......................................................................
mb/asus: Add ASUS H110M-E/M.2 mainboard
This port is based on the Asrock H110M-DVS.
Payload used: - Seabios - Tianocore
Blobs used: - Intel fsp2.0 - GOP - Intel ME - Intel ME(cleaned) no difference observed between use of ME and ME(cleaned).
Working parts so far: - PCIe x1 - PEG x16 Gen3 - SATA - M.2 - USB 2.0 and USB 3.0 ports - serial port - onboard audio - onboard network - External Graphics Cards works only with GOP, libgfxinit does not jumps to GRUB on main display or on serial output (For MS Windows 8.1, the GUI works but installing the graphics driver trips the machine and for GNU/Linux (Linux 4.18, 5.4, Linux-libre 5.4, 5.5) , display only works with "nomodeset" kernel parameter).
Not working: - Intel onboard Graphics - S3 suspend/resume - Wake-on-LAN
Not tested: - PS/2 port - NCT5539D GPIOs - hardware monitor 3 out of 4 times the machine trips during the coreboot boot process at FspSiliconInit and if not then in the Graphics initialization process, once out of 100 times it miracally booted into GUI only on Ubuntu (Linux 4.18).
Change-Id: Id8fa41ecccaa8dba8dc2158ce62d328c7928e05c Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- A src/mainboard/asus/h110m-e_m2/Kconfig A src/mainboard/asus/h110m-e_m2/Kconfig.name A src/mainboard/asus/h110m-e_m2/Makefile.inc A src/mainboard/asus/h110m-e_m2/acpi/ec.asl A src/mainboard/asus/h110m-e_m2/acpi/mainboard.asl A src/mainboard/asus/h110m-e_m2/acpi/superio.asl A src/mainboard/asus/h110m-e_m2/board_info.txt A src/mainboard/asus/h110m-e_m2/bootblock.c A src/mainboard/asus/h110m-e_m2/cmos.default A src/mainboard/asus/h110m-e_m2/cmos.layout A src/mainboard/asus/h110m-e_m2/data.vbt A src/mainboard/asus/h110m-e_m2/devicetree.cb A src/mainboard/asus/h110m-e_m2/dsdt.asl A src/mainboard/asus/h110m-e_m2/gma-mainboard.ads A src/mainboard/asus/h110m-e_m2/hda_verb.c A src/mainboard/asus/h110m-e_m2/include/gpio.h A src/mainboard/asus/h110m-e_m2/mainboard.c A src/mainboard/asus/h110m-e_m2/ramstage.c A src/mainboard/asus/h110m-e_m2/romstage.c 19 files changed, 827 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/34603/95