summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2020-03-19 18:05:15 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-05-01 06:44:07 +0000
commitd991bf1fb43f977e46bd63a815dd0c8ec2cc3a8e (patch)
treed23cbc7315ce15f92ffd6542f1a93b54a6e5c78a /Documentation
parentf86c3265e8014b085de08094d7a30847fa49c165 (diff)
downloadcoreboot-d991bf1fb43f977e46bd63a815dd0c8ec2cc3a8e.tar.xz
Doc/mb/51nb/x210: Do minor fixes
Fix code blocks, add a newline, use inline code blocks for commands. Change-Id: Iecf04b00ed12323c124517f2557cc8b60640b618 Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39670 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/mainboard/51nb/x210.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/mainboard/51nb/x210.md b/Documentation/mainboard/51nb/x210.md
index 645c3ba816..2c41fd8a31 100644
--- a/Documentation/mainboard/51nb/x210.md
+++ b/Documentation/mainboard/51nb/x210.md
@@ -4,20 +4,21 @@
EC firmware is included in the SPI image. To extract it, run:
-``
+```
dd bs=64K skip=32 count=1 if=bios.rom of=ec.bin
-``
+```
-and ensure that you have a file that includes the string "Insyde Software Corp"
+and ensure that you have a file that includes the string "Insyde Software Corp".
## Flashing instructions
This can be performed using the internal SPI controller, even when flashing
-from stock firmware. Use flashrom -p internal and follow the appropriate
+from stock firmware. Use `flashrom -p internal` and follow the appropriate
flashrom instructions to force it. Alternatively, external flashing has been
tested with Dediprog SF100 and SF600 and using a Beaglebone Black. The flash
is located on the upper side of the motherboard, below the keyboard
connector. It is circled in red here:
+
![](x210.jpg)
## Flashing a subset of the ROM
@@ -32,14 +33,14 @@ create a layout file with the following content:
00210000:007fffff main
```
-and run flashrom with the "--layout rom.layout --image main" arguments. This
+and run flashrom with the `--layout rom.layout --image main` arguments. This
will flash the main firmware without overwriting the existing EC or ME
firmware.
## Working
All hardware features are believed to be working, although the SD reader is
-untested. Note that certain hotkeys don't work (including the Thinkvantage
+untested. Note that certain hotkeys don't work (including the ThinkVantage
button) - this is a limitation of the EC firmware, and these keys also
generate no events under the stock vendor firmware.