From 431d0083a86df5e08c63e621a587e182b1af46f1 Mon Sep 17 00:00:00 2001 From: Johanna Schander Date: Mon, 22 Jul 2019 09:24:14 +0200 Subject: Add Razer Blade Stealth (2016) H2U MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Razer Blade Stealth H2U is a KabyLake System using: - Intel KBL 7500U - ITE8528E SuperIO - Intel 600P Series NVMe SSD - Either four MT52L1G32D4PG (16GB) or MT52L512MB32D4PG (8GB) of soldered memory in dualchannel mode - (Optional) Touchscreen - HDMI 2.0a via DP-1: Paradetech PS175 - AlpineRidge Thunderbolt 3 controller - TPS65982 USB-PD power switch / multiplexer Even though it has a 16MB chip equipped (W25Q128.V) only the first 8MB are used and mapped via IFD. The rest is left empty (0xFF). The flash is not secured in any way and can be read via flashrom. It should be the source for this port's IFD and ME blobs. Working: - USB-A Ports left and right - Speakers - Touchscreen (USB) - Onboard Keyboard in Linux - NVMe SSD - SeaBIOS, Tianocore and Grub Payloads - Webcam - Powersaving Modes - Battery state and LID switch, sometimes slow to update. - Touchpad (I2C-HID) - Headphones Not part of this commit: - Thunderbolt / USB-C (Requires advanced EC signaling) - Full HDMI support (Currently requires plugged connection at boot) Change-Id: I7ede881d631e1863f07f5130f84bc3b8ca61a350 Signed-off-by: Johanna Schander Reviewed-on: https://review.coreboot.org/c/coreboot/+/34475 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer --- src/mainboard/razer/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/mainboard/razer/Kconfig.name (limited to 'src/mainboard/razer/Kconfig.name') diff --git a/src/mainboard/razer/Kconfig.name b/src/mainboard/razer/Kconfig.name new file mode 100644 index 0000000000..8f67e02429 --- /dev/null +++ b/src/mainboard/razer/Kconfig.name @@ -0,0 +1,2 @@ +config VENDOR_RAZER + bool "RAZER" -- cgit v1.2.3