diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-04-14 21:25:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-11 22:50:37 +0000 |
commit | 11deb82115dfb8958cbc9f306bc74f03c15bd816 (patch) | |
tree | 2145dc742a9006cf4b8ee039579a66feeeb907c1 /src/mainboard/starlabs/starbook/Kconfig.name | |
parent | 9693d00f9954187fdd07edcf764c787e2825575f (diff) |
mb/starlabs/starbook: Add Raptor Lake StarBook Mk VI variant
Tested using `edk2` from
`github.com/starlabsltd/edk2/tree/uefipayload_vs`:
* Windows 11
* Ubuntu 22.04
* Manjaro 22
No known issues.
https://starlabs.systems/pages/starbook-specification
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I7c92bf92ab4de546c3633fae7e19a302409508ce
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74444
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook/Kconfig.name')
-rw-r--r-- | src/mainboard/starlabs/starbook/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/Kconfig.name b/src/mainboard/starlabs/starbook/Kconfig.name index 50afad9c25..0f2ea435b2 100644 --- a/src/mainboard/starlabs/starbook/Kconfig.name +++ b/src/mainboard/starlabs/starbook/Kconfig.name @@ -11,3 +11,6 @@ config BOARD_STARLABS_STARBOOK_TGL config BOARD_STARLABS_STARBOOK_ADL bool "Star Labs StarBook Mk VI (i3-1220P and i7-1260P)" + +config BOARD_STARLABS_STARBOOK_RPL + bool "Star Labs StarBook Mk VI (i3-1315U and i7-1360P)" |