comparison CHANGES @ 2:803e4f4a3db6

CHANGES file added, following fc-host-tools releases
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Jun 2016 01:23:37 +0000
parents
children 21eec7569eb8
comparison
equal deleted inserted replaced
1:22c6f5bd7ffa 2:803e4f4a3db6
1 Changes in the current code since fc-host-tools-r4:
2
3 * loadtools: added support for dsample (TI D-Sample) and fcfam (FreeCalypso
4 hardware family starting with FCDEV3B) targets.
5
6 * loadagent: UART autodetection now works not only with Calypso boot ROM
7 version 0300 found in the common Calypso devices, but also with the older
8 version 0200 found in the older Calypso silicon on early D-Sample boards.
9
10 * tiffs: added -O option to parse FFS images from the ancient 20020917 firmware
11 on the D-Sample.
12
13 * rvinterf & fc-shell: added support for the experimental TCH rerouting feature
14 of FreeCalypso Citrine firmware.
15
16 * Internal cleanup and refactoring in various places.
17
18 Changes from fc-host-tools-r3 to fc-host-tools-r4:
19
20 * Shellcode-based Compal phone break-in utility tfc139 reworked in a new way
21 that should work with all Mot C1xx firmwares beyond the original TFC139
22 target: see doc/Compal-unlock and doc/TFC139-breakin for the details.
23
24 * Documentation and cosmetic code changes to reflect the new understanding of
25 TI's TM (Test Mode) predating ETM (Enhanced Test Mode): see doc/RVTMUX for
26 a detailed explanation.
27
28 * Added support for the old non-enhanced Test Mode memory read command in the
29 form of fc-tmsh omr command, fc-fsio omemdump command and fc-olddump utility.
30
31 * rvtdump and rvinterf recognize the old all-ASCII GPF trace format emitted by
32 the D-Sample firmware from 20020917 and print these traces as ASCII instead
33 of hex.
34
35 * fc-dspapidump fixed to be independent of host byte order.