1. 30 Aug, 2018 11 commits
  2. 22 Aug, 2018 10 commits
  3. 20 Aug, 2018 5 commits
  4. 19 Aug, 2018 1 commit
  5. 17 Aug, 2018 1 commit
  6. 10 Aug, 2018 4 commits
  7. 06 Aug, 2018 2 commits
  8. 03 Aug, 2018 2 commits
    • Roberto Vargas's avatar
      Add support for romlib in the build system · 5accce5b
      Roberto Vargas authored
      
      
      Romlib is a new image that is stored in ROM and contains the code of
      several libraries that can be shared between different images. All
      the functions within in the library are accessed using a jump table
      which allows to update the romlib image whithout changing the binary
      compatibility. This jump table can be also stored in RAM and it can
      allow to patch a romlib with potential bugs fixes..
      
      Change-Id: If980ccdaca24b7aaca900e32acc68baf6f94ab35
      Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
      5accce5b
    • Roberto Vargas's avatar
      Create a library file for libc · 61f72a34
      Roberto Vargas authored
      
      
      TF Makefile was linking all the objects files generated for the
      c library instead of creating a static library that could be
      used in the linking stage.
      
      Change-Id: I721daea097e9b13cbb42c9f8eaa2af8fea0799cf
      Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
      61f72a34
  9. 02 Aug, 2018 1 commit
  10. 01 Aug, 2018 2 commits
  11. 30 Jul, 2018 1 commit