Author: quozl
Date: Mon Oct 24 08:53:41 2011
New Revision: 2651
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2651
Log:
Q3B22
(note that this version was not svn head at this point, but rather svn
2478 [q3b19] with 2589 and 2597 [q3b20])
(that is, q3b21 with another EC version)
Modified:
cpu/x86/pc/olpc/via/ec-version.fth
cpu/x86/pc/olpc/via/fw-version.fth
Modified: cpu/x86/pc/olpc/via/ec-version.fth
==============================================================================
--- cpu/x86/pc/olpc/via/ec-version.fth Mon Oct 24 04:51:51 2011 (r2650)
+++ cpu/x86/pc/olpc/via/ec-version.fth Mon Oct 24 08:53:41 2011 (r2651)
@@ -1,5 +1,5 @@
\ The EC microcode
-macro: EC_VERSION 2_2_9
+macro: EC_VERSION 2_2_10
\ Alternate command for getting EC microcode, for testing new versions.
\ Temporarily uncomment the line and modify the path as necessary
Modified: cpu/x86/pc/olpc/via/fw-version.fth
==============================================================================
--- cpu/x86/pc/olpc/via/fw-version.fth Mon Oct 24 04:51:51 2011 (r2650)
+++ cpu/x86/pc/olpc/via/fw-version.fth Mon Oct 24 08:53:41 2011 (r2651)
@@ -1,3 +1,3 @@
\ The overall firmware revision
macro: FW_MAJOR B
-macro: FW_MINOR 21
+macro: FW_MINOR 22
Author: wmb
Date: Mon Oct 24 04:51:29 2011
New Revision: 2648
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2648
Log:
OLPC XO-1.75 - changed USB post-hub-port-power-on delay to 350 ms to fix a problem with some Belkin USB sticks.
Modified:
cpu/arm/olpc/1.75/usb.fth
Modified: cpu/arm/olpc/1.75/usb.fth
==============================================================================
--- cpu/arm/olpc/1.75/usb.fth Mon Oct 24 01:54:24 2011 (r2647)
+++ cpu/arm/olpc/1.75/usb.fth Mon Oct 24 04:51:29 2011 (r2648)
@@ -41,7 +41,7 @@
init-usb
;
-d# 300 config-int usb-delay \ Milliseconds to wait before probing hub ports
+d# 350 config-int usb-delay \ Milliseconds to wait before probing hub ports
devalias u /usb/disk
Author: quozl
Date: Mon Oct 24 01:54:24 2011
New Revision: 2647
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2647
Log:
Q3B21
(note that this version was not svn head at this point, but rather svn
2478 [q3b19] with 2589 and 2597 [q3b20])
Modified:
cpu/x86/pc/olpc/via/fw-version.fth
Modified: cpu/x86/pc/olpc/via/fw-version.fth
==============================================================================
--- cpu/x86/pc/olpc/via/fw-version.fth Sun Oct 23 01:36:39 2011 (r2646)
+++ cpu/x86/pc/olpc/via/fw-version.fth Mon Oct 24 01:54:24 2011 (r2647)
@@ -1,3 +1,3 @@
\ The overall firmware revision
macro: FW_MAJOR B
-macro: FW_MINOR 20
+macro: FW_MINOR 21