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…') |
No edit summary |
||
Line 13: | Line 13: | ||
|- |
|- |
||
| Build date time <!-- .built --> |
| Build date time <!-- .built --> |
||
| |
|||
| 2012-09-04 22:59:32 |
|||
|- |
|- |
||
| Source revision <!-- more rom:sourceurl --> |
| Source revision <!-- more rom:sourceurl --> |
||
| [http://tracker.coreboot.org/trac/openfirmware/changeset/ |
| [http://tracker.coreboot.org/trac/openfirmware/changeset/3296 3296] |
||
|- |
|- |
||
| EC version <!-- banner --> |
| EC version <!-- banner --> |
||
Line 22: | Line 22: | ||
|- |
|- |
||
| 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 36: | Line 36: | ||
=== 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 === |
Revision as of 00:38, 6 September 2012
NOTE: The contents of this page are not set in stone, and are subject to change! This page is a draft in active flux ... |
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 | |
Source revision | 3296 |
EC version | 0.1.08 |
CForth version | 7b873ab6 |
Changes
OpenFirmware
- 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, 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.