drivers/option: Add forms in cbtables
[coreboot2.git] / Documentation / mainboard / intel / kblrvp11.md
blob32cc5dec28f7a4a1ddcd8884457e10698e55c856
1 # Intel Kaby lake RVP11
3 ## Specs
5 * 1 SATA cable connect
6 * 1 SATAe direct
7 * 2 USB2.0 connector
8 * 4 USB3.0 connector
9 * 1 Gigabit Ethernet
10 * 1 x4 PCIe slot
11 * 1 x1 PCIe slot
12 * 1 X16 PEG slot
13 * UART debug DB9 connector
14 * 4 DIMMS with DDR4 memory
15 * SPI flash
16 * Audio Jack
17 * PS2 Keyboard and Mouse
18 * Display: HDMI, DP, VGA
20 ## Target Audience
22 * OEMs, internal only
24 ## Flashing coreboot
26 ```{eval-rst}
27 +---------------------+------------+
28 | Type                | Value      |
29 +=====================+============+
30 | Socketed flash      | no         |
31 +---------------------+------------+
32 | Vendor              | Winbond    |
33 +---------------------+------------+
34 | Model               | W25Q128FV  |
35 +---------------------+------------+
36 | Size                | 16 MiB     |
37 +---------------------+------------+
38 | Package             | SOIC-8     |
39 +---------------------+------------+
40 | Write protection    | No         |
41 +---------------------+------------+
42 | Dual BIOS feature   | No         |
43 +---------------------+------------+
44 ```
46 ### Instruction to flash coreboot to SPI
48 ### Internal programming
50 The SPI flash can be accessed internally using [flashrom].
51 The following command is used to flash BIOS region.
53 ```bash
54 $ flashrom -p internal --ifd -i bios -w coreboot.rom --noverify-all
55 ```
57 ### External programming
59 1. Dediprog SF600 with adapter B is used.
60 2. Make sure power supply is disconnected from board.
61 3. Connect Dediprog SF600 to header at J7H1.
62 4. Ensure that "currently working on" is in "application memory chip 1"
63 5. Go to "file" and select the .rom file (16 MiB) to program chip1.
64 6. Execute the batch operation to erase and program the chip.
66 ## Technology
68 ```{eval-rst}
69 +------------------+---------------------------------------------------+
70 | CPU              | Kaby lake H (i7-7820EQ)                           |
71 +------------------+---------------------------------------------------+
72 | PCH              | Skylake PCH-H (called SPT-H)                      |
73 +------------------+---------------------------------------------------+
74 | Coprocessor      | Intel ME                                          |
75 +------------------+---------------------------------------------------+
76 ```
78 [W25Q128FV]: https://www.winbond.com/resource-files/w25q128fv%20rev.m%2005132016%20kms.pdf
79 [flashrom]: https://flashrom.org/Flashrom