summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-04-09 10:51:31 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-11-02 20:30:03 +0000
commitbe43b13543b138f3b2ed7fe1c9f140c85fbe61fb (patch)
tree60493f1b15a0d381d88a01f4792950bebe32559a
parent9037f0a831d2054371484babedc964550308dd59 (diff)
downloadcoreboot-be43b13543b138f3b2ed7fe1c9f140c85fbe61fb.tar.gz
coreboot-be43b13543b138f3b2ed7fe1c9f140c85fbe61fb.tar.bz2
coreboot-be43b13543b138f3b2ed7fe1c9f140c85fbe61fb.zip
mb/system76/kbl-u: Add Galago Pro 3 as a variant
Change-Id: Ie203883cc9418585da4f9c7acd89e7624234caf1 Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52218 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/system76/kbl-u/Kconfig7
-rw-r--r--src/mainboard/system76/kbl-u/Kconfig.name3
-rw-r--r--src/mainboard/system76/kbl-u/variants/galp3/data.vbtbin0 -> 4608 bytes
-rw-r--r--src/mainboard/system76/kbl-u/variants/galp3/hda_verb.c33
-rw-r--r--src/mainboard/system76/kbl-u/variants/galp3/overridetree.cb5
5 files changed, 46 insertions, 2 deletions
diff --git a/src/mainboard/system76/kbl-u/Kconfig b/src/mainboard/system76/kbl-u/Kconfig
index e4421d179abd..aeb988074039 100644
--- a/src/mainboard/system76/kbl-u/Kconfig
+++ b/src/mainboard/system76/kbl-u/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_SYSTEM76_GALP3_B
+if BOARD_SYSTEM76_GALP3 || BOARD_SYSTEM76_GALP3_B
config BOARD_SPECIFIC_OPTIONS
def_bool y
@@ -22,15 +22,18 @@ config MAINBOARD_DIR
default "system76/kbl-u"
config VARIANT_DIR
+ default "galp3" if BOARD_SYSTEM76_GALP3
default "galp3-b" if BOARD_SYSTEM76_GALP3_B
config MAINBOARD_PART_NUMBER
+ default "galp3" if BOARD_SYSTEM76_GALP3
default "galp3-b" if BOARD_SYSTEM76_GALP3_B
config MAINBOARD_SMBIOS_PRODUCT_NAME
default "Galago Pro"
config MAINBOARD_VERSION
+ default "galp3" if BOARD_SYSTEM76_GALP3
default "galp3-b" if BOARD_SYSTEM76_GALP3_B
config CBFS_SIZE
@@ -52,7 +55,7 @@ config DIMM_SPD_SIZE
default 512
config VGA_BIOS_ID
- default "8086,5917" if BOARD_SYSTEM76_GALP3_B
+ default "8086,5917" if BOARD_SYSTEM76_GALP3 || BOARD_SYSTEM76_GALP3_B
config POST_DEVICE
default n
diff --git a/src/mainboard/system76/kbl-u/Kconfig.name b/src/mainboard/system76/kbl-u/Kconfig.name
index 8af68d880504..97b0f5aa53da 100644
--- a/src/mainboard/system76/kbl-u/Kconfig.name
+++ b/src/mainboard/system76/kbl-u/Kconfig.name
@@ -1,2 +1,5 @@
+config BOARD_SYSTEM76_GALP3
+ bool "galp3"
+
config BOARD_SYSTEM76_GALP3_B
bool "galp3-b"
diff --git a/src/mainboard/system76/kbl-u/variants/galp3/data.vbt b/src/mainboard/system76/kbl-u/variants/galp3/data.vbt
new file mode 100644
index 000000000000..5c0118036afe
--- /dev/null
+++ b/src/mainboard/system76/kbl-u/variants/galp3/data.vbt
Binary files differ
diff --git a/src/mainboard/system76/kbl-u/variants/galp3/hda_verb.c b/src/mainboard/system76/kbl-u/variants/galp3/hda_verb.c
new file mode 100644
index 000000000000..83cd41de02f1
--- /dev/null
+++ b/src/mainboard/system76/kbl-u/variants/galp3/hda_verb.c
@@ -0,0 +1,33 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <device/azalia_device.h>
+
+const u32 cim_verb_data[] = {
+ /* Realtek, ALC269VC */
+ 0x10ec0269, /* Vendor ID */
+ 0x15581313, /* Subsystem ID */
+ 11, /* Number of entries */
+ AZALIA_SUBVENDOR(0, 0x15581313),
+ AZALIA_PIN_CFG(0, 0x12, 0x90a60140),
+ AZALIA_PIN_CFG(0, 0x14, 0x90170120),
+ AZALIA_PIN_CFG(0, 0x15, 0x02211010),
+ AZALIA_PIN_CFG(0, 0x17, 0x40000000),
+ AZALIA_PIN_CFG(0, 0x18, 0x02a11030),
+ AZALIA_PIN_CFG(0, 0x19, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x1b, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x1d, 0x40f4a205),
+ AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),
+ /* Intel, KabylakeHDMI */
+ 0x8086280b, /* Vendor ID */
+ 0x80860101, /* Subsystem ID */
+ 4, /* Number of entries */
+ AZALIA_SUBVENDOR(2, 0x80860101),
+ AZALIA_PIN_CFG(2, 0x05, 0x18560010),
+ AZALIA_PIN_CFG(2, 0x06, 0x18560010),
+ AZALIA_PIN_CFG(2, 0x07, 0x18560010),
+};
+
+const u32 pc_beep_verbs[] = {};
+
+AZALIA_ARRAY_SIZES;
diff --git a/src/mainboard/system76/kbl-u/variants/galp3/overridetree.cb b/src/mainboard/system76/kbl-u/variants/galp3/overridetree.cb
new file mode 100644
index 000000000000..8a61f28069cb
--- /dev/null
+++ b/src/mainboard/system76/kbl-u/variants/galp3/overridetree.cb
@@ -0,0 +1,5 @@
+chip soc/intel/skylake
+ device domain 0 on
+ subsystemid 0x1558 0x1313 inherit
+ end
+end