Documentation: Make lenovo codenames human readable

Use rst parser to convert the csv to markdown tables.

Change-Id: I7fd61bd7a4e8818901520311332ae4027e7a7d02
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32250
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Patrick Rudolph
2019-04-09 12:20:08 +02:00
committed by Patrick Georgi
parent 1e742217e6
commit d18a0cbfc1
3 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ The boards in this section are not real mainboards, but emulators.
## Lenovo
- [Mainboard codenames](lenovo/codenames.md)
- [Hardware Maintenance Manual of ThinkPads](lenovo/thinkpad_hmm.md)
- [T4xx common](lenovo/t4xx_series.md)
- [X2xx common](lenovo/x2xx_series.md)

View File

@@ -0,0 +1,29 @@
t60,magi-5|magi-7|austin-3
t400,malibu-3
t400s,shinai
t410,nozomi-1
t410s,shinai-2
t420,nozomi-3
t420s,shinai-3
t430,nozomi-4
t430s,lsn-4
t500,coronado-5
t510,kendo-1
t520,kendo-3
t530,kendo-4
w500,coronado-5
w510,kendo-1 workstation
w520,kendo-3 workstation
w530,kendo-4 workstation
w700,n-note
x1_carbon_gen1,genesis-1
x60,ks note
x61,ks note-3
x200,mocha-1
x201,mocha-3
x220,dasher-1
x230,dasher-2
x230s,rogue-1
x240,rogue-2
x300,kodachi
x301,kodachi-2
1 t60 magi-5|magi-7|austin-3
2 t400 malibu-3
3 t400s shinai
4 t410 nozomi-1
5 t410s shinai-2
6 t420 nozomi-3
7 t420s shinai-3
8 t430 nozomi-4
9 t430s lsn-4
10 t500 coronado-5
11 t510 kendo-1
12 t520 kendo-3
13 t530 kendo-4
14 w500 coronado-5
15 w510 kendo-1 workstation
16 w520 kendo-3 workstation
17 w530 kendo-4 workstation
18 w700 n-note
19 x1_carbon_gen1 genesis-1
20 x60 ks note
21 x61 ks note-3
22 x200 mocha-1
23 x201 mocha-3
24 x220 dasher-1
25 x230 dasher-2
26 x230s rogue-1
27 x240 rogue-2
28 x300 kodachi
29 x301 kodachi-2

View File

@@ -0,0 +1,7 @@
# Lenovo mainboard codenames
```eval_rst
.. csv-table::
:header: "Marketing name", "Development codename"
:file: codenames.csv
```