History log of /seL4-test-master/projects/sel4runtime/src/crt1.c
Revision Date Author Comments
# e3190dad 11-Sep-2020 Curtis Millar <curtis@curtism.me>

Use internal stdint and stddef

This changes sel4runtime to use the internal minimal stdint and stddef
removing the dependency for those files from an external libc.

This also removes the imports and dependencies for stdbool, string, and
assert.

Signed-off-by: Curtis Millar <curtis@curtism.me>


# 4e4705c7 24-Aug-2020 Curtis Millar <curtis@curtism.me>

trivial: style fix

Signed-off-by: Curtis Millar <curtis@curtism.me>


# 9f46f301 24-Aug-2020 Curtis Millar <curtis@curtism.me>

Move env init into external includes

This allows an external runtime to re-use the initialisation of the
runtime environment.

Signed-off-by: Curtis Millar <curtis@curtism.me>


# 83775384 27-Feb-2019 Curtis Millar <curtis.millar@data61.csiro.au>

Update licence dates.


# 751716a1 05-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Fix duplication of NULL and constness.


# 0b42cd49 05-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Store more of the runtime state.


# 1d79022d 06-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Load environment into runtime.


# be99cb87 06-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Fix indentation.


# 2c8df544 04-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Add licenses to all files.


# 728749b2 04-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Rename from sel4rt to sel4runtime


# ee568995 03-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Change C entrypoint name

Change the C entrypoint name to match the entrypoint name for root
tasks.