From d959a201148dc753fcd7ba1034b78075bf779410 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 17 Sep 2018 01:26:51 +0200 Subject: mb/clevo/kbl-u: Add Clevo N130WU/N131WU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/28640 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Michael Niewöhner --- src/mainboard/clevo/kbl-u/bootblock.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/clevo/kbl-u/bootblock.c (limited to 'src/mainboard/clevo/kbl-u/bootblock.c') diff --git a/src/mainboard/clevo/kbl-u/bootblock.c b/src/mainboard/clevo/kbl-u/bootblock.c new file mode 100644 index 0000000000..067c9ecab2 --- /dev/null +++ b/src/mainboard/clevo/kbl-u/bootblock.c @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include +#include + +void bootblock_mainboard_early_init(void) +{ + mainboard_configure_gpios(); +} -- cgit v1.2.3