Author: wmb
Date: Tue Oct 11 23:59:39 2011
New Revision: 2590
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2590
Log:
USB keyboard driver - flash the keyboard LEDs on open as a clue that the keyboard has been attached.
Modified:
dev/usb2/device/keyboard/kbd.fth
Modified: dev/usb2/device/keyboard/kbd.fth
==============================================================================
--- dev/usb2/device/keyboard/kbd.fth Tue Oct 11 22:19:10 2011 (r2589)
+++ dev/usb2/device/keyboard/kbd.fth Tue Oct 11 23:59:39 2011 (r2590)
@@ -339,6 +339,8 @@
\ Some USB keyboards don't implement set-idle properly, and it's not critical,
\ so we suppress the message to avoid confusing the user
idle-rate set-idle drop \ if ." Failed to set USB keyboard idle" cr then
+ 7 set-leds \ Flash the LEDs to indicate that OFW has attached the keyboard
+ d# 200 ms
0 set-leds
false
;
Author: wmb
Date: Mon Oct 10 18:35:23 2011
New Revision: 2586
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2586
Log:
OLPC trac 11315 - pass a null cmdline to Linux in secure mode, paving the way for Linux to be responsible for its own non-optional settings.
Modified:
cpu/x86/pc/olpc/security.fth
Modified: cpu/x86/pc/olpc/security.fth
==============================================================================
--- cpu/x86/pc/olpc/security.fth Fri Oct 7 22:21:02 2011 (r2585)
+++ cpu/x86/pc/olpc/security.fth Mon Oct 10 18:35:23 2011 (r2586)
@@ -1231,7 +1231,7 @@
2drop ( )
['] secure-load-ramdisk to load-ramdisk
" init-program" $find if
- set-cmdline
+\ set-cmdline
execute
sound-end
go