OLPC Firmware q3c17: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{OLPC}} {{Release Notes}} == Summary == Works on XO-1.5 C1-C8 systems. {| border="1" cellspacing="0" cellpadding="2" class="wikitable" |- | Download | [http://dev.laptop.org/…') |
|||
Line 26: | Line 26: | ||
== Changes == |
== Changes == |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3729 3729] OLPC XO-1.5 - fix siv120d image alignment ( |
* [http://code.coreboot.org/p/openfirmware/source/commit/3729 3729] OLPC XO-1.5 - fix siv120d image alignment (<trac>12625</trac>), disable siv121c support (<trac>12785</trac>) |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3728 3728] libertas - fix build on XO-1 |
* [http://code.coreboot.org/p/openfirmware/source/commit/3728 3728] libertas - fix build on XO-1 |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3727 3727] OLPC - add SIV121C camera sensor, as SIV120D is end-of-life |
* [http://code.coreboot.org/p/openfirmware/source/commit/3727 3727] OLPC - add SIV121C camera sensor, as SIV120D is end-of-life |
||
Line 32: | Line 32: | ||
* [http://code.coreboot.org/p/openfirmware/source/commit/3725 3725] core - Tiny lint fixes, detected on Apple LLVM-based SDK. And one not so tiny, as OS X dropped support for sbrk(). |
* [http://code.coreboot.org/p/openfirmware/source/commit/3725 3725] core - Tiny lint fixes, detected on Apple LLVM-based SDK. And one not so tiny, as OS X dropped support for sbrk(). |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3721 3721] libertas - stack effect comment fix |
* [http://code.coreboot.org/p/openfirmware/source/commit/3721 3721] libertas - stack effect comment fix |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3718 3718] core - use initial values from a current instance package if there is one, fixes clearing of display on subsequent select, caused by my-termemu not persisting, fixes OLPC |
* [http://code.coreboot.org/p/openfirmware/source/commit/3718 3718] core - use initial values from a current instance package if there is one, fixes clearing of display on subsequent select, caused by my-termemu not persisting, fixes OLPC <trac>12765</trac>, thanks to Mitch Bradley. |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3716 3716] OLPC - preserve some comments against th seti camera initialisation as compared with kernel |
* [http://code.coreboot.org/p/openfirmware/source/commit/3716 3716] OLPC - preserve some comments against th seti camera initialisation as compared with kernel |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3712 3712] usb - trivial comment improvement |
* [http://code.coreboot.org/p/openfirmware/source/commit/3712 3712] usb - trivial comment improvement |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3710 3710] OLPC - keyject, avoid cancel, use black-letters throughout |
* [http://code.coreboot.org/p/openfirmware/source/commit/3710 3710] OLPC - keyject, avoid cancel, use black-letters throughout |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3702 3702] OLPC XO-1.5 XO-1.75 XO-4 - restore four game key reflash over HTTP, by doing a redundant scan for the OLPC-NANDblaster SSID before handing control to NANDblaster, fixes |
* [http://code.coreboot.org/p/openfirmware/source/commit/3702 3702] OLPC XO-1.5 XO-1.75 XO-4 - restore four game key reflash over HTTP, by doing a redundant scan for the OLPC-NANDblaster SSID before handing control to NANDblaster, fixes <trac>12740</trac>. Due to r3701, active scan for transmitting laptop became unreliable probably because of the lack of air time, so switch to a passive scan, and increase passive scan to cover two beacons. |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3701 3701] libertas - fix backward logic for selecting scan time based on scan time, regression introduced in r3633 |
* [http://code.coreboot.org/p/openfirmware/source/commit/3701 3701] libertas - fix backward logic for selecting scan time based on scan time, regression introduced in r3633 |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3699 3699] OLPC - ntp-set-clock did leave device open if name lookup failed, fixes |
* [http://code.coreboot.org/p/openfirmware/source/commit/3699 3699] OLPC - ntp-set-clock did leave device open if name lookup failed, fixes <trac>12735</trac> |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3698 3698] OLPC XO-1.5 - fix file ordering to ensure show-pass and show-fail are available to gamekey-auto-menu, fixes |
* [http://code.coreboot.org/p/openfirmware/source/commit/3698 3698] OLPC XO-1.5 - fix file ordering to ensure show-pass and show-fail are available to gamekey-auto-menu, fixes <trac>12734</trac>, caused <trac>12515</trac> |
||
* [http://code.coreboot.org/p/openfirmware/source/commit/3697 3697] OLPC XO-1 XO-1.5 - follow x86 linux boot protocol, wipe the sentinels, for compatibility with unpatched kernel 3.9 onwards, |
* [http://code.coreboot.org/p/openfirmware/source/commit/3697 3697] OLPC XO-1 XO-1.5 - follow x86 linux boot protocol, wipe the sentinels, for compatibility with unpatched kernel 3.9 onwards, <trac>12727</trac> |
Latest revision as of 01:56, 14 June 2014
This page is monitored by the OLPC team.
Summary
Works on XO-1.5 C1-C8 systems.
Download | q3c17.rom |
Build date time | 2014-06-13 21:31:00 |
Source revision | 3732 |
EC version | 2.2.10 |
Wireless firmware version | 9.0.7.p2 |
Changes
- 3729 OLPC XO-1.5 - fix siv120d image alignment (<trac>12625</trac>), disable siv121c support (<trac>12785</trac>)
- 3728 libertas - fix build on XO-1
- 3727 OLPC - add SIV121C camera sensor, as SIV120D is end-of-life
- 3726 scsidisk - retry TEST UNIT READY once
- 3725 core - Tiny lint fixes, detected on Apple LLVM-based SDK. And one not so tiny, as OS X dropped support for sbrk().
- 3721 libertas - stack effect comment fix
- 3718 core - use initial values from a current instance package if there is one, fixes clearing of display on subsequent select, caused by my-termemu not persisting, fixes OLPC <trac>12765</trac>, thanks to Mitch Bradley.
- 3716 OLPC - preserve some comments against th seti camera initialisation as compared with kernel
- 3712 usb - trivial comment improvement
- 3710 OLPC - keyject, avoid cancel, use black-letters throughout
- 3702 OLPC XO-1.5 XO-1.75 XO-4 - restore four game key reflash over HTTP, by doing a redundant scan for the OLPC-NANDblaster SSID before handing control to NANDblaster, fixes <trac>12740</trac>. Due to r3701, active scan for transmitting laptop became unreliable probably because of the lack of air time, so switch to a passive scan, and increase passive scan to cover two beacons.
- 3701 libertas - fix backward logic for selecting scan time based on scan time, regression introduced in r3633
- 3699 OLPC - ntp-set-clock did leave device open if name lookup failed, fixes <trac>12735</trac>
- 3698 OLPC XO-1.5 - fix file ordering to ensure show-pass and show-fail are available to gamekey-auto-menu, fixes <trac>12734</trac>, caused <trac>12515</trac>
- 3697 OLPC XO-1 XO-1.5 - follow x86 linux boot protocol, wipe the sentinels, for compatibility with unpatched kernel 3.9 onwards, <trac>12727</trac>