History log of /barrelfish-master/kernel/include/serial.h
Revision Date Author Comments
# 9c00053e 20-Jul-2016 Moritz Hoffmann <moritz.hoffmann@hpe.com>

Finish merge with current master.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@hpe.com>


# 96d27a40 30-May-2016 Timothy Roscoe <troscoe@inf.ethz.ch>

Refactored ARMv7-A code.
Cleaner startup process.
Cleaner cross-platform portability (platform.h).
Removed ARMv5.
Removed ARMv7-m
Removed XScale
Changed kernel device paging interface and fixed bugs.

Signed-off-by: Timothy Roscoe <troscoe@inf.ethz.ch>


# 2e82f7bf 23-Feb-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

serial: unify the kernel serial interface again

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


# 8f2f7c5e 13-Dec-2013 Gerd Zellweger <mail@gerdzellweger.com>

Cleaning up the serial init on x86.

If serial_init initializes it will disable the IRQ for UART. That is
a problem in case the serial driver has already registered for the
IRQ. The keyboard will stop working in that case.


# cb24d255 24-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Removed old KNC devices Added: Xeon Phi Boot Devices Added: Xeon Phi host driver Fixed: compilation issue with serial Adapted: use of mackerel for xeon phi serial driver.


# f4501d63 13-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added architecture specific switches to the kernel files.


# cad94e01 09-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added: initial version of new xeon phi loader


# 18bbc274 06-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added: Linux boot param structure for getting the information from the boot loader Added: K1OM specific offsets and files Removed: Unsupported assembly instructions from the code Changed hake gcc to k1om-mpps-linux-gcc Added auto upload to babybel when building target k1om


# 5eec8d02 06-Aug-2012 Mothy <troscoe@inf.ethz.ch>

New serial interface inside the CPU driver.


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.