mb/starlabs/starlite_adl: Configure CNVi Bluetooth I2S GPIOs
[coreboot.git] / Documentation / mainboard / foxconn / d41s.md
blob45a86d454859624f2741e077cdad7b79612916aa
1 # Foxconn D41S
3 This page describes how to run coreboot on the [FOXCONN D41S] desktop from [FOXCONN].
4 The D42S, D51S, D52S are compatible boards with the difference being the CPU.
6 ## Building coreboot
8 The default options for this board should result in a fully working image:
10         # echo "CONFIG_VENDOR_FOXCONN=y" > .config
11         # echo "CONFIG_BOARD_FOXCONN_D41S=y" >> .config
12         # make olddefconfig && make
15 ## Flashing coreboot
17 ```{eval-rst}
18 +---------------------+--------+
19 | Type                | Value  |
20 +=====================+========+
21 | Socketed flash      | yes    |
22 +---------------------+--------+
23 | Model               | W25X80 |
24 +---------------------+--------+
25 | Size                | 1 MiB  |
26 +---------------------+--------+
27 | In circuit flashing | yes    |
28 +---------------------+--------+
29 | Package             | DIP-8  |
30 +---------------------+--------+
31 | Write protection    | No     |
32 +---------------------+--------+
33 | Dual BIOS feature   | No     |
34 +---------------------+--------+
35 | Internal flashing   | yes    |
36 +---------------------+--------+
37 ```
39 ### Internal programming
41 The SPI flash can be accessed using [flashrom].
43 ### External programming
45 The easiest to flash externally is to simply extract the SPI flash from its socket.
46 To do this gently take the SPI flash out of its socket and flash with your programmer.
48 **NOTE: Don't forget to set the WP# AND HOLD# to 3V.**
50 **NOTE2: Make sure to reinsert it in the right direction afterward**
52 **Location and orientation of the SPI flash socket**
53 ![][d41s_flash]
55 [d41s_flash]: d41s_flash.jpg
57 ## Technology
59 ```{eval-rst}
60 +------------------+------------------+
61 | Northbridge      | Intel Pinevew    |
62 +------------------+------------------+
63 | Southbridge      | Intel NM10       |
64 +------------------+------------------+
65 | CPU              | model_106cx      |
66 +------------------+------------------+
67 | SuperIO          | ITE IT8721F      |
68 +------------------+------------------+
69 | clockgen (CK505) | ICS 9LPRS525AGLF |
70 +------------------+------------------+
71 ```
73 [FOXCONN D41S]: http://www.foxconnchannel.com/ProductDetail.aspx?T=motherboard&U=en-us0000481
74 [FOXCONN]: http://www.foxconnchannel.com
75 [Flashrom]: https://flashrom.org/Flashrom