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 /Documentation/mainboard/starlabs | |
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 'Documentation/mainboard/starlabs')
-rw-r--r-- | Documentation/mainboard/starlabs/starbook_adl.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/mainboard/starlabs/starbook_adl.md b/Documentation/mainboard/starlabs/starbook_adl.md index b89b03d82e..6ca956b89d 100644 --- a/Documentation/mainboard/starlabs/starbook_adl.md +++ b/Documentation/mainboard/starlabs/starbook_adl.md @@ -5,6 +5,8 @@ - CPU (full processor specs available at https://ark.intel.com) - Intel i7-1260P (Alder Lake) - Intel i3-1220P (Alder Lake) + - Intel i3-1315U (Raptor Lake) + - Intel i7-1360P (Raptor Lake) - EC - ITE IT5570E - Backlit keyboard, with standard PS/2 keycodes and SCI hotkeys @@ -33,7 +35,8 @@ - RTS5129 MicroSD card reader - USB - 1920x1080 CCD camera - - USB 3.1 Gen 2 (left) + - USB 3.1 Gen 2 (left) (Alder Lake) + - Thunderbolt 4.0 (left) (Raptor Lake) - USB 3.1 Gen 2 Type-A (left) - USB 3.1 Gen 1 Type-A (right) - USB 2.0 Type-A (right) @@ -58,12 +61,21 @@ These files exist in the correct location in the StarLabsLtd/blobs repo on GitHu The following commands will build a working image: + +Alder Lake: ```bash make distclean make defconfig KBUILD_DEFCONFIG=configs/config.starlabs_starbook_adl make ``` +Raptor Lake: +```bash +make distclean +make defconfig KBUILD_DEFCONFIG=configs/config.starlabs_starbook_rpl +make +``` + ## Flashing coreboot ```eval_rst |