aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2017-06-09 08:11:35 +0100
committerMike Leach <mike.leach@linaro.org>2017-06-19 13:00:49 +0100
commit76c875a43dd7410f627e9eeb668b63076ed554bb (patch)
tree8a69428acccaeec2a5a6cfc89b5c2e9d03ec3bbf /TODO
parent8ebec80fb10e30046ddcd5c1e5a7f7d66f693740 (diff)
downloadOpenCSD-76c875a43dd7410f627e9eeb668b63076ed554bb.tar.gz
opencsd: update README, HOWTO and versions for v0.6
Update version information files. Update README.md to describe new version updates. Update HOWTO.md for additional perf build option. Signed-off-by: Mike Leach <mike.leach@linaro.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 2 insertions, 14 deletions
diff --git a/TODO b/TODO
index e705a82..1dbb6dd 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,3 @@
-* Decode Tree API updates.
--> Re-factor the decode tree API to:
- 1) Use new structure to enable custom decoders - may be proprietary / binaries to
- be used in the decoder structure.
- 2) Make it easier to add a new decoder to the library source, without the overhead of
- doing all the creation fns.
-
-* STM "full decode".
--> This is simply to come up with a generic packet format that will consist of
- Master+Channel+<payload>, where <payload> is [data]+[TS]+[marker/flag]. This
- combines a number of packets from the raw STPv2 format.
-
* ETMv4/PTM - decoder updates to handle advanced configuration.
-> Certain (currently unused by perf / current hardware) configuration settings
can alter the format of the trace output. One example is Return Stack -
@@ -26,6 +14,6 @@
the instruction trace.
Cortex-A cores do not support this architecturally. On R and M profile cores it
-is an option. There are scenrios in future that could see linux on R cores, plus
+is an option. There are scenarios in future that could see linux on R cores, plus
on something like Juno it is possible to switch on trace for the SCP
-(M class processor). So at some point data trace
+(M class processor). So at some point data trace may be required.