1. 15 Jun, 2017 2 commits
  2. 14 Jun, 2017 1 commit
  3. 13 Jun, 2017 4 commits
  4. 12 Jun, 2017 2 commits
  5. 09 Jun, 2017 5 commits
  6. 08 Jun, 2017 15 commits
  7. 07 Jun, 2017 7 commits
  8. 06 Jun, 2017 2 commits
    • danh-arm's avatar
      Merge pull request #969 from Summer-ARM/sq/update-doc · f9a050e4
      danh-arm authored
      Update the path for firmware_image_package.h in firmware-design.md
      f9a050e4
    • Antonio Nino Diaz's avatar
      mbedtls: Don't use tf_snprintf if option not defined · c46c18c5
      Antonio Nino Diaz authored
      
      
      If `MBEDTLS_PLATFORM_SNPRINTF_ALT` isn't used, the function
      `mbedtls_platform_set_snprintf()` isn't defined.
      
      In case a platform uses a different mbed TLS configuration file than
      the one provided by the Trusted Firmware, and it doesn't define the
      mentioned build option, this will result in a build error.
      
      This patch modifies the initialization code so that
      `mbedtls_platform_set_snprintf()` is only used if
      `MBEDTLS_PLATFORM_SNPRINTF_ALT` is defined, allowing platforms to use
      it or not depending on their needs.
      
      Change-Id: I1d5c86d57e9b2871ba463030bf89210ebec5178e
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      c46c18c5
  9. 05 Jun, 2017 2 commits