1. 07 Mar, 2019 12 commits
  2. 06 Mar, 2019 1 commit
  3. 05 Mar, 2019 4 commits
  4. 04 Mar, 2019 8 commits
  5. 01 Mar, 2019 12 commits
  6. 28 Feb, 2019 3 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
    • John Tsichritzis's avatar
      Remove Mbed TLS dependency from plat_bl_common.c · 17e1335c
      John Tsichritzis authored
      Due to the shared Mbed TLS heap optimisation introduced in 6d01a463
      
      ,
      common code files were depending on Mbed TLS specific headers. This
      dependency is now removed by moving the default, unoptimised heap
      implementation inside the Mbed TLS specific files.
      
      Change-Id: I11ea3eb4474f0d9b6cb79a2afd73a51a4a9b8994
      Signed-off-by: default avatarJohn Tsichritzis <john.tsichritzis@arm.com>
      17e1335c