OLPC Firmware q2f20: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '{{OLPC}} {{Release Notes}} == Summary == Works on XO-1 systems. {| border="1" cellspacing="0" cellpadding="2" class="wikitable" |- | Download | [http://dev.laptop.org/pub/firm…')
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


== Summary ==
== Summary ==

* hardware support for SIV121C camera sensor, as a spare part, see [[12785]],
* improved compatibility with certain recent USB flash drives,
* a minor fix for {{Code|ntp-set-clock}},
* an x86 boot protocol fix, for unpatched Linux kernels 3.9 and later.


Works on XO-1 systems.
Works on XO-1 systems.
Line 30: Line 35:
* [http://code.coreboot.org/p/openfirmware/source/commit/3727 3727] OLPC - add SIV121C camera sensor, as SIV120D is end-of-life <trac>12785</trac>
* [http://code.coreboot.org/p/openfirmware/source/commit/3727 3727] OLPC - add SIV121C camera sensor, as SIV120D is end-of-life <trac>12785</trac>
* [http://code.coreboot.org/p/openfirmware/source/commit/3726 3726] scsidisk - retry TEST UNIT READY once
* [http://code.coreboot.org/p/openfirmware/source/commit/3726 3726] scsidisk - retry TEST UNIT READY once
* [http://code.coreboot.org/p/openfirmware/source/commit/3725 3725] core - Tiny lint fixes, detected on Apple LLVM-based SDK. * [http://code.coreboot.org/p/openfirmware/source/commit/3721 3721] libertas - stack effect comment fix
* [http://code.coreboot.org/p/openfirmware/source/commit/3725 3725] core - Tiny lint fixes, detected on Apple LLVM-based SDK.
* [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 <trac>12765</trac>, thanks to Mitch Bradley.
* [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

Latest revision as of 04:02, 12 June 2014

  This page is monitored by the OLPC team.

Summary

  • hardware support for SIV121C camera sensor, as a spare part, see 12785,
  • improved compatibility with certain recent USB flash drives,
  • a minor fix for ntp-set-clock,
  • an x86 boot protocol fix, for unpatched Linux kernels 3.9 and later.

Works on XO-1 systems.

Download q2f20.rom
Build date time 2014-06-11 23:47:00
Source revision 3730.
EC version 1.2.1
Wireless firmware version 5.110.22.p23

Changes

  • 3728 libertas - fix build on XO-1
  • 3727 OLPC - add SIV121C camera sensor, as SIV120D is end-of-life <trac>12785</trac>
  • 3726 scsidisk - retry TEST UNIT READY once
  • 3725 core - Tiny lint fixes, detected on Apple LLVM-based SDK.
  • 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
  • 3707 OLPC XO-1 - screenshot tools
  • 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>
  • 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>
  • 3692 OLPC - NANDblaster receivers are not performing a passive scan, originally because of a typo, and now because it proves to be unreliable even with the increased passive scan time in r3633 - no effective functional change.
  • 3690 OLPC - nb-auto-channel was leaving junk on stack, regression introduced by r3560