[commit] r2302 - cpu/arm/olpc/1.75

Author: wmb Date: Tue Jun 21 07:23:51 2011 New Revision: 2302 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2302 Log: XO-1.75 - reorder fload of spcmd.fth vs spicmd.fth so the EC-mediated keyboard will match "/keyboard", thus fixing "test /keyboard" on unmodified XOs Modified: cpu/arm/olpc/1.75/devices.fth Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Tue Jun 21 05:24:00 2011 (r2301) +++ cpu/arm/olpc/1.75/devices.fth Tue Jun 21 07:23:51 2011 (r2302) @@ -270,12 +270,12 @@ devalias ext /sd/disk@1 devalias net /wlan \ XXX should report-net in case of USB Ethernet +fload ${BP}/cpu/arm/olpc/spcmd.fth + fload ${BP}/dev/olpc/kb3700/spicmd.fth devalias keyboard /ec-spi/keyboard -fload ${BP}/cpu/arm/olpc/spcmd.fth - : wlan-reset ( -- ) d# 58 gpio-clr d# 20 ms d# 58 gpio-set ; \ Create the alias unless it already exists
participants (1)
-
repository service