History log of /seL4-camkes-master/tools/rumprun/platform/sel4/simple.c
Revision Date Author Comments
# 8311b27c 25-Apr-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Use new simple I/O port interface


# ed95bd68 22-Feb-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: remove deleted arch_info function


# 2dc70a40 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add new stdio platform support

A rumprun process may be initialised with existing stdio 'pipes' which
consist of circular buffers in shared memory and notification objects
for signalling the availability of data in the buffers.


# c147d619 17-Oct-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Refactor custom_simple_vspace_bootstrap_frames

Make it more readable and easy to modify


# 27789535 04-Oct-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Initialise timer and serial config

Do not rely on memory being 0'd


# c1c08581 26-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Remove hardware serial from seL4 rumprun platform

Instead, rely on being provided an endpoint to
contact a serial server on.
putc now buffers characters until the buffer is full, a
newline is printed or flush is explicitly called, at this point
it will IPC the serial server to print the contents of the buffer.


# 0f30727b 24-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Use an ltimer backed by RPC instead of HW timer

Such that we can run multiple rump apps.


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

sel4 platform: use slots set up by sel4utils

processes created by sel4utils already have some initial caps in them.
Remove the slots in init data that duplicated these and use the
sel4utils function to get them in the simple implementation for
get_init_cap.


# 66f124f3 06-Sep-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add support for seL4 mcs kernel


# 1039c83e 27-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Use new sel4platsupport timer API


# 00f4f72c 03-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: run astyle over project


# 3fa264d0 02-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: rename untyped_descriptor_t fields


# fa9ed23d 18-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add CAmkES support


# 5c555f5a 18-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Reduce error output boilerplate


# 6a168da1 09-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Change to use simple implementation