summaryrefslogtreecommitdiff
path: root/Documentation/mainboard/lenovo
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-04-09 12:20:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-04-11 11:21:10 +0000
commitd18a0cbfc1704c7ec854c0a1cedf0f245517631e (patch)
tree3906cf9cc1fb8d810ec7654ed6063b2f94f88108 /Documentation/mainboard/lenovo
parent1e742217e6061a95376318525df45a872f049f07 (diff)
downloadcoreboot-d18a0cbfc1704c7ec854c0a1cedf0f245517631e.tar.xz
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>
Diffstat (limited to 'Documentation/mainboard/lenovo')
-rw-r--r--Documentation/mainboard/lenovo/codenames.csv29
-rw-r--r--Documentation/mainboard/lenovo/codenames.md7
2 files changed, 36 insertions, 0 deletions
diff --git a/Documentation/mainboard/lenovo/codenames.csv b/Documentation/mainboard/lenovo/codenames.csv
new file mode 100644
index 0000000000..ad77059480
--- /dev/null
+++ b/Documentation/mainboard/lenovo/codenames.csv
@@ -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
diff --git a/Documentation/mainboard/lenovo/codenames.md b/Documentation/mainboard/lenovo/codenames.md
new file mode 100644
index 0000000000..8552294588
--- /dev/null
+++ b/Documentation/mainboard/lenovo/codenames.md
@@ -0,0 +1,7 @@
+# Lenovo mainboard codenames
+
+```eval_rst
+.. csv-table::
+ :header: "Marketing name", "Development codename"
+ :file: codenames.csv
+```