1. 09 Mar, 2020 3 commits
  2. 06 Mar, 2020 4 commits
  3. 05 Mar, 2020 5 commits
  4. 04 Mar, 2020 2 commits
    • Vishnu Banavath's avatar
      fdts: a5ds: add ethernet node in devicetree · c84cbf41
      Vishnu Banavath authored
      
      
      This change is to add ethernet and voltage regulator nodes into
      a5ds devicetree.
      
      Change-Id: If9ed67040d54e76af1813c9f99835f51f617e9df
      Signed-off-by: default avatarVishnu Banavath <vishnu.banavath@arm.com>
      c84cbf41
    • Manish Pandey's avatar
      SPMD: loading Secure Partition payloads · cb3b5344
      Manish Pandey authored
      
      
      This patch implements loading of Secure Partition packages using
      existing framework of loading other bl images.
      
      The current framework uses a statically defined array to store all the
      possible image types and at run time generates a link list and traverse
      through it to load different images.
      
      To load SPs, a new array of fixed size is introduced which will be
      dynamically populated based on number of SPs available in the system
      and it will be appended to the loadable images list.
      
      Change-Id: I8309f63595f2a71b28a73b922d20ccba9c4f6ae4
      Signed-off-by: default avatarManish Pandey <manish.pandey2@arm.com>
      cb3b5344
  5. 03 Mar, 2020 8 commits
  6. 02 Mar, 2020 3 commits
  7. 28 Feb, 2020 6 commits
  8. 27 Feb, 2020 8 commits
  9. 26 Feb, 2020 1 commit
    • Sandrine Bailleux's avatar
      Update pathnames in maintainers.rst file · 54895747
      Sandrine Bailleux authored
      
      
      The maintainers.rst file lists files and directories that each contributor looks
      after in the TF-A source tree. As files and directories move around over time,
      some pathnames had become invalid. Fix them, either by updating the path if
      it has just moved, or deleting it altogether if it doesn't seem to exist
      anymore.
      
      Change-Id: Idb6ff4d8d0b593138d4f555ec206abcf68b0064f
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      54895747