Documentation/mb: Add missing entry for starfighter_mtl
Change-Id: I6d7dfe2ab0eb1f4c79dfc5f87ddb8666b79a535b Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90569 Reviewed-by: Nicholas <nic.c3.14@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f070e0add8
commit
40dbe0807d
2 changed files with 93 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ StarBook Mk VII (N200) <starlabs/starbook_adl_n.md>
|
|||
StarBook Mk VII (165H) <starlabs/starbook_mtl.md>
|
||||
Byte Mk II <starlabs/byte_adl.md>
|
||||
StarFighter Mk I <starlabs/starfighter_rpl.md>
|
||||
StarFighter Mk II <starlabs/starfighter_mtl.md>
|
||||
|
||||
Building coreboot <starlabs/common/building.md>
|
||||
Flashing devices <starlabs/common/flashing.md>
|
||||
|
|
|
|||
92
Documentation/mainboard/starlabs/starfighter_mtl.md
Normal file
92
Documentation/mainboard/starlabs/starfighter_mtl.md
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
# StarFighter Mk I
|
||||
|
||||
## Specs
|
||||
|
||||
- CPU (full processor specs available at <https://ark.intel.com>)
|
||||
- Intel 125H (Meteor Lake)
|
||||
- Intel 285H (Arrow Lake)
|
||||
- EC
|
||||
- ITE IT5570E
|
||||
- Backlit keyboard, with standard PS/2 keycodes and SCI hotkeys
|
||||
- Battery
|
||||
- USB-C PD Charger
|
||||
- Suspend / resume
|
||||
- GPU
|
||||
- Intel® Iris® Xe Graphics
|
||||
- GOP driver is recommended, VBT is provided
|
||||
- eDP 16-inch 3840x2400 or 2560x1600 LCD
|
||||
- HDMI video
|
||||
- USB-C DisplayPort video
|
||||
- Memory
|
||||
- 32 or 64GB LPDDR5 on-board memory
|
||||
- Networking
|
||||
- AX210 2230 WiFi / Bluetooth
|
||||
- Sound
|
||||
- Realtek ALC235
|
||||
- Internal speakers
|
||||
- Removable microphone
|
||||
- Combined headphone / microphone 3.5-mm jack
|
||||
- HDMI audio
|
||||
- USB-C DisplayPort audio
|
||||
- Storage
|
||||
- 2 x M.2 PCIe SSD
|
||||
- RTS5129 MicroSD card reader
|
||||
- USB
|
||||
- 1920x1080 removable CCD camera
|
||||
- 2 x Thunderbolt 4.0 (left)
|
||||
- USB 3.1 Gen 2 Type-A (left)
|
||||
- USB 3.1 Gen 2 Type-A (right)
|
||||
- USB 3.1 Gen 1 Type-A (right)
|
||||
|
||||
## Building coreboot
|
||||
|
||||
Please follow the [Star Labs build instructions](common/building.md) to build
|
||||
coreboot, using `config.starlabs_starfighter_mtl` as config file.
|
||||
|
||||
### Preliminaries
|
||||
|
||||
Prior to building coreboot the following files are required:
|
||||
* Intel Flash Descriptor file (descriptor.bin)
|
||||
* Intel Management Engine firmware (me.bin)
|
||||
* ITE Embedded Controller firmware (ec.bin)
|
||||
|
||||
The files listed below are optional:
|
||||
- Splash screen image in Windows 3.1 BMP format (Logo.bmp)
|
||||
|
||||
These files exist in the correct location in the StarLabsLtd/blobs repo on
|
||||
GitHub which is used in place of the standard 3rdparty/blobs repo.
|
||||
|
||||
### Build
|
||||
|
||||
The following commands will build a working image:
|
||||
|
||||
|
||||
```bash
|
||||
make distclean
|
||||
make defconfig KBUILD_DEFCONFIG=configs/config.starlabs_starfighter_mtl
|
||||
make
|
||||
```
|
||||
|
||||
## Flashing coreboot
|
||||
|
||||
```{eval-rst}
|
||||
+---------------------+------------+
|
||||
| Type | Value |
|
||||
+=====================+============+
|
||||
| Socketed flash | no |
|
||||
+---------------------+------------+
|
||||
| Vendor | Winbond |
|
||||
+---------------------+------------+
|
||||
| Model | W25Q256.V |
|
||||
+---------------------+------------+
|
||||
| Size | 32 MiB |
|
||||
+---------------------+------------+
|
||||
| Package | SOIC-8 |
|
||||
+---------------------+------------+
|
||||
| Internal flashing | yes |
|
||||
+---------------------+------------+
|
||||
| External flashing | yes |
|
||||
+---------------------+------------+
|
||||
```
|
||||
|
||||
Please see [here](common/flashing.md) for instructions on how to flash with fwupd.
|
||||
Loading…
Add table
Add a link
Reference in a new issue