Author: quozl
Date: Mon Aug 20 11:59:52 2012
New Revision: 3203
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3203
Log:
OLPC XO-1.75 XO-4 - first audio open left 4 on stack, found at ok prompt, regression introduced r3117.
Modified:
cpu/arm/olpc/sound.fth
Modified: cpu/arm/olpc/sound.fth
==============================================================================
--- cpu/arm/olpc/sound.fth Mon Aug 20 11:44:00 2012 (r3202)
+++ cpu/arm/olpc/sound.fth Mon Aug 20 11:59:52 2012 (r3203)
@@ -56,7 +56,7 @@
h# 100 audio-clk io-set dly \ Disable isolation
4 audio-clk io-set \ Start audio SRAM redundancy repair
- begin 4 audio-clk io@ 4 and 0= until \ And wait until done
+ begin audio-clk io@ 4 and 0= until \ And wait until done
\ Bring audio island out of reset
1 audio-dsa io-set
Author: wmb
Date: Sat Aug 18 19:14:17 2012
New Revision: 3198
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3198
Log:
OLPC ARM - Added device node for OLS LED for Linux driver binding.
Modified:
cpu/arm/olpc/1.75/leds.fth
cpu/arm/olpc/cl4/leds.fth
Modified: cpu/arm/olpc/1.75/leds.fth
==============================================================================
--- cpu/arm/olpc/1.75/leds.fth Sat Aug 18 09:05:11 2012 (r3197)
+++ cpu/arm/olpc/1.75/leds.fth Sat Aug 18 19:14:17 2012 (r3198)
@@ -1,6 +1,11 @@
\ See license at end of file
purpose: Driver/selftest for OLPC XO-1.75 LEDs
+0 0 " " " /" begin-package
+ " ols" device-name
+ " olpc,xo-light-sensor" +compatible
+end-package
+
0 0 " 0" " /" begin-package
0 0 reg \ So test-all will run the test
" leds" device-name
Modified: cpu/arm/olpc/cl4/leds.fth
==============================================================================
--- cpu/arm/olpc/cl4/leds.fth Sat Aug 18 09:05:11 2012 (r3197)
+++ cpu/arm/olpc/cl4/leds.fth Sat Aug 18 19:14:17 2012 (r3198)
@@ -1,6 +1,11 @@
\ See license at end of file
purpose: Driver/selftest for OLPC XO-1.75 LEDs
+0 0 " " " /" begin-package
+ " ols" device-name
+ " olpc,xo-light-sensor" +compatible
+end-package
+
0 0 " 0" " /" begin-package
0 0 reg \ So test-all will run the test