Changeset 3281
- Timestamp:
- Sep 4, 2012 7:38:42 PM (10 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/build-fw.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/build-fw.fth
r3274 r3281 242 242 fload ${BP}/dev/olpc/kb3700/spicmd.fth \ EC SPI Command Protocol 243 243 244 [ifdef] has-sp-kbd245 fload ${BP}/cpu/arm/olpc/spcmd.fth \ Security Processor communication protocol246 devalias keyboard /ap-sp/keyboard247 devalias mouse /ap-sp/mouse248 [then]249 250 244 : wlan-reset ( -- ) wlan-reset-gpio# gpio-clr d# 20 ms wlan-reset-gpio# gpio-set ; 251 245 … … 302 296 [then] 303 297 fload ${BP}/cpu/arm/olpc/usb.fth 298 299 [ifdef] has-sp-kbd 300 \ Load this after the USB driver so the ambiguous pathname /keyboard will 301 \ resolve to /ap-sp/keyboard instead of /usb/keyboard after a USB keyboard 302 \ has been attached. Manufacturing test scripts need that behavior. 303 fload ${BP}/cpu/arm/olpc/spcmd.fth \ Security Processor communication protocol 304 devalias keyboard /ap-sp/keyboard 305 devalias mouse /ap-sp/mouse 306 [then] 304 307 305 308 fload ${BP}/dev/olpc/mmp2camera/loadpkg.fth
Note: See TracChangeset
for help on using the changeset viewer.
