History log of /seL4-l4v-master/seL4/.cmake-format.yaml
Revision Date Author Comments
# 7316bfc6 19-Sep-2019 Qian Ge <qian.ge@data61.csiro.au>

SMMU: providing master control caps to root task

Adding the master control caps that are used to create transaction
and context banks caps. This commit includes the internal kernel
structure that required to manage any created transaction and
context bank caps.

Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>


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


# 742cabf1 22-May-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

mcs: provide tickless api for arm timers

This does not implement the timers for any platforms, but
provides the generic arm arch, and aarch32/aarch64 infrastructure for
tickless timer drivers.


# decd4f87 18-Jul-2019 Sylvain Gauthier <sylvain.gauthier@data61.csiro.au>

trivial: required style changes


# 51142e4b 08-Apr-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

cmake: use kwargs in declare_default_headers

For declare_default_headers:
- use kwargs to make function more robust / not sensitive to argument
ordering
- add formatting hint to .cmake-format.yaml


# ffa9fda8 21-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: use consistent styling for all cmake files

Add .cmake-format.yaml which defines custom functions with kwargs to
style nicely