1. 28 Jun, 2018 1 commit
    • Antonio Nino Diaz's avatar
      maintainers: Modify format of file · 9c9ba0b8
      Antonio Nino Diaz authored
      
      
      The previous format was not very practical and hard to parse by
      scripts. The current format is easier as it uses more tokens that can be
      identified by scripts, while maintaining a reasonably good result when
      it is rendered.
      
      Some maintainers maintain more than one subsystem but they were all
      part of the same entry. In cases like this the entry has been split
      into two to clarify what file belongs to which subsystem.
      
      The list of maintainers of the Trusted Firmware has been updated.
      
      Change-Id: I4be2d527c5171e8d2d86fb49e45e1d9dbcbd2d80
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      9c9ba0b8
  2. 22 Jun, 2018 1 commit
  3. 21 Jun, 2018 1 commit
  4. 19 Jun, 2018 2 commits
  5. 15 Jun, 2018 1 commit
  6. 10 Apr, 2018 1 commit
  7. 15 Mar, 2018 1 commit
  8. 07 Feb, 2018 1 commit
  9. 06 Dec, 2017 1 commit
  10. 01 Dec, 2017 1 commit
  11. 30 Nov, 2017 1 commit
  12. 08 Nov, 2017 1 commit
    • Etienne Carriere's avatar
      ARMv7 target is driven by ARM_ARCH_MAJOR==7 · 26e63c44
      Etienne Carriere authored
      
      
      External build environment shall sets directive ARM_ARCH_MAJOR to 7
      to specify a target ARMv7-A core.
      
      As ARM-TF expects AARCH to be set, ARM_ARCH_MAJOR==7 mandates
      AARCH=aarch32.
      
      The toolchain target architecture/cpu is delegated after the platform
      configuration is parsed. Platform shall define target core through
      ARM_CORTEX_A<x>=yes, <x> being 5, 7, 9, 12, 15 and/or 17.
      
      Platform can bypass ARM_CORTEX_A<x>=yes directive and provide straight
      the toolchain target directive through MARCH32_DIRECTIVE.
      Signed-off-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
      26e63c44
  13. 29 Jun, 2017 1 commit
    • Douglas Raillard's avatar
      Convert documentation to reStructuredText · 6f625747
      Douglas Raillard authored
      
      
      Due to recent issues in the rendering of the documentation on GitHub and
      some long-standing issues like the lack of automatic table of content in
      Markdown, the documentation has been converted to reStructuredText.
      Basic constructs looks pretty similar to Markdown.
      
      Automatically convert GitHub markdown documentation to reStructuredText
      using pandoc.
      
      Change-Id: If20b695acedc6d1b49c8d9fb64efd6b6ba23f4a9
      Signed-off-by: default avatarDouglas Raillard <douglas.raillard@arm.com>
      6f625747