From 427487b173c9f3f312a99ff4838215c9b070b1d4 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 25 Feb 2021 11:06:35 -0700 Subject: mb/system76/gaze15: Add System76 Gazelle 15 Tested with TianoCore payload (UefiPayloadPkg). Working: - PS/2 keyboard, touchpad - Both DIMM slots - Both NVMe ports - SATA port - All USB ports - Webcam - Ethernet - Integrated graphics using Intel GOP driver - Internal microphone - Internal speakers - S3 suspend/resume - Flashing with flashrom - Booting to Ubuntu Linux 20.10 and Windows 10 Not working: - Discrete/Hybrid graphics This requires a new driver to work correctly, which will be added and enabled later. Change-Id: I10667fa26ac7c4b8eb67da11f3e963062bd0db47 Signed-off-by: Jeremy Soller Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/47822 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/system76/gaze15/include/mainboard/gpio.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/system76/gaze15/include/mainboard/gpio.h (limited to 'src/mainboard/system76/gaze15/include') diff --git a/src/mainboard/system76/gaze15/include/mainboard/gpio.h b/src/mainboard/system76/gaze15/include/mainboard/gpio.h new file mode 100644 index 0000000000..c6393beebb --- /dev/null +++ b/src/mainboard/system76/gaze15/include/mainboard/gpio.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef MAINBOARD_GPIO_H +#define MAINBOARD_GPIO_H + +void mainboard_configure_early_gpios(void); +void mainboard_configure_gpios(void); + +#endif -- cgit v1.2.3