1. 25 Jun, 2020 10 commits
  2. 24 Jun, 2020 3 commits
    • laurenw-arm's avatar
      plat/fvp: Dynamic description of clock freq · 156dbdd4
      laurenw-arm authored
      
      
      Query clock frequency in runtime using FCONF getter API
      Signed-off-by: default avatarLauren Wehrmeister <lauren.wehrmeister@arm.com>
      Change-Id: Ie6a8a62d8d190b9994feffb167a1d48829913e9b
      156dbdd4
    • laurenw-arm's avatar
      fconf: Extract Timer clock freq from HW_CONFIG dtb · 8aa374b9
      laurenw-arm authored
      
      
      Extract Timer clock frequency from the timer node in
      HW_CONFIG dtb. The first timer is a per-core architected timer attached
      to a GIC to deliver its per-processor interrupts via PPIs.
      Signed-off-by: default avatarLauren Wehrmeister <lauren.wehrmeister@arm.com>
      Change-Id: I2f4b27c48e4c79208dab9f03c768d9221ba6ca86
      8aa374b9
    • Sandrine Bailleux's avatar
      Redirect security incident report to TrustedFirmware.org · 1367cc19
      Sandrine Bailleux authored
      
      
      All projects under the TrustedFirmware.org project now use the same
      security incident process, therefore update the disclosure/vulnerability
      reporting information in the TF-A documentation.
      
      ------------------------------------------------------------------------
      /!\ IMPORTANT /!\
      
      Please note that the email address to send these reports to has changed.
      Please do *not* use trusted-firmware-security@arm.com anymore.
      
      Similarly, the PGP key provided to encrypt emails to the security email
      alias has changed as well. Please do *not* use the former one provided
      in the TF-A source tree. It is recommended to remove it from your
      keyring to avoid any mistake. Please use the new key provided on
      TrustedFirmware.org from now on.
      ------------------------------------------------------------------------
      
      Change-Id: I14eb61017ab99182f1c45d1e156b96d5764934c1
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      1367cc19
  3. 23 Jun, 2020 7 commits
  4. 22 Jun, 2020 10 commits
  5. 21 Jun, 2020 1 commit
    • Varun Wadekar's avatar
      Tegra: sanity check NS address and size before use · 685e5609
      Varun Wadekar authored
      
      
      This patch updates the 'bl31_check_ns_address()' helper function to
      check that the memory address and size passed by the NS world are not
      zero.
      
      The helper fucntion also returns the error code as soon as it detects
      inconsistencies, to avoid multiple error paths from kicking in for the
      same input parameters.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      
      Change-Id: I46264f913954614bedcbde12e47ea0c70cd19be0
      685e5609
  6. 19 Jun, 2020 3 commits
    • Alexei Fedorov's avatar
      TF-A: Add ARMv8.5 'bti' build option · 3768fecf
      Alexei Fedorov authored
      
      
      This patch adds BRANCH_PROTECTION = 4 'bti' build option
      which turns on branch target identification mechanism.
      
      Change-Id: I32464a6b51726a100519f449a95aea5331f0e82d
      Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
      3768fecf
    • Varun Wadekar's avatar
      Tegra: introduce support for GICv3 · 5e1b83aa
      Varun Wadekar authored
      
      
      This patch provides the platform level support to enable GICv3
      drivers on future Tegra platforms.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      Change-Id: I966a4502b2a4a7bd1ce66da843997c9ed605c59f
      5e1b83aa
    • Varun Wadekar's avatar
      Tegra: memctrl_v2: fixup sequence to resize video memory · a7749acc
      Varun Wadekar authored
      
      
      The previous sequence used by the driver to program the new memory
      aperture settings and clear the non-overlapping memory was faulty.
      The sequence locked the non-overlapping regions twice, leading to
      faults when trying to clear it.
      
      This patch modifies the sequence to follow these steps:
      
      * move the previous memory region to a new firewall register
      * program the new memory aperture settings
      * clean the non-overlapping memory
      
      This patch also maps the non-overlapping memory as Device memory to
      follow guidance from the arch. team.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      Change-Id: I7cf6e05b2dd372103dc7229e37b1b3fc269a57ae
      a7749acc
  7. 17 Jun, 2020 6 commits