Skip to content
Snippets Groups Projects
  1. Oct 21, 2016
    • Avinash Jain's avatar
      lrdp_v2: config value changes · 3aa49913
      Avinash Jain authored
      Config value is changed from CONFIG_ARM64_PGTABLE_LEVELS
      to CONFIG_PGTABLE_LEVELS in 3.18.
      vmemmap is shifted to base addr (0x80000000):
      commit ab754494cbe4dd44a9e1354b3d93c8d5d5139aad
      
      Change-Id: Ib6fa6e1b780db5117f8a750003216794d9cedeea
      3aa49913
  2. Oct 12, 2016
  3. Oct 08, 2016
  4. Oct 07, 2016
    • Prashanth Bhatta's avatar
      lrdp-v2: Parse WLAN module as part of parser · 0775e624
      Prashanth Bhatta authored
      Customers normally share extracted logs from RAMDUMP because of
      various reasons including security and to protect personal
      information. Add support to extract WLAN module debug details so
      that customer issues can be triaged easily.
      
      CRs-fixed: 1074311
      Change-Id: If7a3f2c6ed990d9203ea93c8e0688c5c44f13c53
      0775e624
  5. Oct 05, 2016
  6. Sep 21, 2016
  7. Sep 10, 2016
  8. Sep 09, 2016
  9. Sep 08, 2016
  10. Sep 06, 2016
    • Shiraz Hashim's avatar
      lrdp-v2: Refine AARCH64 page table format parsing · 22b531a0
      Shiraz Hashim authored
      Presently, we can have combination of legacy msm_iommu
      or arm-smmu driver managed iommu domain. Further the page
      table format also may differ in these respective managed
      domains. While with arm-smmu driver, we only use armv8
      page table format, with legacy msm_iommu driver we can
      support both armv7s and armv8 format page tables.
      
      Refactor the code to distinguish respective domain as to
      what pagetable format it supports and accordingly call
      corresponding page table parser.
      
      Change-Id: I71479dc70d93124603f6bd5403296efa4e6dfdeb
      22b531a0
  11. Sep 02, 2016
  12. Aug 20, 2016
  13. Aug 13, 2016
  14. Aug 04, 2016
  15. Jul 21, 2016
  16. Jul 19, 2016
    • Patrick Daly's avatar
      lrdp-v2: Use 'rb' mode when opening DDR files · 8362a3f3
      Patrick Daly authored
      Calling read_byte() on windows may return the empty string '' prior
      to the end of the file without opening the file in 'rb' mode.
      
      The 'rb' mode was removed by
      commit 5743b613
      ("lrdp-v2: ramdump: Fix autoparse for some targets.")
      
      Change-Id: Ibea608112400c06a9adc6f1fd3b4842a87717846
      8362a3f3
  17. Jul 11, 2016
  18. Jul 06, 2016
    • Jonathan Avila's avatar
      lrdp-v2: ramdump: Fix autoparse for some targets. · 5743b613
      Jonathan Avila authored
      Add support for parsing dump_info.txt and load.cmm to properly set phys
      offset and find the base addresses of memory files.
      
      This change fixed autoparse on a few targets, though may not apply to all
      platforms and situations.
      
      Changes based heavily on those made from a prior change.
      See Change-Id: I4be54a48a659ac1e6346d9178d19a8b40e2e1b6d
      
      CRs-Fixed: 1038185
      Change-Id: If98a4073e9afc98fd3903e606539b9e4e9ca2c51
      5743b613
  19. Jun 29, 2016
    • Liam Mark's avatar
      lrdp-v2: check for NULL pgtbl_ops · 300f50ee
      Liam Mark authored
      Ensure we don't try to parse the page tables for an arm_smmu_domain
      where the pgtbl_ops is NULL.
      
      CRs-Fixed: 1034128
      Change-Id: If9e63e27a052ed45ad3c187983311acdc3376579
      300f50ee
    • Liam Mark's avatar
      lrdp-v2: support for arm_smmu_domain container of iommu_domain · a6485a35
      Liam Mark authored
      The arm_smmu_domain is no longer stored in the iommu_domain priv
      field, from kernel version 4.1 the arm_smmu_domain is a container
      of iommu_domain.
      
      Add support for this configuration.
      
      CRs-Fixed: 1034128
      Change-Id: I949ec4a24a7dedc394aedc3e6e30e64f34ca3715
      a6485a35
  20. Jun 03, 2016
  21. May 13, 2016
  22. May 10, 2016
  23. Apr 28, 2016
    • Kyle Yan's avatar
      lrdp-v2: Timerlist support for kernel 4.2 onwards · 0d74586c
      Kyle Yan authored
      Timerlist structure changed for kernel 4.2. Added extra
      parsing function to get timerlist dumps for kernel 4.2
      Commit ID for kernel changes:
      
      1dabbcec2: timer: Use hlist for the timer wheel hash buckets
      0eeda71bc: timer: Replace timer base by a cpu index
      
      CRs-Fixed: 981273
      Change-Id: I163ef37d118914486c6e9b77ee80b2317c37c5b6
      0d74586c
    • Susheel Khiani's avatar
      lrdp-v2: Add support for AARCH64 page table format · 5162ebea
      Susheel Khiani authored
      Some clients can generate 48/49 bit virtual address.
      Enhance ramdump parser to add support for this page
      table format.
      
      Change-Id: I46d803e7fcecadc73e0ccca3422d586c00ecc610
      5162ebea
  24. Apr 19, 2016
  25. Apr 14, 2016
    • David Garibaldi's avatar
      lrdpv2: Make QDSS binary data parsing optional · d025a0db
      David Garibaldi authored
      Debug image parsing currently includes QDSS ETM and ETR binary data
      parsing by default. However, these two parsing operations can take a
      significant amount of time if either of their respective data buffers
      are very large. Furthermore, this binary data is not needed for most
      common debug image parsing use cases.
      
      Add an argument to optionally disable QDSS ETM and ETR binary data
      parsing when debug image parsing has also been selected.
      
      Change-Id: Iab25c15d00dde1bb5dfafb3149e6e55760fd6291
      d025a0db
  26. Apr 13, 2016
  27. Apr 03, 2016
  28. Mar 24, 2016
  29. Mar 23, 2016
  30. Mar 09, 2016
Loading