History log of /seL4-camkes-master/projects/seL4_libs/libsel4platsupport/src/plat_internal.h
Revision Date Author Comments
# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 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


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

libsel4platsupport: Remove unused __plat_serial_input_init_IRQ.


# 3a9da541 28-Feb-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

Rationalise dependencies.

This commit removes the dependency of libsel4platsupport on
libsel4utils, as libsel4utils is our top level library and should be
able to use the device drivers that libsel4platsupport provides.

The functionality that libsel4platsupport depended on from libsel4utils
has been moved to libsel4simple, as libsel4simple is basically an
extension of libsel4.