History log of /barrelfish-master/kernel/arch/k1om/serial.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@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>


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


# b8df64a8 17-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Multicore support for the Xeon Phi

- Adapted the xapic.dev to account for the special register layout in
icr and id register
- added switches to use alternative register layout in apic.c
- added APIC and FLASH memoryhole in mmap
- Bugfix: Wrong CPU information (cpu_arch.h)
- Added: delay_ms assembly that stalls the CPU some time (needed for
booting the cores)
- Some fixes with memory offsets in startu parch
- Added: support for pagetables that map MMIO range of the xeon phi in
init_ap.S
- Added Delays in start_aps
- Adpted offset in entry.S fo match for the new layout
- Removed Global Flag for the valid page table bits
- Disabled activation of MMX


# 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


# 491c918f 04-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added: new boot.S, serial out for Xeon Phi