contiki/cpu/x86
Michael LeMay bde8eb35ae x86, galileo: Fix UART system call authorization initialization
This patch fixes UART system call authorization initialization (when
protection domain support is enabled) to only initialize the system call
entrypoint and authorization data structures once, prior to per-port
setup. Previously, if two UARTs were configured, the setup procedure for
the second UART would erase the system call authorization for the
first (console) UART, resulting in a crash upon the next attempt to
perform console output.
2016-08-04 16:09:44 -07:00
..
drivers x86, galileo: Fix UART system call authorization initialization 2016-08-04 16:09:44 -07:00
init
mm
uefi
bootstrap_quarkX1000.S
dma.h
helpers.h
helpers.S
Makefile.x86_common
Makefile.x86_quarkX1000
quarkX1000_dma.ld
quarkX1000_multi_seg.ld x86, galileo: Add sample non-driver protection domain 2016-04-22 08:16:43 -07:00
quarkX1000_paging.ld x86, galileo: Add sample non-driver protection domain 2016-04-22 08:16:43 -07:00
quarkX1000.ld x86, galileo: Add sample non-driver protection domain 2016-04-22 08:16:43 -07:00
startup.h x86, galileo: Add sample non-driver protection domain 2016-04-22 08:16:43 -07:00