History log of /seL4-refos-master/libs/libsel4platsupport/src/plat/pc99/device.c
Revision Date Author Comments
# e9a9ff4f 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: Style fix

make the style checker happy


# 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'


# 882395e0 19-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Update sel4platsupport_copy_irq_cap

- add sel4ps_irq_t which wraps ps_irq_t
- copy function now understands the type of irq and uses the correct
function from simple
- sel4platsupport_arch_copy_irq_cap deals with arch-specific
- removed
* sel4platsupport_copy_msi_cap
* sel4platsupport_copy_ioapic_cap


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

Fix licenses


# 216db1e3 10-Jan-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4platsupport: Helper function for copying IOAPIC IRQ cap


# 8a2af8b1 09-Oct-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

Correct various printing for 64bit compatibility


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

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


# 6965c2a4 19-Apr-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

libsel4simple: add ioapic function to arch-simple


# 443daa72 19-Apr-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

sel4simple: add arch specific interface

This commit defines arch_simple_t, which adds arch
specific functions to libsel4simple and its implementors,
as the seL4 API no longer allows simple implementation to be
architecture agnostic, specifically for the interrupt handling
interface.

This commit adds the x86 arch interface which defines functions
for getting irqs, msis and ioports, and the arm interface
which just defines irqs.

libsel4simple-stable has been updated to implement the new
interface and users should not be effected. However, other
implementations of simple will need to be updated.

libsel4platsupport has been updated such that the hpet driver
wrapper now works with the lastest seL4 kernel.