History log of /seL4-refos-master/projects/util_libs/libutils/src/arch/riscv/stack.c
Revision Date Author Comments
# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_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'


# 28e216a3 02-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

riscv: update incorrect license tags

- D61_BSD -> DATA61_BSD
- NICTA_BSD -> DATA61_BSD


# 35dfeef0 16-Apr-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

RISCV: port