History log of /seL4-test-master/kernel/libsel4/mode_include/64/sel4/mode/types.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.


# 15c0f0eb 02-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Increase badge size for endpoints on 64-bit platforms

This unifies the badge size of endpoints and notifications on 64-bit platforms to a
consistent 64-bits, and also changes the libsel4 definitions to match for both.


# b5854775 02-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Increase size of guards on 64-bit platforms

The maximum guard size was unnecessarily restricted to 18 bits as it is on 32-bit
platforms. This change increases it to the current maximum possible of 58 bits.
The 58-bit limitation exists due to the need to encode a guard+guardsize into a
single word for cnode invocations.


# bdf78d23 02-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4: Correct 64-bit guard size bits constant

This constant was incorrectly defined as 5 when it is actually 6 on 64-bit kernels


# 2a707168 02-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4: Make guard and badge definitions mode specific

The definitions of guard and badge sizes is going to be changed for 64-bit platforms,
this change provides an easy way of providing different definitions