History log of /seL4-camkes-master/kernel/libsel4/sel4_arch_include/riscv32/sel4/sel4_arch/mapping.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.


# 71a2c538 20-Oct-2018 Jimmy Brush <code@jimmah.com>

[libsel4] fix building with LibSel4FunctionAttributes

Correct exported functions that were still defined as 'static inline' to
use LIBSEL4_INLINE_FUNC so that they can be controlled by
LibSel4FunctionAttributes.

This is important to other languages that want to bind to the libsel4
static library instead of using the inline C functions.


# fc0740b8 04-Apr-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

riscv: Remove extranous lookupg definitions

This definitions don't really make sense as it is just PTs all the way down. Any resolution
that has >=SEL4_MAPPING_LOOKUP_NO_PT is a missing PT.


# 83ba0847 20-Feb-2018 Hesham Almatary <hesham.almatary@unsw.edu.au>

[SELFOUR-1156] RISC-V Port

Experimental release that supports both RV32 and RV64