Changeset 3064
- Timestamp:
- Jul 13, 2012 3:33:40 AM (10 months ago)
- Files:
-
- 15 edited
-
cpu/arm/olpc/1.75/config.fth (modified) (1 diff)
-
cpu/arm/olpc/1.75/keyject.bth (modified) (2 diffs)
-
cpu/arm/olpc/1.75/olpc.bth (modified) (2 diffs)
-
cpu/arm/olpc/3.0/config.fth (modified) (1 diff)
-
cpu/arm/olpc/3.0/olpc.bth (modified) (2 diffs)
-
cpu/arm/olpc/build-fw.fth (modified) (1 diff)
-
cpu/arm/olpc/cl4/config.fth (modified) (1 diff)
-
cpu/arm/olpc/cl4/olpc.bth (modified) (3 diffs)
-
cpu/x86/pc/olpc/addrs.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/keyject.bth (modified) (2 diffs)
-
cpu/x86/pc/olpc/olpc.bth (modified) (2 diffs)
-
cpu/x86/pc/olpc/via/addrs.fth (modified) (1 diff)
-
cpu/x86/pc/olpc/via/keyject.bth (modified) (2 diffs)
-
cpu/x86/pc/olpc/via/olpc.bth (modified) (2 diffs)
-
dev/olpc/spiflash/spiui.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/config.fth
r3057 r3064 18 18 h# f.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 19 19 h# f.ffd8 constant crc-offset 20 h# f.ffc0 constant signature-offset 20 21 21 22 h# 10.0000 constant /rom \ Total size of SPI FLASH -
cpu/arm/olpc/1.75/keyject.bth
r3053 r3064 168 168 169 169 \ Insert the revision signature 170 /rom h# 40 - ofd @ fseek171 170 h# 10 buffer: signature 172 171 signature h# 10 blank … … 174 173 " ${FW_VERSION}" expand$ signature 6 + swap move 175 174 " ${FW_PREFIX}${FW_MAJOR}" expand$ signature d# 13 + swap move 175 signature-offset ofd @ fseek 176 176 signature h# 10 ofd @ fputs 177 177 -
cpu/arm/olpc/1.75/olpc.bth
r3049 r3064 160 160 161 161 \ Insert the revision signature 162 /rom h# 40 - ofd @ fseek163 162 h# 10 buffer: signature 164 163 signature h# 10 blank … … 166 165 " ${FW_VERSION}" expand$ signature 6 + swap move 167 166 " ${FW_PREFIX}${FW_MAJOR}" expand$ signature d# 13 + swap move 167 signature-offset ofd @ fseek 168 168 signature h# 10 ofd @ fputs 169 169 -
cpu/arm/olpc/3.0/config.fth
r3057 r3064 17 17 h# f.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 18 18 h# f.ffd8 constant crc-offset 19 h# f.ffc0 constant signature-offset 19 20 20 21 h# 10.0000 constant /rom \ Total size of SPI FLASH -
cpu/arm/olpc/3.0/olpc.bth
r3049 r3064 163 163 164 164 \ Insert the revision signature 165 /rom h# 40 - ofd @ fseek166 165 h# 10 buffer: signature 167 166 signature h# 10 blank … … 169 168 " ${FW_VERSION}" expand$ signature 6 + swap move 170 169 " ${FW_PREFIX}${FW_MAJOR}" expand$ signature d# 13 + swap move 170 signature-offset ofd @ fseek 171 171 signature h# 10 ofd @ fputs 172 172 -
cpu/arm/olpc/build-fw.fth
r3060 r3064 328 328 329 329 " /openprom" find-device 330 flash-open pad d# 16 2dup h# fffc0flash-read ( adr len )330 flash-open pad d# 16 2dup signature-offset flash-read ( adr len ) 331 331 " model" string-property 332 332 -
cpu/arm/olpc/cl4/config.fth
r3057 r3064 12 12 13 13 h# 1f.0000 constant mfg-data-offset \ Offset to manufacturing data area in SPI FLASH 14 h# 10.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 15 h# 1e.ffd8 constant crc-offset 14 h# 20.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 15 h# 1e.ffd0 constant crc-offset 16 h# 1e.ffc0 constant signature-offset 16 17 17 18 h# 20.0000 constant /rom \ Total size of SPI FLASH -
cpu/arm/olpc/cl4/olpc.bth
r3055 r3064 164 164 165 165 \ Insert the revision signature 166 /rom h# 40 - ofd @ fseek167 166 h# 10 buffer: signature 168 167 signature h# 10 blank … … 170 169 " ${FW_VERSION}" expand$ signature 6 + swap move 171 170 " ${FW_PREFIX}${FW_MAJOR}" expand$ signature d# 13 + swap move 171 signature-offset ofd @ fseek 172 172 signature h# 10 ofd @ fputs 173 173 … … 175 175 /rom buffer: filebuf 176 176 177 \ Read the entire image, compute the CRC, and store it h# 28 from the end177 \ Read the entire image, compute the CRC, and store it in the CRC location 178 178 0 ofd @ fseek 179 179 filebuf /rom ofd @ fgets /rom <> abort" Can't read back image" -
cpu/x86/pc/olpc/addrs.fth
r2015 r3064 79 79 h# f.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 80 80 h# f.ffd0 constant crc-offset 81 h# f.ffc0 constant signature-offset 81 82 82 83 fload ${BP}/cpu/x86/pc/virtaddr.fth -
cpu/x86/pc/olpc/keyject.bth
r3058 r3064 116 116 117 117 \ Insert the revision signature 118 /rom h# 40 - ofd @ fseek119 118 h# 10 buffer: signature 120 119 signature h# 10 blank … … 122 121 " ${FW_VERSION}" expand$ signature 6 + swap move 123 122 " Q2${FW_MAJOR}" expand$ signature d# 13 + swap move 123 signature-offset ofd @ fseek 124 124 signature h# 10 ofd @ fputs 125 125 -
cpu/x86/pc/olpc/olpc.bth
r2866 r3064 108 108 109 109 \ Insert the revision signature 110 /rom h# 40 - ofd @ fseek111 110 h# 10 buffer: signature 112 111 signature h# 10 blank … … 114 113 " ${FW_VERSION}" expand$ signature 6 + swap move 115 114 " Q2${FW_MAJOR}" expand$ signature d# 13 + swap move 115 signature-offset ofd @ fseek 116 116 signature h# 10 ofd @ fputs 117 117 -
cpu/x86/pc/olpc/via/addrs.fth
r2015 r3064 112 112 h# f.0000 constant mfg-data-end-offset \ Offset to end of manufacturing data area in SPI FLASH 113 113 h# f.ffd4 constant crc-offset 114 h# f.ffc0 constant signature-offset 114 115 115 116 fload ${BP}/cpu/x86/pc/virtaddr.fth -
cpu/x86/pc/olpc/via/keyject.bth
r3058 r3064 213 213 214 214 \ Insert the revision signature 215 /rom h# 40 - ofd @ fseek216 215 h# 10 buffer: signature 217 216 signature h# 10 blank … … 219 218 " ${FW_VERSION}" expand$ signature 6 + swap move 220 219 " Q3${FW_MAJOR}" expand$ signature d# 13 + swap move 220 signature-offset ofd @ fseek 221 221 signature h# 10 ofd @ fputs 222 222 -
cpu/x86/pc/olpc/via/olpc.bth
r2709 r3064 205 205 206 206 \ Insert the revision signature 207 /rom h# 40 - ofd @ fseek208 207 h# 10 buffer: signature 209 208 signature h# 10 blank … … 211 210 " ${FW_VERSION}" expand$ signature 6 + swap move 212 211 " Q3${FW_MAJOR}" expand$ signature d# 13 + swap move 212 signature-offset ofd @ fseek 213 213 signature h# 10 ofd @ fputs 214 214 -
dev/olpc/spiflash/spiui.fth
r3049 r3064 74 74 75 75 ." Got firmware version: " 76 flash-buf h# f.ffc0+ dup h# 10 type cr ( adr )76 flash-buf signature-offset + dup h# 10 type cr ( adr ) 77 77 signature$ comp abort" Wrong machine signature" 78 78
Note: See TracChangeset
for help on using the changeset viewer.
