changeset 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 22c6f5bd7ffa
children 6a029ad28212
files CHANGES
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGES	Sat Jun 11 01:23:37 2016 +0000
@@ -0,0 +1,35 @@
+Changes in the current code since fc-host-tools-r4:
+
+* loadtools: added support for dsample (TI D-Sample) and fcfam (FreeCalypso
+  hardware family starting with FCDEV3B) targets.
+
+* loadagent: UART autodetection now works not only with Calypso boot ROM
+  version 0300 found in the common Calypso devices, but also with the older
+  version 0200 found in the older Calypso silicon on early D-Sample boards.
+
+* tiffs: added -O option to parse FFS images from the ancient 20020917 firmware
+  on the D-Sample.
+
+* rvinterf & fc-shell: added support for the experimental TCH rerouting feature
+  of FreeCalypso Citrine firmware.
+
+* Internal cleanup and refactoring in various places.
+
+Changes from fc-host-tools-r3 to fc-host-tools-r4:
+
+* Shellcode-based Compal phone break-in utility tfc139 reworked in a new way
+  that should work with all Mot C1xx firmwares beyond the original TFC139
+  target: see doc/Compal-unlock and doc/TFC139-breakin for the details.
+
+* Documentation and cosmetic code changes to reflect the new understanding of
+  TI's TM (Test Mode) predating ETM (Enhanced Test Mode): see doc/RVTMUX for
+  a detailed explanation.
+
+* Added support for the old non-enhanced Test Mode memory read command in the
+  form of fc-tmsh omr command, fc-fsio omemdump command and fc-olddump utility.
+
+* rvtdump and rvinterf recognize the old all-ASCII GPF trace format emitted by
+  the D-Sample firmware from 20020917 and print these traces as ASCII instead
+  of hex.
+
+* fc-dspapidump fixed to be independent of host byte order.