| 5f5d1ed7 | 20-Feb-2019 |
Louis Mayencourt <louis.mayencourt@arm.com> |
Add workaround for errata 764081 of Cortex-A75
Implicit Error Synchronization Barrier (IESB) might not be correctly generated in Cortex-A75 r0p0. To prevent this, IESB are enabled at all expection l
Add workaround for errata 764081 of Cortex-A75
Implicit Error Synchronization Barrier (IESB) might not be correctly generated in Cortex-A75 r0p0. To prevent this, IESB are enabled at all expection levels.
Change-Id: I2a1a568668a31e4f3f38d0fba1d632ad9939e5ad Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
show more ...
|
| a1d00bb3 | 30-Jan-2019 |
Varun Wadekar <vwadekar@nvidia.com> |
xlat_tables_v2: mark 'xlat_clean_dcache_range' unused
The armclang compiler can warn if a variable is declared but is never referenced. The '__attribute__((unused))' attribute informs the compiler t
xlat_tables_v2: mark 'xlat_clean_dcache_range' unused
The armclang compiler can warn if a variable is declared but is never referenced. The '__attribute__((unused))' attribute informs the compiler to expect an unused variable, and tells it not to issue a warning.
This patch marks the 'xlat_clean_dcache_range' function as "unused" to fix this armclang compiler warning.
Change-Id: I7623f61c2975a01db4d1b80554dd4f9a9e0f7eb6 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
show more ...
|
| 1242b9a9 | 10-Jan-2019 |
Varun Wadekar <vwadekar@nvidia.com> |
lib: aarch64: misc_helpers: include bl_common.h
This patch includes bl_common.h to get access to the linker defined symbols.
Change-Id: I9aa4a6e730273d75a53438854f69971e485bc904 Signed-off-by: Varu
lib: aarch64: misc_helpers: include bl_common.h
This patch includes bl_common.h to get access to the linker defined symbols.
Change-Id: I9aa4a6e730273d75a53438854f69971e485bc904 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
show more ...
|