Skip to content

Commit 1ab8bdc

Browse files
committed
Add notes about variants
Our variant IDs are nondescript inconsistent, and unintuitive. Add some notes to the Makefiles to more quickly identify them. Some extra notes: - gaze17-3060 doesn't exist - It was copied from gaze16 variants - lemp13 only had a 14" option with different keyboard layouts - I've chosen to label the original layout "cursed" - Some models are a refresh without any significant changes - darp10/darp11, oryp6/oryp7 - Potential to merge them at some point? Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 57c7276 commit 1ab8bdc

14 files changed

Lines changed: 67 additions & 0 deletions

File tree

src/board/system76/bonw15-b/Makefile.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - 256K EC e-flash
5+
# - TBT5 JHL9540 (Barlow Ridge) controller
6+
37
board-y += ../bonw15/board.c
48
board-y += ../bonw15/gpio.c
59

src/board/system76/bonw15/Makefile.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - 128K EC e-flash
5+
# - TBT4 JHL8540 (Maple Ridge) controller
6+
37
board-y += board.c
48
board-y += gpio.c
59

src/board/system76/darp10-b/Makefile.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - Arrow Lake (ARL-H) chipset
5+
# - 14" display
6+
# - 16x8 keyboard matrix
7+
# - KBLED using DAC interface
8+
39
board-y += board.c
410
board-y += gpio.c
511

src/board/system76/darp10/Makefile.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - Meteor Lake (MTL-H) chipset
5+
# - 16" display
6+
# - 18x8 keyboard matrix
7+
# - KBLED using PWM interface
8+
39
board-y += board.c
410
board-y += gpio.c
511

src/board/system76/darp11-b/Makefile.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - Meteor Lake (MTL-H) chipset
5+
# - 14" display
6+
# - 16x8 keyboard matrix
7+
# - KBLED using DAC interface
8+
39
board-y += board.c
410
board-y += gpio.c
511

src/board/system76/darp11/Makefile.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - Arrow Lake (ARL-H) chipset
5+
# - 16" display
6+
# - 18x8 keyboard matrix
7+
# - KBLED using PWM interface
8+
39
board-y += board.c
410
board-y += gpio.c
511

src/board/system76/galp3-c/Makefile.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - Whiskey Lake (WHL-U) chipset
5+
36
board-y += board.c
47
board-y += gpio.c
58

src/board/system76/gaze16-3050/Makefile.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - NVIDIA RTX 3050 dGPU
5+
# - Realtek Ethernet controller
6+
37
board-y += board.c
48
board-y += gpio.c
59

src/board/system76/gaze16-3060-b/Makefile.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - NVIDIA RTX 3060 dGPU
5+
# - Onboard Intel I219-V Ethernet controller
6+
37
board-y += ../gaze16-3060/board.c
48
board-y += ../gaze16-3060/gpio.c
59

src/board/system76/gaze16-3060/Makefile.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: GPL-3.0-only
22

3+
# Variant with:
4+
# - NVIDIA RTX 3060 dGPU
5+
# - Realtek Ethernet controller
6+
37
board-y += board.c
48
board-y += gpio.c
59

0 commit comments

Comments
 (0)