- Nov 20, 2017
-
-
Runmin Wang authored
Add support for detecting sdm855 target and parsing the ramdumps. Change-Id: I773b8d2fb968d9bf5c9d1d28802a04de9636eb38
-
- Nov 01, 2017
-
-
Soumen Ghosh authored
In the latest kernel version minidump_table structure got changed. Some emelments are removed. like smem_table, version. In those information anyhow is not being used in ramparser. So removed all those elements Change-Id: Ibce7ab2515737a7871c1f9df70d4eddee64bdc09
-
- Oct 24, 2017
-
-
Kaushal Kumar authored
Add support for detecting QCS605 target and parsing the ramdumps. Change-Id: I36197059621926f18a2649ea13e2537f5fe2081a
-
- Oct 11, 2017
-
-
Kaushal Kumar authored
Add support for detecting SDA670 target and parsing the ramdumps. Change-Id: Id52f49ccbf843789e1cce5e2249065ea96a9a953
-
- Sep 25, 2017
-
-
Lingutla Chandrasekhar authored
Add board, cache and tlb dump parsing support for sdm670. Change-Id: I8d3299ff2ea31a492d6845d7bf192d358eb859c2 Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
- Aug 02, 2017
-
-
wadesong authored
Add support for detecting SDX20 SoC info and hardware IDs. Change-Id: I39ea7b9d4446574e2012edfb7a33690281c9920b
-
- Jun 06, 2017
-
-
Shadab Naseem authored
Add support for detecting sdm450 target and parsing the ramdumps and cachedumps. Change-Id: I6d6626ff9827a7a85bbdbc4dbedab6974bdd7bb1
-
- May 26, 2017
-
-
Soumen Ghosh authored
A minidump supports fewer features than a full ramdump, but does not require the user to save all 4GB+ of memory. Instead a small subset of DDR is saved by crashscope as an elf file. Currently dmesg logs, rtb logs, and the cpu context parser are supported. Example usage: python ramparse.py --vmlinux <vmlinux> --minidump --ram-elf <elf_file> --ram-file <OCIMEM.bin> --everything Change-Id: Ib689b4811d66472ac20aa7c63893fdaed915512e
-
- Mar 21, 2017
-
-
Neeraj Upadhyay authored
Add kaslr-offset for parsing kaslr enabled dumps for SDM630. Change-Id: I0f81138d5b3fbfbbea7519ba67dd5b04d54e262c
-
Neeraj Upadhyay authored
Add kaslr-offset for parsing kaslr enabled dumps for SDM660. Change-Id: I3f92aba42cd58eab075cdbec0ca917fbd431ee13
-
- Mar 08, 2017
-
-
Kyle Yan authored
Add support for detecting sdm845 target and parsing the ramdumps. Change-Id: Id7bd04d1f3a35bbb35b66a20a2ee2e39b86126c1
-
- Jan 07, 2017
-
-
Venkatesh Yadav Abbarapu authored
Update the code name from msmfalcon/msmtriton to sdm660/sdm630. Change-Id: I5e0fcbb2399cac008b931eb5f641f6a1eadbd2ce
-
- Jan 05, 2017
-
-
Satyajit Desai authored
Add support for detecting msm8998 target and parsing the ramdumps. Change-Id: Ica2f3713cf4836dff7942536a6e72009b0478161
-
- Dec 22, 2016
-
-
Runmin Wang authored
Kaslr-offset in stored in imem by the kernel driver. This patch enables the parser to extract the required offset before parsing. Change-Id: Ie773a2e52989b0f2a83c19d39ffdba7f77911e39
-
- Dec 17, 2016
-
-
Patrick Daly authored
Update the target name according to the latest guidelines. Change-Id: I6c8ae233213aed1a6b57fc1b4eaf8f7b7b81b98d Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
- Nov 25, 2016
-
-
Amey Telawane authored
Add meta data for msmfalcon and msmtriton. This meta data will be used for parsing msmfalcon and msmtriton ramdumps. CRs-fixed: 1094184 Change-Id: I29ecd6f439f8f191bb91091f68a0536a272a4744
-
- Oct 25, 2016
-
-
Mohammed Khajapasha authored
Add support for detecting msm8940 and msm8920 target and parsing the ramdumps and cachedumps. Change-Id: I82ff0ffec41858937d08a3bc56fde4c50a642d8b
-
- Oct 05, 2016
-
-
Shashank Mittal authored
Add support for detecting msmcobalt target and parsing the ramdumps. CRs-Fixed: 1013327 Change-Id: I954bc09b5e594be8563a8e2228ba2e82b8731689
-
- Jul 21, 2016
-
-
Patrick Daly authored
Add support for detecting the californium target. Change-Id: I4ec2c37181eb625b4104e2621624a825493a14b1
-
Patrick Daly authored
The board number is intended to be a human readable identification value. Allowing this to be a string is more flexible. CRs-Fixed: 1013327 Change-Id: If523acafc54f5026680d18c95e4899fb0436599d
-
- May 10, 2016
-
-
Mitchel Humpherys authored
Somehow one of our boards has 9-space indentation. Fix this. CRs-Fixed: 1013327 Change-Id: Id0d4f51105e954567c745a64d35367159d50a6c4
-
- Feb 26, 2016
-
-
Prasad Sodagudi authored
Add support for detecting msm8917 target and parsing the ramdumps. Change-Id: I8014abc0f52a459bdcb7d94b09f4826ded74542c
-
Prasad Sodagudi authored
Add support for detecting APQ8953 target and parsing the ramdumps. Change-Id: I9529d2187ce70401d57ca14c4294c4a7cee2c810
-
- Jan 14, 2016
-
-
Vinay Varghese authored
Add support for detecting msm8953 target and parsing the ramdumps. Change-Id: Ie0ddf18e46ab20d0419609c1f84f2d5b0667be9c
-
- Nov 18, 2015
-
-
Prasad Sodagudi authored
Add support for detecting 8937 target and parsing the ramdumps. Change-Id: If487b01d02c634b8e9788ada07d408cd516af556
-
- Nov 10, 2015
-
-
Mitchel Humpherys authored
Currently there are "trace" print statements scattered throughout the code. These make the code harder to follow and aren't terribly useful. Remove them in favor of on-demand instrumentation or more sophisticated debugging methods (like a debugger). Change-Id: I70a91b8dca34566d48ed1f4902cba5b9f9b4de40
-
- Oct 14, 2015
-
-
Xiaogang Cui authored
Add support for detecting mdm9607 target and parsing the ramdumps. Change-Id: Iecdb8c5329bac4eda8ff5e8bb3c8906cd3158e93
-
- Sep 02, 2015
-
-
Pranshu Gupta authored
Modified boards.py for 8064 automotive for enable board Change-Id: I4602c9a43f4af5d38e53c9a671ede9c1b60535c0
-
- Jun 15, 2015
-
-
Xiaogang Cui authored
Add support for detecting 8976 target and parsing the ramdumps. Change-Id: I6d61e3fb4ff036b9a0f32be42bf1fd46e8e872e2
-
- Jun 10, 2015
-
-
Se Wang (Patrick) Oh authored
Add support for detecting 8096 target and parsing the ramdumps. Change-Id: Id4e74ad063c87f4674db59c2ea65cb21bf76d972
-
- Apr 11, 2015
-
-
Tingwei Zhang authored
Add support for detecting 8952 target and parsing the ramdumps. Change-Id: Ic7d41826325e38ad58791f0710e82cd7bbb0c325
-
- Mar 25, 2015
-
-
Sarangdhar Joshi authored
Add support for detecting the 8996 target and parsing the dumps. Change-Id: I8288790eaa78b07f3c2b70e97e16c55534f5b736
-
- Mar 10, 2015
-
-
Viveka Nand authored
Add support for detecting 8929 target and parsing the ramdumps. Change-Id: I044a93570b82857850957c8b8ebd23df7a9e0389
-
- Feb 09, 2015
-
-
Laura Abbott authored
The imem start address was missing for 9635. Add it. Change-Id: Iea221df9f91e7d7ac54393f50ce0ea6b257e7a66
-
- Dec 10, 2014
-
-
Sarangdhar Joshi authored
Add support for detecting 9640 target and parsing the ramdumps Change-Id: I085962bc75251b1f3e103546719119583d9baba5
-
- Dec 06, 2014
-
-
Shashank Mittal authored
Add support for detecting 8992 target and parsing the ramdumps. Change-Id: I06b88d67afdfea6a3c6867911c96ebe1317c2ce8
-
- Nov 27, 2014
-
-
Xiaogang Cui authored
Add support for detecting 8908 target and parsing the ramdumps. Change-Id: I9195e3ff47ed17ceffa2d634b3c827ea71d71559
-
- Oct 16, 2014
-
-
Xiaogang Cui authored
Add support for detecting 8909 target and parsing the ramdumps. Change-Id: I76a8b9366797a83d0a84fbb4894261488a94ed26
-
- Sep 05, 2014
-
-
Xiaogang Cui authored
Fix the wdog_addr offset in imem to parse the cpu context of TZ registers dump. Change-Id: I700ea3dd3c84c6434b80be5d83de004507b7505f
-
- Jul 18, 2014
-
-
Xiaogang Cui authored
Fix the t32 tool path for 8939 and 8936, and fix the cpu type in startup script. Change-Id: Ia1b7af9f80f2fb46a2b3c964630aecfe8b82e80a
-