History log of /seL4-test-master/kernel/include/arch/arm/arch/machine/hardware.h
Revision Date Author Comments
# 512a0200 19-Mar-2020 Qian Ge <qian.ge@data61.csiro.au>

replacing all ifndef with pargma once

All the kernel header files now use pargma once rather than the ifndef,
as the pre-processed C files do not change while header files
are protected with pargma once. This will also solve any naming issues
caused by ifndef.


# 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.


# 7d55e217 30-Jun-2019 Anna Lyons <anna@gh.st>

arm: CONFIG_L1_CACHE_LINE_SIZE_BITS in cmake

Move definition of L1_CACHE_LINE_SIZE_BITS to cmake where it is set
according to the arm processor family.

This removes duplication in the hardware.h header files and makes adding
a new processor family require less lines changed.


# b7f10a34 25-Jun-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

ARM/SMP: define IPI_MEM_BARRIER for ARM, that's used in generic smp/ipi.c


# 0b2fe8d6 17-Jan-2017 amrzar <azarrabi@nicta.com.au>

aarch64: Initial implementation


# 1c50cec9 19-Oct-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

arm: Remove duplicate definitions

PPTR_TOP and KS_LOG_PPTR are defined in the mode headers, this commit
removes the duplicate definitions in the general arm header


# 90628a75 11-Aug-2016 Hesham Almatary <hesham.almatary@data61.csiro.au>

Benchmark: share and use KS_LOG_PPTR and PPTR_TOP for x86 and ARM


# 3fc76c25 15-Jan-2016 amrzar <azarrabi@nicta.com.au>

Rearranging headers for aarch32 to 32/mode/*


# 0ecff9f3 09-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

unsigned int -> word_t


# 2d61910e 09-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

Rename uint32_t -> word_t in any relevant places


# a318446f 07-Jul-2014 TrustworthySystems <gatekeeper@sel4.systems>

Recommit of arm_hyp branch on release snapshot


# 91b7da86 17-Jul-2014 TrusthworthySystems <gatekeeper@sel4.systems>

Release snapshot