Changeset 3066
- Timestamp:
- Jul 13, 2012 4:29:46 AM (11 months ago)
- Location:
- cpu
- Files:
-
- 5 edited
-
arm/olpc/1.75/fw-version.fth (modified) (1 diff)
-
arm/olpc/3.0/fw-version.fth (modified) (1 diff)
-
arm/olpc/cl4/fw-version.fth (modified) (1 diff)
-
x86/pc/olpc/versions.fth (modified) (1 diff)
-
x86/pc/olpc/via/fw-version.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/fw-version.fth
r3045 r3066 3 3 macro: FW_MAJOR D 4 4 macro: FW_MINOR 20 5 6 \ Create a 2-character build/fw-suffix file to personalize your test builds 7 " fw-suffix" $file-exists? [if] 8 " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf 9 " FW_MINOR" $set-macro 10 [then] -
cpu/arm/olpc/3.0/fw-version.fth
r2804 r3066 3 3 macro: FW_MAJOR A 4 4 macro: FW_MINOR 04 5 6 \ Create a 2-character build/fw-suffix file to personalize your test builds 7 " fw-suffix" $file-exists? [if] 8 " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf 9 " FW_MINOR" $set-macro 10 [then] -
cpu/arm/olpc/cl4/fw-version.fth
r3063 r3066 2 2 macro: FW_PREFIX Q6 3 3 macro: FW_MAJOR A 4 macro: FW_MINOR 00ma 4 macro: FW_MINOR 00 5 6 \ Create a 2-character build/fw-suffix file to personalize your builds 7 " fw-suffix" $file-exists? [if] 8 " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf 9 " FW_MINOR" $set-macro 10 [then] -
cpu/x86/pc/olpc/versions.fth
r3043 r3066 4 4 macro: FW_MAJOR F 5 5 macro: FW_MINOR 13 6 7 \ Create a 2-character build/fw-suffix file to personalize your test builds 8 " fw-suffix" $file-exists? [if] 9 " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf 10 " FW_MINOR" $set-macro 11 [then] 6 12 7 13 \ The EC microcode -
cpu/x86/pc/olpc/via/fw-version.fth
r3044 r3066 2 2 macro: FW_MAJOR C 3 3 macro: FW_MINOR 08 4 5 \ Create a 2-character build/fw-suffix file to personalize your test builds 6 " fw-suffix" $file-exists? [if] 7 " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf 8 " FW_MINOR" $set-macro 9 [then]
Note: See TracChangeset
for help on using the changeset viewer.
