Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
    • Kumar Harsh's avatar
      ldrp_V2 : Support increased length in Linux banner string · a2583fc2
      Kumar Harsh authored
      
      This patch fixes the need for a hard coded value
      to specify upper limit on length of the Linux Banner.
      
      get_version() inside ramdump.py has been renamed to
      get_matched_version() to reflect the true nature of
      the function.
      
      Added a variable banner_len in get_matched_version()
      which is the length of linux_banner returned by
      gdbmi.get_value_of_string('linux_banner').
      This variable is further passed to read_cstring()
      function to specify the max limit of characters to
      be read. We are dynamically calculating the length
      using gdb to read linux banner.
      
      Change-Id: I571882a5999c26ccd8accd90b26d0149c839633b
      Signed-off-by: default avatarKumar Harsh <harkumar@codeaurora.org>
      a2583fc2
  2. Sep 20, 2018
  3. Sep 19, 2018
  4. Sep 12, 2018
  5. Sep 07, 2018
  6. Sep 05, 2018
  7. Aug 29, 2018
  8. Aug 28, 2018
  9. Aug 22, 2018
  10. Aug 21, 2018
  11. Aug 17, 2018
  12. Aug 16, 2018
  13. Aug 15, 2018
  14. Aug 13, 2018
  15. Aug 10, 2018
  16. Aug 06, 2018
  17. Aug 04, 2018
  18. Aug 02, 2018
  19. Jul 26, 2018
    • Ankur Bansal's avatar
      lrdp_V2: Fix for broken pagetracking.py · ba942916
      Ankur Bansal authored
      Fix for broken pagetraking.py
      if CONFIG_MEMORY_HOTPLUG is enabled then SECTION_SIZE_BITS is
      CONFIG_HOTPLUG_SIZE_BITS else it is 30.
      
      Change-Id: Ib3ef043ae150dfd674e37b0a853a1e4569abda8c
      ba942916
  20. Jul 25, 2018
  21. Jul 19, 2018
  22. Jul 18, 2018
  23. Jul 17, 2018
  24. Jul 11, 2018
  25. Jun 27, 2018
  26. Jun 25, 2018
  27. Jun 21, 2018
  28. Jun 18, 2018
  29. Jun 13, 2018
  30. Jun 09, 2018
Loading