History log of /seL4-refos-master/libs/libplatsupport/plat_include/pc99/platsupport/plat/serial.h
Revision Date Author Comments
# a3eb15e8 30-Oct-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

platsupport: Move default serial definitions

These are moved from libsel4platsupport. They are used in addition to
PS_SERIAL_DEFAULT which is defined in this library, and they also use
interrupt and physical address definitions defined in this library.
Moving them here reduces a bit of indirection when choosing a default
serial device.


# 5761b927 28-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 398af6af 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

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


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

fix licenses


# 21646316 16-Jun-2016 Kofi Doku Atuah <kofi.dokuatuah@nicta.com.au>

pc99: libplatsupport: define IOPort _END constants

Instead of using START + 8, just define the _END of the IO Port range,
so we don't have literals all over the code.