History log of /seL4-refos-master/projects/seL4_libs/libsel4utils/include/sel4utils/util.h
Revision Date Author Comments
# e9a9ff4f 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: Style fix

make the style checker happy


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# c0bd00eb 14-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4utils: helpers for setting 64bit values in mrs

Adds the following methods

- sel4utils_64_get_mr
- sel4utils_64_set_mr

for putting 64bit values into message registers on 32 and 64 bit
platforms.


# b4aebe2d 14-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: use pragma once


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 1f830794 08-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4utils: Change include order for zf_log.h

sel4_zf_logif.h should be included after utils/util.h


# 80b9e99e 20-Jun-2016 Kofi Doku Atuah <kofi.dokuatuah@nicta.com.au>

Move sel4_debug.h back into libsel4utils

This patch also renames a header {sel4debug/sel4_debug.h=>sel4utils/strerror.h}.

Additionally, convert some header guards to #pragma once and update
README.md to describe what things should go into libsel4utils and
libsel4debug.

SELFOUR-513


# 7c1f6cb8 22-May-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

sel4utils: make sel4_zf_logif a default include


# 3a9da541 28-Feb-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

Rationalise dependencies.

This commit removes the dependency of libsel4platsupport on
libsel4utils, as libsel4utils is our top level library and should be
able to use the device drivers that libsel4platsupport provides.

The functionality that libsel4platsupport depended on from libsel4utils
has been moved to libsel4simple, as libsel4simple is basically an
extension of libsel4.