History log of /seL4-camkes-master/projects/seL4_libs/libsel4platsupport/src/serial.c
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'


# 93ff2a9f 16-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Style libsel4platsupport/src/serial.c


# 4aaaf988 13-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Remove serial_objects_t

This interface won't scale to more complicated serial devices.
Instead drivers describe their requirements via calls to ps_io_ops and
the implementations of these interfaces can handle access and allocation
policies.


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

SELFOUR-1290: undo arbitrary config guard changes


# c7e78f29 05-Jul-2016 Hesham Almatary <hesham.almatary@data61.csiro.au>

RISC-V port


# 1a7bed9c 04-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

platsupport: s/ZF_LOGF/ZF_LOGE in serial init

This is not a fatal error: it's up to the app to decide that.


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


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

Fix licenses


# f4ce6d6a 27-Apr-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4platsupport: add init_default_serial_caps

Uses a vka, vspace and simple interface to create platform specific
serial caps such as untyped caps, interrupt caps or ioport caps. This
functionality was moved here from sel4test for reuse in other
applications.


# 7f612292 03-May-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-862: CONFIG_PRINTING --> seL4_DebugPutChar


# 5f1bb2bf 04-Apr-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Use CONFIG_DEBUG_BUILD instead of SEL4_DEBUG_KERNEL

SEL4_DEBUG_KERNEL is a historic define from before CONFIG_DEBUG_BUILD existed
and is considered deprecated. With using a CONFIG_ variable this commit also
adds #include <autoconf.h> where neccessary


# 9270216e 09-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4platsupport: Remove some unnecessary #includes, and add some missing ones.


# a36e8a5a 09-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4platsupport: Remove unused __plat_serial_input_init_IRQ.