Attention is currently required from: Felix Singer, Maxim Polyakov, Angel Pons.

Marvin Drees uploaded patch set #10 to this change.

View Change

[WIP] mb/asus/sklkbl_h: Add base for Asus Skylake Boards

Currently WIP: H110T
Next: Q170T (Same issues currently)

Not working yet:
- Correct UART Output (Output seems to have wrong BAUD,
correct values couldn't be determined yet)
- IGD Output (No signal on both DP and HDMI)

TODO:
- Fill devicetree more (Most notably USB OC pins and superio)
- Figure out UART (done by superio NCT5539D which seems rarely used
on other boards)
- See if gpio_early can be removed (probably not, as superio
depends on some straps according to datasheet)
- Figure out why system_reset() gets called during
FSP MemoryInit on cold boot once
- DPTF and other miscellaneous features

Latest log: https://pastebin.com/raw/Ku9M9d6G

Change-Id: Iab30596f2a12931679687c9f56427712b65f9363
Signed-off-by: Marvin Drees <marvin@ceres-sys.de>
---
A src/mainboard/asus/sklkbl_h/Kconfig
A src/mainboard/asus/sklkbl_h/Kconfig.name
A src/mainboard/asus/sklkbl_h/Makefile.inc
A src/mainboard/asus/sklkbl_h/acpi/dptf.asl
A src/mainboard/asus/sklkbl_h/acpi/ec.asl
A src/mainboard/asus/sklkbl_h/acpi/superio.asl
A src/mainboard/asus/sklkbl_h/board_info.txt
A src/mainboard/asus/sklkbl_h/bootblock.c
A src/mainboard/asus/sklkbl_h/cmos.default
A src/mainboard/asus/sklkbl_h/cmos.layout
A src/mainboard/asus/sklkbl_h/devicetree.cb
A src/mainboard/asus/sklkbl_h/dsdt.asl
A src/mainboard/asus/sklkbl_h/fadt.c
A src/mainboard/asus/sklkbl_h/include/variant/gpio.h
A src/mainboard/asus/sklkbl_h/include/variant/superio.h
A src/mainboard/asus/sklkbl_h/ramstage.c
A src/mainboard/asus/sklkbl_h/romstage.c
A src/mainboard/asus/sklkbl_h/variants/h110t/board_info.txt
A src/mainboard/asus/sklkbl_h/variants/h110t/data.vbt
A src/mainboard/asus/sklkbl_h/variants/h110t/gma-mainboard.ads
A src/mainboard/asus/sklkbl_h/variants/h110t/gpio.c
A src/mainboard/asus/sklkbl_h/variants/h110t/gpio_early.c
A src/mainboard/asus/sklkbl_h/variants/h110t/hda_verb.c
A src/mainboard/asus/sklkbl_h/variants/h110t/overridetree.cb
A src/mainboard/asus/sklkbl_h/variants/h110t/superio.c
25 files changed, 1,880 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/48648/10

To view, visit change 48648. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iab30596f2a12931679687c9f56427712b65f9363
Gerrit-Change-Number: 48648
Gerrit-PatchSet: 10
Gerrit-Owner: Marvin Drees
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Felix Singer <felixsinger@posteo.net>
Gerrit-Attention: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newpatchset