History log of /barrelfish-master/usr/drivers/serial/serial_omap44xx.c
Revision Date Author Comments
# ac5c0495 17-Apr-2019 Lukas Humbel <lukas.humbel@inf.ethz.ch>

serial: Fix armv7

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 65f49db9 21-Mar-2019 Lukas Humbel <lukas.humbel@inf.ethz.ch>

hake: enable library dependencies on all platforms

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# ce8f0c93 05-Mar-2019 Lukas Humbel <lukas.humbel@inf.ethz.ch>

armv7: Enable serial driver on pandaboard

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 322abd47 06-Mar-2017 Reto Achermann <reto.achermann@inf.ethz.ch>

ARM: move the *_map.h files into /include/maps/

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# a8c4d257 22-Feb-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

flounder: making const pointers in receiving handlers, using CONST_CAST as a temporary solution in few places but finally it should be removed

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# d3527170 27-Jul-2016 David Cock <david.cock@inf.ethz.ch>

ARMv7: Rewrote serial drivers on ARM.

They're now fairly well compartmentalised on both ARM and x86, and can start
automatically from Kaluga. There's also a 'kernel' serial driver, which uses
the syscall interface to read and write on the kernel console. This avoids
having user level and kernel code racing on access to the UART. Fish works
(minus line editing) on all Versatile Express platforms.

Signed-off-by: David Cock <david.cock@inf.ethz.ch>