arm-trusted-firmware/include/lib
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
..
aarch32 AMU: Implement context save/restore for aarch32 2018-01-31 14:08:22 +00:00
aarch64 Merge pull request #1197 from dp-arm/dp/amu 2018-01-12 09:02:24 +00:00
cpus Fixup `SMCCC_ARCH_FEATURES` semantics 2018-03-14 11:19:53 +00:00
el3_runtime Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
extensions Implement {spe,sve}_supported() helpers and refactor code 2018-02-27 12:05:59 +00:00
libfdt libfdt: Replace v1.4.1 by v1.4.2 2017-01-16 17:26:04 +00:00
pmf Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
psci Update PSCI version to 1.1 2017-10-13 12:39:08 +01:00
stdlib Fix stdlib defines for AArch32 2017-06-09 14:47:52 +01:00
xlat_tables Add comments about mismatched TCR_ELx and xlat tables 2018-02-27 09:55:01 +00:00
zlib zlib: add gunzip() support 2018-02-02 00:18:54 +09:00
bakery_lock.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cassert.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
coreboot.h Add platform-independent coreboot support library 2018-01-19 15:21:12 -08:00
mmio.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
optee_utils.h Add Trusted OS extra image parsing support for ARM standard platforms 2017-08-09 18:06:05 +08:00
runtime_instr.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
semihosting.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
smcc.h Redefine SMC_UNK as -1 instead of 0xFFFFFFFF 2018-02-15 15:04:34 +00:00
spinlock.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
utils.h utils: rename struct mem_region_t to struct mem_region 2018-01-16 23:27:00 +09:00
utils_def.h Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00