Author: quozl Date: Fri Feb 21 21:57:56 2014 New Revision: 3711 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3711
Log: OLPC XO-1.75, XO-4 - add boost charge command, for developer use
Modified: cpu/x86/pc/olpc/apt.fth
Modified: cpu/x86/pc/olpc/apt.fth ============================================================================== --- cpu/x86/pc/olpc/apt.fth Fri Feb 21 21:57:18 2014 (r3710) +++ cpu/x86/pc/olpc/apt.fth Fri Feb 21 21:57:56 2014 (r3711) @@ -18,6 +18,8 @@
: .os " more int:\boot\olpc_build" eval ;
+: boost .bat h# 3b ec-cmd d# 1000 ms h# 3c ec-cmd d# 1000 ms .bat ; + stand-init: wifi " NN" find-tag if ?-null $essid then \ network name " PP" find-tag if ?-null $wpa then \ pass phrase
openfirmware@openfirmware.info