History log of /seL4-camkes-master/projects/seL4_libs/libsel4utils/arch_include/riscv/sel4utils/arch/vspace.h
Revision Date Author Comments
# 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'


# 3aefef15 12-Dec-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4utils: use seL4_UserTop

This commit removes hard coded KERNEL_RESERVED_START values (which is
mean to represent the last page mappable by user-level) and calculates
the value from seL4_UserTop instead, such that if seL4_UserTop changes
at any point the vspace code will still work.


# 73d9d0ab 04-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: guard with pragma once


# 9a2af0e3 03-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-1283: fix arch/sel4_arch sel4utils

- delete empty files and symlinks
- merge riscv sel4_arch and arch util.h