Skip to content
Snippets Groups Projects
  1. Apr 02, 2018
  2. Mar 07, 2018
  3. Mar 03, 2018
  4. Mar 01, 2018
  5. Feb 27, 2018
  6. Feb 26, 2018
  7. Feb 23, 2018
  8. Feb 16, 2018
    • Patrick Daly's avatar
      lrdp: iommu: fix page table parsing · 137cd66a
      Patrick Daly authored
      New kernel versions have altered the definition of
      'struct arm_lpae_io_pgtable'. Get the required values from
      'struct io_pgtable_cfg' instead.
      
      Change-Id: Idf91c0efdddb58cdb0130d8a97e4757d05925850
      137cd66a
    • Patrick Daly's avatar
      lrdp: Add phys_to_virt · 6cef78cd
      Patrick Daly authored
      Support for kernels older than 4.4 will be added as required.
      
      Change-Id: I0b876303f6f258dedc6133dcfa2b23f5185b69bb
      6cef78cd
  9. Feb 14, 2018
  10. Feb 10, 2018
  11. Feb 09, 2018
  12. Feb 06, 2018
  13. Jan 31, 2018
  14. Jan 30, 2018
  15. Jan 29, 2018
  16. Jan 24, 2018
    • Patrick Daly's avatar
      lrdp: Add additional error checking for --autodump · 70984a34
      Patrick Daly authored
      Verify that files exist before checking file size.
      
      Change-Id: Icb55984bf33a677594726345f4c82c55c2948134
      70984a34
    • Patrick Daly's avatar
      lrdp: iommulib: Add fast-map support · 0ed70037
      Patrick Daly authored
      Fast map uses a different io-pgtable implementation. Detect this
      and use fast-map data structures instead where required.
      
      Change-Id: I2d2cdbd2427aea4ffa4896bbc63b6d57c9c66f32
      0ed70037
    • Patrick Daly's avatar
      lrdp: rbtree: Support error recovery during tree iteration · 32c4833f
      Patrick Daly authored
      In some cases it may be possible to detect whether an rbtree is corrupted.
      Skip over any corrupted nodes, and their children, while iterating.
      Additionally, log a message whenever a bad entry is detected. This behavior
      may be enabled by the client by setting the 'logger' and 'debug' properties
      for a particular instance of an RbTree.
      
      Modify the --print-ionbuffer parser to use the new RbTree implementation.
      
      Change-Id: I2ed2364b5e7d42ee009a0a49876feb82ab0fa78c
      32c4833f
  17. Jan 23, 2018
  18. Jan 13, 2018
  19. Jan 12, 2018
    • Patrick Daly's avatar
      lrdp: debug_image: Support guest VM cpu register dump tables · d9434874
      Patrick Daly authored
      The hypervisor may populate an imem cookie with the location of
      a standard dump table, instead of using the table allocated by linux.
      Read the table location from this cookie instead of relying on the
      linux variable 'memdump'.
      On error, fall back to the old approach of reading from 'memdump'.
      
      Change-Id: Id99bb643fb7f35de79ff7308a999cc2143d7aff0
      d9434874
  20. Jan 11, 2018
  21. Jan 09, 2018
  22. Jan 08, 2018
  23. Jan 02, 2018
    • wadesong's avatar
      lrdp-v2: Refine MSM clock availability checking · 3e233452
      wadesong authored
      LRDP-v2 is currently using the kernel version to judge if MSM
      common clock is available on a system, which is inaccurate on
      MSM8996_AU platform.
      
      Change the clock dumping code to use the availability of macro
      CONFIG_COMMON_CLK_MSM to judge if MSM common clock is used on
      a platform.
      
      Change-Id: Ic12ef5a249fb8b7c0f9633a6c8b9cdb23d0d39b4
      3e233452
  24. Dec 18, 2017
  25. Dec 16, 2017
  26. Dec 15, 2017
Loading