- Nov 10, 2015
-
-
Mitchel Humpherys authored
Aligning addresses is a handy thing to do when working with memory maps, etc. Add an `align' function to the bitops module for this purpose. Change-Id: I582e8c763119d13b718146f4ff837bfa75e9aa01
-
- Sep 26, 2015
-
-
Sarangdhar Joshi authored
In certain reset scenarios, Program Counter value is not retained across reset. Implement logic to approximate Program Counter based on other General Purpose Registers. This should help get the CPU context from crash dumps when original Program Counter value is NULL or invalid. Change-Id: Iacffc4103df1d482682bc7c1e6b83a55981ca78d
-
- 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
-