1. 27 Feb, 2019 7 commits
  2. 26 Feb, 2019 1 commit
  3. 22 Feb, 2019 2 commits
  4. 21 Feb, 2019 2 commits
  5. 20 Feb, 2019 5 commits
  6. 19 Feb, 2019 12 commits
  7. 18 Feb, 2019 7 commits
  8. 15 Feb, 2019 1 commit
  9. 14 Feb, 2019 3 commits
    • Antonio Nino Diaz's avatar
      SPM: Remove unnecessary register save · 9efdbc2c
      Antonio Nino Diaz authored
      Since commit 01fc1c24
      
       ("BL31: Use helper function to save registers
      in SMC handler") all the general-purpose registers are saved when
      entering EL3. It isn't needed to save them here.
      
      Change-Id: Ic540a5441b89b70888da587ab8fc3b2508cef8cc
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      9efdbc2c
    • Antonio Nino Diaz's avatar
      Update macro to check need for CVE-2017-5715 mitigation · ff6f62e1
      Antonio Nino Diaz authored
      
      
      Armv8.5 introduces the field CSV2 to register ID_AA64PFR0_EL1. It can
      have the following 3 values:
      
      - 0: Branch targets trained in one hardware described context may affect
           speculative execution in a different hardware described context. In
           some CPUs it may be needed to apply mitigations.
      
      - 1: Branch targets trained in one hardware described context can only
           affect speculative execution in a different hardware described
           context in a hard-to-determine way. No mitigation required.
      
      - 2: Same as 1, but the device is also aware of SCXTNUM_ELx register
           contexts. The TF doesn't use the registers, so there is no
           difference with 1.
      
      The field CSV2 was originally introduced in the TRM of the Cortex-A76
      before the release of the Armv8.5 architecture. That TRM only mentions
      the meaning of values 0 and 1. Because of this, the code only checks if
      the field has value 1 to know whether to enable or disable the
      mitigations.
      
      This patch makes it aware of value 2 as well. Both values 1 and 2
      disable the mitigation, and 0 enables it.
      
      Change-Id: I5af33de25a0197c98173f52c6c8c77b51a51429f
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      ff6f62e1
    • Yann Gautier's avatar
      stm32mp1: introduce STM32MP1 discovery boards · 6c1e71e1
      Yann Gautier authored
      
      
      Add the device tree files to support the 2 discovery boards: DK1 & DK2.
      
      Change-Id: I90b4797dc69bd0aab1b643a72c932ead48a03c1f
      Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
      6c1e71e1