OLPC Firmware q7a13: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{draft}} {{OLPC}} {{Release Notes}} == OLPC Firmware Release q7a13 == Works on XO-4 A2 only. Do not use on A1. Aiming for B1 build. {| border="1" cellspacing="0" cellpaddin…') |
(Proper name for Open Firmware) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{draft}} |
|||
{{OLPC}} |
{{OLPC}} |
||
{{Release Notes}} |
{{Release Notes}} |
||
Line 13: | Line 12: | ||
|- |
|- |
||
| Build date time <!-- .built --> |
| Build date time <!-- .built --> |
||
| 2012-09- |
| 2012-09-06 19:39:42 |
||
|- |
|- |
||
| Source revision <!-- more rom:sourceurl --> |
| Source revision <!-- more rom:sourceurl --> |
||
| [http://tracker.coreboot.org/trac/openfirmware/changeset/ |
| [http://tracker.coreboot.org/trac/openfirmware/changeset/3298 3298] |
||
|- |
|- |
||
| EC version <!-- banner --> |
| EC version <!-- banner --> |
||
Line 22: | Line 21: | ||
|- |
|- |
||
| CForth version <!-- (see startup banner on serial port) --> |
| CForth version <!-- (see startup banner on serial port) --> |
||
| [http://dev.laptop.org/git/users/wmb/cforth/commit/?id= |
| [http://dev.laptop.org/git/users/wmb/cforth/commit/?id=7b873ab6 7b873ab6] |
||
|- |
|- |
||
|} |
|} |
||
Line 28: | Line 27: | ||
== Changes == |
== Changes == |
||
=== |
=== Open Firmware === |
||
* correct the interrupt routing for the camera controller, (<trac>12090</trac>). |
* correct the interrupt routing for the camera controller, (<trac>12090</trac>). |
||
* suppress image size smaller than disk size now that builds size themselves to available space, |
* suppress image size smaller than disk size now that builds size themselves to available space, |
||
* undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>), |
* undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>), |
||
* graphical touchscreen tests for signal analysis, suppress fail on "too strong" a signal, double randomness of adjacent axis test, fix boxes test; many boxes could not be cleared, flush events and ignore buffered up events; to avoid old data on scribble and adjacent axis test, fix bug in watch-fss; was occasionally aborting due to touch event data seen in stream, adjacent axis tests; increase box array to cover used size for photodiode edges, remove debugging. [[XO_4_Touch_Testing]], |
|||
* graphical touchscreen tests for signal analysis, [[XO_4_Touch_Testing]], |
|||
=== CForth === |
=== CForth === |
||
* treat delete key as backspace, for compatibility with Linux terminals attached to serial console, |
|||
* turn off the storage indicator during suspend. |
|||
=== EC === |
=== EC === |
Latest revision as of 02:10, 7 October 2012
This page is monitored by the OLPC team.
OLPC Firmware Release q7a13
Works on XO-4 A2 only. Do not use on A1. Aiming for B1 build.
Download | q7a13.rom |
Build date time | 2012-09-06 19:39:42 |
Source revision | 3298 |
EC version | 0.1.08 |
CForth version | 7b873ab6 |
Changes
Open Firmware
- correct the interrupt routing for the camera controller, (<trac>12090</trac>).
- suppress image size smaller than disk size now that builds size themselves to available space,
- undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>),
- graphical touchscreen tests for signal analysis, suppress fail on "too strong" a signal, double randomness of adjacent axis test, fix boxes test; many boxes could not be cleared, flush events and ignore buffered up events; to avoid old data on scribble and adjacent axis test, fix bug in watch-fss; was occasionally aborting due to touch event data seen in stream, adjacent axis tests; increase box array to cover used size for photodiode edges, remove debugging. XO_4_Touch_Testing,
CForth
- treat delete key as backspace, for compatibility with Linux terminals attached to serial console,
- turn off the storage indicator during suspend.