nes-proj/cpu/x86/drivers/legacy_pc
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
..
nmi.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
nmi.h x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
pci.c x86: Add TSS-based protection domain support 2016-04-22 08:16:39 -07:00
pci.h x86: Add TSS-based protection domain support 2016-04-22 08:16:39 -07:00
pic.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pic.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
rtc.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
rtc.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
shared-isr.c x86: Add support for (paging-based) protection domains 2016-03-21 17:18:06 -07:00
shared-isr.h x86: Use shared ISR for I2C and GPIO 2016-02-16 21:19:44 -08:00
uart-16x50.c x86, galileo: Fix UART system call authorization initialization 2016-08-04 16:09:44 -07:00
uart-16x50.h x86, galileo: Fix UART system call authorization initialization 2016-08-04 16:09:44 -07:00