summaryrefslogtreecommitdiffstats
path: root/docs/tasks.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-29 18:46:32 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-29 18:46:32 (EDT)
commit661faa994be69bfff51d34d32ba9d408db291c5d (patch)
treee4f055a4281b6345e2cfad6fb76cac1a0b8e611d /docs/tasks.html
parentcfe7f633cfb610d8a1105f377434e448b433dcd0 (diff)
downloadlibreboot-661faa994be69bfff51d34d32ba9d408db291c5d.zip
libreboot-661faa994be69bfff51d34d32ba9d408db291c5d.tar.gz
libreboot-661faa994be69bfff51d34d32ba9d408db291c5d.tar.bz2
Don't say programme. That's actually wrong.
Diffstat (limited to 'docs/tasks.html')
-rw-r--r--docs/tasks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index 63e1954..e2e1949 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -496,7 +496,7 @@
have EC in the main chip, some don't use SPI flash at all but have the firmware inside the EC chip itself.
If the EC has integrated flash then you need to be able to get to the pins on the chip or be able to program them over LPC or SPI (if they have that feature).
The lenovo laptops currently supported in libreboot all use H8 EC chips (contains flash inside the chip).
- Read the datasheets on how to externally programme the EC. Chromebooks seem to have free EC
+ Read the datasheets on how to externally flash the EC. Chromebooks seem to have free EC
(<a href="https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/">https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/</a>).
- see
<a href="http://blogs.coreboot.org/blog/2015/05/28/progress-gsoc-week-1/">http://blogs.coreboot.org/blog/2015/05/28/progress-gsoc-week-1/</a> (H8S EC, applies to thinkpads)