- Nov 17, 2015
-
-
Mitchel Humpherys authored
Rename addr_lookup to address_of to match common terminology more closely. Change-Id: I7fc744ce88d1f8880f13dfbf83fb0efcbe9ba0f2
-
- Apr 21, 2015
-
-
Xiaogang Cui authored
Add support to parse DBGUI register dump in debug image and generate a txt file with DBGUI register information. Change-Id: I7771a470a67dbe7d84144a4c9c4da1c6287fd524
-
- Dec 08, 2014
-
-
Pratik Patel authored
Address the corner case where we end up in a continuous (almost inifinite) loop when blk value equals rwpval. Change the condition from blk < rwpval to blk <= rwpval to fix this. Change-Id: I67923f3fa681e64eaff1821be7ae9805f66d47df
-
- Apr 24, 2014
-
-
Sarangdhar Joshi authored
Add support to dump trace data when scatter gather feature is enabled for TMC ETR configuration Change-Id: I6ca3e161326efbf42f44775775bd5eff8553a383
-
Aparna Das authored
Add support to locate TMC trace buffer in memory when the address width is greater than 32 bits. Change-Id: I7d916a6f9cfe0312764702b67d410778eaa55a04
-
Aparna Das authored
Add support to the ramdump parser to parse debug image v2 format. Current support is for parsing cpu context and QDSS dumps. Change-Id: Ic7437e3b999845d607366bcf727f00078f81915a
-
- Jan 25, 2014
-
-
Laura Abbott authored
Several imports were dropped during code refactor. Re-add them. Change-Id: I29b6d680c19400f1e246891ec0e32730f8a6424c
-
- Jan 03, 2014
-
-
Laura Abbott authored
After a crash, ramdumps may be collected for analysis. The ram parser is a tool to aid in analysis of these dumps. The script extracts useful information from the dumps to help with debugging. Please see the README for full details. Change-Id: I7795686a96bbfe246edf47d09e3f616131688429
-