History log of /seL4-refos-master/kernel/src/drivers/serial/bcm2835-aux-uart.c
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# 3d10ef0c 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: correct parenthesis padding

Use astyle's unpad-paren to unpad all parentheses that are not included
by pad-header, pad-oper, and pad-comma.


# 96c63a4b 06-Mar-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-refactor: Fixed circular includes

Modify hardware_gen script to only include chosen
serial path. Added newlines to serial drivers to fix
concat issues when compiling. Move cmake macro RegisterDriver
up a level to support timer refactor. Modify arm cmake to reflect
this.


# b2b3ad77 21-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-input: Remove whitespace


# c207655a 21-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-input: Move UART_REG macro to the same place in every file


# 7bf089c5 20-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-refactor: Update config.cmake and rename drivers

Updated config.cmake in drivers/serial to use the marco properly
and added license. Renamed all serial drivers to conform to style.
Moved include for configurations scripts below tools used by the kernel.