Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31603
to look at the new patch set (#2).
Change subject: mainboard: Add ASRock H110M-DVS ......................................................................
mainboard: Add ASRock H110M-DVS
This board is compatible with Intel Skylake and Kabylake generation processors. This patch contains the minimum configuration for booting and stable operation of the OS. It is based on Intel RVP8 mainboard.
Intel FSP2.0 is used to initialize CPU and PCH. Graphics init with libgfxinit.
Work: - Integrated graphics (only DVI port); - PEG x16 (FSP must be configured with BCT to enable PEG); - all PCIe x1 slots; - all USB and SATA ports; - SuperIO COM port for console. TODO: - onboard audio; - other SuperIO functions; - onboard network chip; - documentation.
Tested on Intel Core i5-6600 processor with Seabios and Tianocore as a payload; booting Ubuntu 16.04.2 with Linux kernel 4.15
Change-Id: I69396edc50948cf1d0da649241ce92171d32daf7 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- A src/mainboard/asrock/h110m/Kconfig A src/mainboard/asrock/h110m/Kconfig.name A src/mainboard/asrock/h110m/Makefile.inc A src/mainboard/asrock/h110m/acpi/dptf.asl A src/mainboard/asrock/h110m/acpi/ec.asl A src/mainboard/asrock/h110m/acpi/mainboard.asl A src/mainboard/asrock/h110m/acpi/superio.asl A src/mainboard/asrock/h110m/acpi_tables.c A src/mainboard/asrock/h110m/board_info.txt A src/mainboard/asrock/h110m/bootblock.c A src/mainboard/asrock/h110m/cmos.default A src/mainboard/asrock/h110m/cmos.layout A src/mainboard/asrock/h110m/dsdt.asl A src/mainboard/asrock/h110m/gma-mainboard.ads A src/mainboard/asrock/h110m/hda_verb.c A src/mainboard/asrock/h110m/mainboard.c A src/mainboard/asrock/h110m/ramstage.c A src/mainboard/asrock/h110m/romstage.c A src/mainboard/asrock/h110m/spd/Makefile.inc A src/mainboard/asrock/h110m/spd/spd.h A src/mainboard/asrock/h110m/spd/spd_util.c A src/mainboard/asrock/h110m/variants/baseboard/devicetree.cb A src/mainboard/asrock/h110m/variants/dvs/data.vbt A src/mainboard/asrock/h110m/variants/dvs/include/variant/gpio.h A src/mainboard/asrock/h110m/variants/dvs/include/variant/hda_verb.h A src/mainboard/asrock/h110m/variants/dvs/overridetree.cb 26 files changed, 1,477 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/31603/2