FreeCalypso > hg > freecalypso-tools
annotate CHANGES @ 44:b77005f6d315
loadtools: migration to /opt/freecalypso
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 05:55:04 +0000 |
parents | 380d2e1f4eb7 |
children | fb95b0493eca |
rev | line source |
---|---|
2
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 Changes in the current code since fc-host-tools-r4: |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 * loadtools: added support for dsample (TI D-Sample) and fcfam (FreeCalypso |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 hardware family starting with FCDEV3B) targets. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 * loadagent: UART autodetection now works not only with Calypso boot ROM |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 version 0300 found in the common Calypso devices, but also with the older |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 version 0200 found in the older Calypso silicon on early D-Sample boards. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 |
11
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
10 * loadtools support for C139/140 target: use -h compal -c 1004 command line |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
11 options instead of the previous -h compal -c 1003 to support the newer |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
12 versions of C139/140 boot code which expect "1004" instead of the more |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
13 familiar "1003" in the serially downloaded code image. The new -c 1004 |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
14 option ("1004" signature bytes) should work with all currently known |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
15 Mot/Compal boot code versions, thus -c 1003 is retained only for backward |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
16 compatibility with existing usage. |
21eec7569eb8
loadtools support for C139/140 target: -c 1004 compalstage variant
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
17 |
28
380d2e1f4eb7
CHANGES: fc-fsio changes since fc-host-tools-r4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
18 * fc-fsio: one can now type ls -l and not just the ll shorthand, |
380d2e1f4eb7
CHANGES: fc-fsio changes since fc-host-tools-r4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
19 pirelli-get-imei and pirelli-magnetite-init commands added (former |
380d2e1f4eb7
CHANGES: fc-fsio changes since fc-host-tools-r4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
20 fc-getpirimei and fc-pirhackinit separate utilities absorbed into fc-fsio), |
380d2e1f4eb7
CHANGES: fc-fsio changes since fc-host-tools-r4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
21 help facility added. |
380d2e1f4eb7
CHANGES: fc-fsio changes since fc-host-tools-r4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
22 |
2
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
23 * tiffs: added -O option to parse FFS images from the ancient 20020917 firmware |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
24 on the D-Sample. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
25 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
26 * rvinterf & fc-shell: added support for the experimental TCH rerouting feature |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
27 of FreeCalypso Citrine firmware. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
28 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
29 * Internal cleanup and refactoring in various places. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
30 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
31 Changes from fc-host-tools-r3 to fc-host-tools-r4: |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
32 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
33 * Shellcode-based Compal phone break-in utility tfc139 reworked in a new way |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
34 that should work with all Mot C1xx firmwares beyond the original TFC139 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
35 target: see doc/Compal-unlock and doc/TFC139-breakin for the details. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
36 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
37 * Documentation and cosmetic code changes to reflect the new understanding of |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
38 TI's TM (Test Mode) predating ETM (Enhanced Test Mode): see doc/RVTMUX for |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
39 a detailed explanation. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
40 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
41 * Added support for the old non-enhanced Test Mode memory read command in the |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
42 form of fc-tmsh omr command, fc-fsio omemdump command and fc-olddump utility. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
43 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
44 * rvtdump and rvinterf recognize the old all-ASCII GPF trace format emitted by |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
45 the D-Sample firmware from 20020917 and print these traces as ASCII instead |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
46 of hex. |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
47 |
803e4f4a3db6
CHANGES file added, following fc-host-tools releases
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
48 * fc-dspapidump fixed to be independent of host byte order. |