summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/release.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/release.html b/docs/release.html
index 7057fb5..08a5857 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -228,7 +228,14 @@
</h2>
<ul>
<li>add roda rk9 support (contact nico to ask for more details about hw). This is GM45 but these machines do not have a descriptor (no ME), should be easy</li>
- <li>port acer aspire 5738 to coreboot (gm45)? (and then libreboot). EC is the main blocker (no support in coreboot yet)</li>
+ <li>
+ port acer aspire 5738 to coreboot (gm45)? (and then libreboot). EC is the main blocker (no support in coreboot yet).
+ ME isn't an issue, because its GM45 so it could be removed (it looks like this machine might also be shipped in
+ non-descriptor mode by default, like the roda rk9).
+ Search <b>jv50 block diagram filetype:pdf</b> for schematics.
+ (jv50 is written on the board); noone seems to have found any documentation for the EC chip, but
+ maybe it could be sufficiently reverse engineered via serialice and ectool.
+ </li>
<li>
Commit 26ca08caf81ad2dcc9c8246a743d82ffb464c767 in coreboot, see the while (1) loop that
waits for the panel to power up on i945. This is an infinite loop if the panel doesn't power up.