History log of /seL4-l4v-master/seL4/src/arch/arm/machine/errata.c
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# d0930f67 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: consistently attach return type

Add attach-return-type to astyle


# d82ba3d5 10-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

ARM: Swap direct use of externally_visible for VISIBLE macro.

This commit fixes one instances where the `VISIBLE` macro was not used to tag a
function with `externally_visible`. The use of this macro makes it easier to
switch to a non-GNU compiler by providing the alternative syntax for this once.


# d342e9b0 08-Nov-2015 Matthew Fernandez <matthew.fernandez@gmail.com>

ARM A15: Remove statement with no effect.

This looks to me like a statement to suppress unused function warnings that
accidentally got shuffled inside the ifdef. This change has no effect on
verification.


# 185f22bc 20-Jul-2014 Adrian Danis <Adrian.Danis@nicta.com.au>

Add license header


# 43e1a215 15-Jul-2014 Adrian Danis <Adrian.Danis@nicta.com.au>

arm: Add work around for errata on some Cortex-A15 boards and move errata checking to C code