arm-trusted-firmware/include/lib
Varun Wadekar 6cf8d65f27 cpus: denver: Implement static workaround for CVE-2018-3639
For Denver CPUs, this approach enables the mitigation during EL3
initialization, following every PE reset. No mechanism is provided to
disable the mitigation at runtime.

This approach permanently mitigates the EL3 software stack only. Other
software components are responsible to enable it for their exception
levels.

TF-A implements this approach for the Denver CPUs with DENVER_MIDR_PN3
and earlier:

*   By setting bit 11 (Disable speculative store buffering) of
    `ACTLR_EL3`

*   By setting bit 9 (Disable speculative memory disambiguation) of
    `ACTLR_EL3`

TF-A implements this approach for the Denver CPUs with DENVER_MIDR_PN4
and later:

*   By setting bit 18 (Disable speculative store buffering) of
    `ACTLR_EL3`

*   By setting bit 17 (Disable speculative memory disambiguation) of
    `ACTLR_EL3`

Change-Id: If1de96605ce3f7b0aff5fab2c828e5aecb687555
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2018-09-04 17:34:08 -07:00
..
aarch32 backtrace: Introduce backtrace function 2018-08-30 09:21:53 +01:00
aarch64 Merge pull request #1547 from semihalf-dabros-jan/semihalf-dabros-jan/fix_errmisc 2018-08-31 13:18:30 +01:00
cpus cpus: denver: Implement static workaround for CVE-2018-3639 2018-09-04 17:34:08 -07:00
el3_runtime SDEI: MISRA fixes 2018-08-20 09:05:39 +01:00
extensions libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
libc libc: Move tf_printf and tf_snprintf to libc 2018-08-22 10:26:05 +01:00
libfdt libfdt: Replace v1.4.1 by v1.4.2 2017-01-16 17:26:04 +00:00
pmf PMF: Fix MISRA defects 2018-07-20 13:27:31 +01:00
psci libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
xlat_tables libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
zlib zlib: add gunzip() support 2018-02-02 00:18:54 +09:00
bakery_lock.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
cassert.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
coreboot.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01: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 Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
smccc.h Fix incorrect pointer conversion in SMC_UUID_RET() 2018-07-03 17:35:08 +02:00
smccc_v1.h Add support for the SMC Calling Convention 2.0 2018-04-23 15:43:29 +01:00
smccc_v2.h Add support for the SMC Calling Convention 2.0 2018-04-23 15:43:29 +01:00
spinlock.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
utils.h libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
utils_def.h Fix check_[uptr/u32]_overflow() macros MISRA defects 2018-07-20 11:36:00 +01:00