Author: quozl
Date: Sat Jan 7 08:37:00 2012
New Revision: 2803
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2803
Log:
OLPC XO-1.75 - increase the wait for EDI again, #11565
Modified:
cpu/arm/olpc/edi.fth
Modified: cpu/arm/olpc/edi.fth
==============================================================================
--- cpu/arm/olpc/edi.fth Sat Jan 7 08:32:03 2012 (r2802)
+++ cpu/arm/olpc/edi.fth Sat Jan 7 08:37:00 2012 (r2803)
@@ -26,7 +26,7 @@
;
[ifndef] edi-wait-b
: edi-wait-b ( -- b ) \ Wait for and receive EC response byte
- d# 100 0 do
+ d# 10000 0 do
spi-in h# 50 = if
spi-in ( b )
spi-cs-off ( b )
Author: quozl
Date: Sat Jan 7 08:32:03 2012
New Revision: 2802
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2802
Log:
OLPC XO-1.75 XO-3 - do not test suspend and resume at FINAL, requested by Chia-Hsiu.
Modified:
cpu/arm/mmp2/rtc.fth
Modified: cpu/arm/mmp2/rtc.fth
==============================================================================
--- cpu/arm/mmp2/rtc.fth Fri Jan 6 22:21:15 2012 (r2801)
+++ cpu/arm/mmp2/rtc.fth Sat Jan 7 08:32:03 2012 (r2802)
@@ -58,8 +58,10 @@
;
dev /switches
: selftest ( -- error? )
- s3-selftest if true exit then
- selftest
+ final-test? 0= if
+ s3-selftest if true exit then
+ then
+ selftest
;
device-end
Author: quozl
Date: Fri Jan 6 22:21:15 2012
New Revision: 2801
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2801
Log:
Q3B24
Note that this version was not svn head at this point.
Q3B24 is a reissue of Q3B22 requested by Reuben.
Shall consist of:
2478 (OpenFirmware Q3B19 and EC 2.2.8)
2589 (add some guards to load-from-list)
2597 (OpenFirmware Q3B20 and EC 2.2.9)
2647 (OpenFirmware Q3B21)
2651 (OpenFirmware Q3B22 and EC 2.2.10)
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 Fri Jan 6 17:31:16 2012 (r2800)
+++ cpu/x86/pc/olpc/via/fw-version.fth Fri Jan 6 22:21:15 2012 (r2801)
@@ -1,3 +1,3 @@
\ The overall firmware revision
macro: FW_MAJOR B
-macro: FW_MINOR 23
+macro: FW_MINOR 24