From 0b8aefc6562c64665425617eddd22aec2610bda5 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sun, 18 Nov 2018 15:48:43 +0100 Subject: Documentation: Add W530 / T530 Change-Id: Ib253308737f8c7a497c6ca13eab88220b1ac27ad Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/29685 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Philipp Deppenwiese --- Documentation/mainboard/index.md | 2 ++ Documentation/mainboard/lenovo/w530-1.jpg | Bin 0 -> 151539 bytes Documentation/mainboard/lenovo/w530-2.jpg | Bin 0 -> 129231 bytes Documentation/mainboard/lenovo/w530.md | 27 +++++++++++++++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 Documentation/mainboard/lenovo/w530-1.jpg create mode 100644 Documentation/mainboard/lenovo/w530-2.jpg create mode 100644 Documentation/mainboard/lenovo/w530.md (limited to 'Documentation') diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 5df4885e1a..15c2ede56c 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -52,6 +52,8 @@ The boards in this section are not real mainboards, but emulators. ### Ivy Bridge series - [T430](lenovo/t430.md) +- [T530](lenovo/w530.md) +- [W530](lenovo/w530.md) - [T430 / T530 / X230 / W530 common](lenovo/xx30_series.md) ## SiFive diff --git a/Documentation/mainboard/lenovo/w530-1.jpg b/Documentation/mainboard/lenovo/w530-1.jpg new file mode 100644 index 0000000000..32827a0a09 Binary files /dev/null and b/Documentation/mainboard/lenovo/w530-1.jpg differ diff --git a/Documentation/mainboard/lenovo/w530-2.jpg b/Documentation/mainboard/lenovo/w530-2.jpg new file mode 100644 index 0000000000..dd129b90ab Binary files /dev/null and b/Documentation/mainboard/lenovo/w530-2.jpg differ diff --git a/Documentation/mainboard/lenovo/w530.md b/Documentation/mainboard/lenovo/w530.md new file mode 100644 index 0000000000..f91d9cee6a --- /dev/null +++ b/Documentation/mainboard/lenovo/w530.md @@ -0,0 +1,27 @@ +# Lenovo W530 / T530 + +## Flashing instructions +You have to remove the keyboard and the palm rest to access one of the +flash ICs. The second flash ICs is behind the case frame, but can be +flashed by using a simple trick. Connect every pin of the first flash +IC, but tie /CS to Vcc. Connect /CS of the second flash IC to the +programmer. +As all lines except /CS are shared between the flash ICs you can access +both with an external programmer. + +For more details have a look at [T430 / T530 / X230 / T430s / W530 common] and +```eval_rst +:doc:`../../flash_tutorial/ext_power` +``` + +### After removing the keyboard and palm rest +![][w530-1] + +[w530-1]: w530-1.jpg + +### Closeup view of the flash ICs +![][w530-2] + +[w530-2]: w530-2.jpg + +[T430 / T530 / X230 / T430s / W530 common]: xx30_series.md -- cgit v1.2.3