Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
  2. Jun 02, 2017
  3. May 31, 2017
  4. May 26, 2017
    • Soumen Ghosh's avatar
      lrdp-v2:minidump parsing support add in ramparser · 687e1bab
      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
      687e1bab
    • lnx build's avatar
      Merge "lrdp_v2: Add proper check for length of dump data lookup table" into... · 796dac47
      lnx build authored
      Merge "lrdp_v2: Add proper check for length of dump data lookup table" into opensource-tools.lnx.1.0-dev.1.0
      796dac47
  5. May 24, 2017
  6. May 23, 2017
  7. May 19, 2017
  8. May 18, 2017
  9. May 17, 2017
  10. May 16, 2017
    • Sri Krishna Chaitanya Madireddy's avatar
      ldrp-v2: scandump: Add support for sdm845. · ff043947
      Sri Krishna Chaitanya Madireddy authored
      Scandump parser has been modified to generate per cpu cmm files.
      Extract 8 Core bin files from ramdump (offset:0x130 - 0x137)
      and call scandumpwrapper from parse_scandump_per_cpu.
      With MAX_NUM_ENTRIES in ramdump increased to 0x140.
      
      Change-Id: Ic215c9928ba28143a5bf307b67be69d2d06db436
      ff043947
  11. May 11, 2017
  12. May 08, 2017
  13. May 02, 2017
  14. May 01, 2017
  15. Apr 27, 2017
  16. Apr 24, 2017
  17. Apr 13, 2017
    • Prakash Gupta's avatar
      lrdp-v2: fix printout memory attributes · dfbbf22f
      Prakash Gupta authored
      Fix UnboundLocalError for local variable
      'attr_indx_str' referenced before assignment
      
      ----------begin IOMMU----------
      !!! Exception while running IOMMU
      Traceback (most recent call last):
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\ramparse.py", line 376, in <module>
          p.cls(dump).parse()
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\parsers\iommu.py", line 352, in parse
          parse_aarch64_tables(self.ramdump, d, domain_num)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 444, in parse_aarch64_tables
          flat_mapping = create_flat_mappings(ramdump, d.pg_table, d.level)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 403, in create_flat_mappings
          tmp_mapping)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 336, in parse_2nd_level_table
          page_size, attr_indx, shareability, xn_bit, True)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 185, in add_flat_mapping
          map = FlatMapping(virt, phy_addr, map_type_str, page_size, attr_indx_str,
      UnboundLocalError: local variable 'attr_indx_str' referenced before assignment
      ------------end IOMMU----------
      
      Change-Id: I604c920ef302ee9f53d31aa7a0c6edf20c25e7c9
      Fixes: If05b35e7855 ("lrdp-v2: Change to printout memory attributes")
      dfbbf22f
    • Mohammed Khajapasha's avatar
      ldrpv2: cachedumlib: Correct the L1 ICache dump format for A53 · 643ee35d
      Mohammed Khajapasha authored
      Correcting the A53 ICache dump format for parsing the instruction cache
      dump.
      
      Change-Id: Idc2d9dcba1a879461e4470fa9afdb162c50f251b
      643ee35d
  18. Apr 06, 2017
  19. Apr 04, 2017
  20. Mar 30, 2017
  21. Mar 29, 2017
  22. Mar 28, 2017
  23. Mar 27, 2017
    • Patrick Daly's avatar
      lrdp-v2: Introduce read_s64 · deb67d8f
      Patrick Daly authored
      Add a function for reading a signed 64 bit value from a ramdump.
      
      Change-Id: Ic7e5a8a7cb9d5fd551ffb2c3add2499a25aff540
      deb67d8f
Loading