FreeCalypso > hg > freecalypso-reveng
comparison compal/Makefile @ 161:237bb836521d
starting to examine Tracfone's locked C139 bootloader
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 15 May 2014 20:10:25 +0000 |
parents | db3b300da465 |
children | 05d2d34f5015 |
comparison
equal
deleted
inserted
replaced
160:db3b300da465 | 161:237bb836521d |
---|---|
1 C118= c118-3.0.81.E-boot.bin | 1 C118= c118-3.0.81.E-boot.bin |
2 C123= c123-boot.bin | 2 C123= c123-boot.bin |
3 C139= c139-boot.90.04.bin | 3 C139= c139-boot.90.04.bin |
4 C139TF= c139-tfboot.bin | |
4 C140= c140-boot.bin | 5 C140= c140-boot.bin |
5 C156= c156-boot.90.05.bin | 6 C156= c156-boot.90.05.bin |
6 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ | 7 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ |
7 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ | 8 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ |
8 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ | 9 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ |
10 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ | |
9 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ | 11 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ |
10 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ | 12 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ |
11 osmovoodoo osmovoodoo.bin | 13 osmovoodoo osmovoodoo.bin |
12 ARMDIS= ../arm7dis/armdis | 14 ARMDIS= ../arm7dis/armdis |
13 THUMBDIS=../arm7dis/thumbdis | 15 THUMBDIS=../arm7dis/thumbdis |
39 ${ARMDIS} ${C139} > $@ | 41 ${ARMDIS} ${C139} > $@ |
40 | 42 |
41 c139-boot.hex: ${C139} | 43 c139-boot.hex: ${C139} |
42 hd ${C139} > $@ | 44 hd ${C139} > $@ |
43 | 45 |
46 c139-tfboot.dis16: ${C139TF} ${THUMBDIS} | |
47 ${THUMBDIS} ${C139TF} > $@ | |
48 | |
49 c139-tfboot.dis32: ${C139TF} ${ARMDIS} | |
50 ${ARMDIS} ${C139TF} > $@ | |
51 | |
52 c139-tfboot.hex: ${C139TF} | |
53 hd ${C139TF} > $@ | |
54 | |
44 c140-boot.dis16: ${C140} ${THUMBDIS} | 55 c140-boot.dis16: ${C140} ${THUMBDIS} |
45 ${THUMBDIS} ${C140} > $@ | 56 ${THUMBDIS} ${C140} > $@ |
46 | 57 |
47 c140-boot.dis32: ${C140} ${ARMDIS} | 58 c140-boot.dis32: ${C140} ${ARMDIS} |
48 ${ARMDIS} ${C140} > $@ | 59 ${ARMDIS} ${C140} > $@ |