summaryrefslogtreecommitdiffstats
path: root/docs/tasks.html
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-11-06 13:10:44 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-06 13:37:36 (EST)
commit6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf (patch)
treeb4e5994468c49e4bb393e8d571e45d8f360c4d79 /docs/tasks.html
parent4d81de68316cae4d91050b829e8a795cefbfebc7 (diff)
downloadlibreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.zip
libreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.tar.gz
libreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.tar.bz2
Replace Chromebook mentions with CrOS, that is more generic
Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'docs/tasks.html')
-rw-r--r--docs/tasks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index 4054749..3121e54 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -102,7 +102,7 @@
</li>
<li>
<ul>
- <li>ASUS Chromebook C201 was added, but there are also other RK3288 based laptops in coreboot. Port them all!</li>
+ <li>ASUS Chromebook C201 was added, but there are also other RK3288 based devices in coreboot. Port them all!</li>
<li>Other ARM based systems; tegra124 chromebooks, Jetson TK1 (non-free GPU microcode in kernel needs replacing. also xhci firmware, but optional (can still use ehci, we think))</li>
</ul>
</li>
@@ -442,7 +442,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 flash the EC. Chromebooks seem to have free EC
+ Read the datasheets on how to externally flash the EC. Most CrOS devices run with a free EC firmware
(<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)