arm-trusted-firmware/include
Dimitris Papastamos a205a56ea8 Fixup `SMCCC_ARCH_FEATURES` semantics
When querying `SMCCC_ARCH_WORKAROUND_1` through `SMCCC_ARCH_FEATURES`,
return either:
  * -1 to indicate the PE on which `SMCCC_ARCH_FEATURES` is called
    requires firmware mitigation for CVE-2017-5715 but the mitigation
    is not compiled in.
  * 0 to indicate that firmware mitigation is required, or
  * 1 to indicate that no firmware mitigation is required.

This patch complies with v1.2 of the firmware interfaces
specification (ARM DEN 0070A).

Change-Id: Ibc32d6620efdac6c340758ec502d95554a55f02a
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
2018-03-14 11:19:53 +00:00
..
bl1 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2u Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl31 Merge pull request #1282 from robertovargas-arm/misra-changes 2018-02-28 18:53:30 +00:00
bl32 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
common Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
drivers Emit warnings when using deprecated GIC init 2018-03-01 16:14:29 +00:00
lib Fixup `SMCCC_ARCH_FEATURES` semantics 2018-03-14 11:19:53 +00:00
plat Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
services Implement support for SMCCC v1.1 2018-01-29 09:58:57 +00:00
tools_share Dynamic cfg: Update the tools 2018-02-26 16:31:10 +00:00