Changeset 3181
- Timestamp:
- Aug 16, 2012 4:16:12 AM (9 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
build-fw.fth (modified) (1 diff)
-
ecflash.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/build-fw.fth
r3180 r3181 196 196 197 197 : ec-spi-reprogrammed ( -- ) 198 edi-spi-start198 use-edi-spi spi-start 199 199 set-ec-reboot 200 200 unreset-8051 201 use-ssp-spi 201 202 ; 202 203 203 204 : ignore-power-button ( -- ) 204 edi-spi-start205 use-edi-spi 205 206 edi-open-active 206 207 ['] reset-8051 catch if -
cpu/arm/olpc/ecflash.fth
r3152 r3181 67 67 set-ec-reboot 68 68 unreset-8051 69 use-ssp-spi 69 70 [then] 70 71 ec-power-cycle … … 80 81 use-edi-spi edi-open 81 82 flash-buf /ec-flash 0 edi-read-flash 83 use-ssp-spi 82 84 [then] 83 85 ;
Note: See TracChangeset
for help on using the changeset viewer.
