mb/clevo/kbl-u: Add Clevo N130WU/N131WU
commitd959a201148dc753fcd7ba1034b78075bf779410
authorFelix Singer <migy@darmstadt.ccc.de>
Sun, 16 Sep 2018 23:26:51 +0000 (17 01:26 +0200)
committerMichael Niewöhner <foss@mniewoehner.de>
Fri, 20 Nov 2020 11:57:11 +0000 (20 11:57 +0000)
treee40ba3abda8af13a5480c9c34035d90696b0b423
parent3622c0bf10ef273c7b530879d1a1af738d65ae66
mb/clevo/kbl-u: Add Clevo N130WU/N131WU

Working:
- TianoCore
- NVMe, SATA3
- USB2, USB3
- Thunderbolt
- Graphics (GOP and libgfxinit)
- Sound
- Webcam
- WLAN, LAN, Bluetooth, LTE
- Keyboard, touchpad
- TPM
- flashrom support; reading / flashing from Linux
- ACPI S3

WIP:
- Documentation

Not working:
- EC ACPI (e.g. Fn keys, battery and power information)

Boots Arch Linux (Linux 5.8.12) successfully.

Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/28640
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
21 files changed:
Documentation/mainboard/clevo/n130wu/index.md [new file with mode: 0644]
Documentation/mainboard/index.md
src/mainboard/clevo/kbl-u/Kconfig [new file with mode: 0644]
src/mainboard/clevo/kbl-u/Kconfig.name [new file with mode: 0644]
src/mainboard/clevo/kbl-u/Makefile.inc [new file with mode: 0644]
src/mainboard/clevo/kbl-u/acpi/ec.asl [new file with mode: 0644]
src/mainboard/clevo/kbl-u/acpi/superio.asl [new file with mode: 0644]
src/mainboard/clevo/kbl-u/board_info.txt [new file with mode: 0644]
src/mainboard/clevo/kbl-u/bootblock.c [new file with mode: 0644]
src/mainboard/clevo/kbl-u/dsdt.asl [new file with mode: 0644]
src/mainboard/clevo/kbl-u/include/mainboard/gpio.h [new file with mode: 0644]
src/mainboard/clevo/kbl-u/ramstage.c [new file with mode: 0644]
src/mainboard/clevo/kbl-u/romstage.c [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/board_info.txt [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/data.vbt [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/devicetree.cb [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/fmds/vboot-ro.fmd [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/gma-mainboard.ads [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/gpio.c [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/gpio_early.c [new file with mode: 0644]
src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c [new file with mode: 0644]