# HG changeset patch # User Michael Spacefalcon # Date 1400184625 0 # Node ID 237bb836521dc2ecf530bf0e2e35fa19355b7edb # Parent db3b300da46535473d874910b48f3df8dd3944a3 starting to examine Tracfone's locked C139 bootloader diff -r db3b300da465 -r 237bb836521d .hgignore --- a/.hgignore Thu May 15 08:38:42 2014 +0000 +++ b/.hgignore Thu May 15 20:10:25 2014 +0000 @@ -8,6 +8,7 @@ ^compal/c118-newboot\. ^compal/c123-boot\. ^compal/c139-boot\. +^compal/c139-tfboot\. ^compal/c140-boot\. ^compal/c156-boot\. ^compal/osmovoodoo diff -r db3b300da465 -r 237bb836521d compal/Makefile --- a/compal/Makefile Thu May 15 08:38:42 2014 +0000 +++ b/compal/Makefile Thu May 15 20:10:25 2014 +0000 @@ -1,11 +1,13 @@ C118= c118-3.0.81.E-boot.bin C123= c123-boot.bin C139= c139-boot.90.04.bin +C139TF= c139-tfboot.bin C140= c140-boot.bin C156= c156-boot.90.05.bin GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ + c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ osmovoodoo osmovoodoo.bin @@ -41,6 +43,15 @@ c139-boot.hex: ${C139} hd ${C139} > $@ +c139-tfboot.dis16: ${C139TF} ${THUMBDIS} + ${THUMBDIS} ${C139TF} > $@ + +c139-tfboot.dis32: ${C139TF} ${ARMDIS} + ${ARMDIS} ${C139TF} > $@ + +c139-tfboot.hex: ${C139TF} + hd ${C139TF} > $@ + c140-boot.dis16: ${C140} ${THUMBDIS} ${THUMBDIS} ${C140} > $@ diff -r db3b300da465 -r 237bb836521d compal/c139-tfboot.bin Binary file compal/c139-tfboot.bin has changed