mb/google/nissa/var/pujjoniru: Tune I2C_5 parameters
[coreboot.git] / Documentation / mainboard / starlabs / starbook_adl_n.md
blobd8c27fad085bd8c0c08139c127e6d0e2bef29dc8
1 # StarBook Mk V
3 ## Specs
5 - CPU (full processor specs available at <https://ark.intel.com>)
6     - Intel N200 (Alder Lake)
7 - EC
8     - ITE IT5570E
9     - Backlit keyboard, with standard PS/2 keycodes and SCI hotkeys
10     - Battery
11     - USB-C PD Charger
12     - Suspend / resume
13 - GPU
14     - IntelĀ® IrisĀ® Xe Graphics
15     - GOP driver is recommended, VBT is provided
16     - eDP 14-inch 3840x2160 LCD
17     - HDMI video
18     - USB-C DisplayPort video
19 - Memory
20     - 2 x DDR4 SODIMM
21 - Networking
22     - AX210 2230 WiFi / Bluetooth
23 - Sound
24     - Realtek ALC269-VB6
25     - Internal speakers
26     - Internal microphone
27     - Combined headphone / microphone 3.5-mm jack
28     - HDMI audio
29     - USB-C DisplayPort audio
30 - Storage
31     - M.2 PCIe SSD
32     - RTS5129 MicroSD card reader
33 - USB
34     - 1920x1080 CCD camera
35     - USB 3.1 Gen 2 (left)
36     - USB 3.1 Gen 2 Type-A (left)
37     - USB 3.1 Gen 1 Type-A (right)
38     - USB 2.0 Type-A (right)
40 ## Building coreboot
42 Please follow the [Star Labs build instructions](common/building.md) to build coreboot, using `config.starlabs_starbook_adl` as config file.
44 ### Preliminaries
46 Prior to building coreboot the following files are required:
47 * Intel Flash Descriptor file (descriptor.bin)
48 * Intel Management Engine firmware (me.bin)
49 * ITE Embedded Controller firmware (ec.bin)
51 The files listed below are optional:
52 - Splash screen image in Windows 3.1 BMP format (Logo.bmp)
54 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.
56 ### Build
58 The following commands will build a working image:
60 ```bash
61 make distclean
62 make defconfig KBUILD_DEFCONFIG=configs/config.starlabs_starbook_adl_n
63 make
64 ```
66 ## Flashing coreboot
68 ```{eval-rst}
69 +---------------------+------------+
70 | Type                | Value      |
71 +=====================+============+
72 | Socketed flash      | no         |
73 +---------------------+------------+
74 | Vendor              | Winbond    |
75 +---------------------+------------+
76 | Model               | W25Q256.V  |
77 +---------------------+------------+
78 | Size                | 32 MiB     |
79 +---------------------+------------+
80 | Package             | SOIC-8     |
81 +---------------------+------------+
82 | Internal flashing   | yes        |
83 +---------------------+------------+
84 | External flashing   | yes        |
85 +---------------------+------------+
86 ```
88 Please see [here](common/flashing.md) for instructions on how to flash with fwupd.