1. 28 Feb, 2019 2 commits
    • David Pu's avatar
      xlat_tables_v2: find VA/idx with helper functions. · e664b5b6
      David Pu authored
      
      
      This patch introduces 2 helper functions 'xlat_tables_find_start_va' and
      'xlat_tables_va_to_index' to find the first VA and table index affected by the
      specified mmap region. it reduces code duplication and cyclomatic code
      complexity in xlat_tables_map/unmap_region functions.
      
      Cyclomatic complexity calculated using 'Coverity'
      
      fixes arm-software/tf-issues#673
      Signed-off-by: default avatarDavid Pu <dpu@nvidia.com>
      e664b5b6
    • David Pu's avatar
      xlat_tables_v2: get unmap action type with helper function. · 3ff6e401
      David Pu authored
      
      
      This patch introduces helper function 'xlat_tables_unmap_region_action'
      to get the required action type from given arguments when unmapping the
      specified region.
      it reduces cyclomatic code complexity in xlat_tables_unmap_region function.
      
      Cyclomatic complexity calculated using 'Coverity'
      
      fixes arm-software/tf-issues#673
      Signed-off-by: default avatarDavid Pu <dpu@nvidia.com>
      3ff6e401
  2. 21 Feb, 2019 2 commits
  3. 20 Feb, 2019 3 commits
  4. 19 Feb, 2019 8 commits
  5. 18 Feb, 2019 4 commits
  6. 15 Feb, 2019 1 commit
  7. 14 Feb, 2019 13 commits
  8. 13 Feb, 2019 7 commits