Changeset 2159
- Timestamp:
- Jan 31, 2011 1:36:17 AM (2 years ago)
- Files:
-
- 8 edited
-
cpu/arm/olpc/1.75/config.fth (modified) (1 diff)
-
cpu/arm/olpc/1.75/olpc.bth (modified) (1 diff)
-
cpu/x86/pc/biosload/config-olpc.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/config.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/olpc.bth (modified) (1 diff)
-
cpu/x86/pc/olpc/via/config.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/via/olpc.bth (modified) (1 diff)
-
dev/olpc/spiflash/spiui.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/config.fth
r2092 r2159 7 7 fload ${BP}/cpu/arm/olpc/1.75/addrs.fth 8 8 fload ${BP}/cpu/arm/mmp2/hwaddrs.fth 9 10 create machine-signature ," CL2" -
cpu/arm/olpc/1.75/olpc.bth
r2148 r2159 183 183 h# 10 buffer: signature 184 184 signature h# 10 blank 185 " CL2"signature swap move185 machine-signature count signature swap move 186 186 " ${FW_VERSION}" expand$ signature 6 + swap move 187 187 " Q4${FW_MAJOR}" expand$ signature d# 13 + swap move -
cpu/x86/pc/biosload/config-olpc.fth
r1074 r2159 29 29 create no-floppy-node 30 30 31 create machine-signature ," CL1" 32 31 33 fload ${BP}/cpu/x86/pc/biosload/addrs.fth 32 34 -
cpu/x86/pc/olpc/config.fth
r1488 r2159 38 38 \ create use-flash-nvram \ Store configuration variables in firmware FLASH 39 39 40 create machine-signature ," CL1" 41 40 42 fload ${BP}/cpu/x86/pc/olpc/addrs.fth 41 43 -
cpu/x86/pc/olpc/olpc.bth
r1191 r2159 89 89 h# 10 buffer: signature 90 90 signature h# 10 blank 91 " CL1"signature swap move91 machine-signature count signature swap move 92 92 " ${FW_VERSION}" expand$ signature 6 + swap move 93 93 " Q2${FW_MAJOR}" expand$ signature d# 13 + swap move -
cpu/x86/pc/olpc/via/config.fth
r1510 r2159 50 50 \ create use-flash-nvram \ Store configuration variables in firmware FLASH 51 51 52 create machine-signature ," CL1" 53 52 54 fload ${BP}/cpu/x86/pc/olpc/via/addrs.fth 53 55 -
cpu/x86/pc/olpc/via/olpc.bth
r2001 r2159 205 205 h# 10 buffer: signature 206 206 signature h# 10 blank 207 " CL1"signature swap move207 machine-signature count signature swap move 208 208 " ${FW_VERSION}" expand$ signature 6 + swap move 209 209 " Q3${FW_MAJOR}" expand$ signature d# 13 + swap move -
dev/olpc/spiflash/spiui.fth
r2158 r2159 70 70 ." Got firmware version: " 71 71 flash-buf h# f.ffc0 + dup h# 10 type cr ( adr ) 72 h# ffff.ffc0 3comp abort" Wrong machine signature"72 machine-signature count comp abort" Wrong machine signature" 73 73 74 74 ?crc … … 278 278 dup /flash <> abort" Wrong image length" ( adr len ) 279 279 2dup + h# 40 - ( adr len signature-adr ) 280 h# ffff.ffc0 3comp abort" Wrong machine signature"280 machine-signature count comp abort" Wrong machine signature" 281 281 ( adr len signature-adr ) 282 282 ." Firmware: " h# 10 type ( adr len )
Note: See TracChangeset
for help on using the changeset viewer.
