zephyr/drivers
Dmytro Firsov 31b4e4124d xenvm: drivers: serial: Add consoleio Xen serial driver for Domain 0
This commit adds Xen consoleio serial driver. It is needed to receive
kernel messages from Zephyr in case it runs as Xen privileged domain
(Dom0). There is no console ring buffer for such domain, so regular
uart_hvc_xen driver can not be used (privileged domain input/output
are possible only through consoleio interface).

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2021-12-07 12:15:38 -05:00
..
adc drivers/adc: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
audio
bbram
bluetooth drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
cache
can drivers: can: can_net: Fix build issue after #38501 2021-12-06 08:15:14 -05:00
clock_control drivers: pwm_mcux: Update MCUX pwm driver to use clock bindings 2021-12-03 16:44:12 -06:00
console usb: remove Kconfig option USB_UART_CONSOLE 2021-11-18 14:29:18 +01:00
counter drivers: counter: NXP SNVS rtc: Add support for NXP imx SNVS RTC 2021-12-07 09:45:43 -06:00
crypto kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dac drivers/dac: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
debug
disk drivers: USDHC: Enable detection using DAT3 pulldown 2021-12-06 15:27:25 -05:00
display drivers: display: st7789v: Use device * for internal functions 2021-12-07 09:38:43 -06:00
dma drivers: dma: Refactor drivers to use shared init priority 2021-10-29 22:55:03 -04:00
ec_host_cmd_periph
edac edac: ibecc: Exclude LOG_ERR() from branch coverage 2021-11-20 11:54:32 -05:00
eeprom drivers: eeprom: Refactor drivers to use shared init priority 2021-11-04 07:33:01 -04:00
entropy device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
espi cleanup: espi: it8xxx2: eliminate DRV_CONFIG() and DRV_DATA() macros 2021-12-01 12:23:28 -05:00
ethernet net: dsa: ksz8794: Fix the port numbering for DSA tag setting 2021-12-01 13:58:08 -06:00
flash drivers/flash/nrf_qspi_nor: Fix qspi_sfdp_read error path 2021-11-30 11:46:22 +01:00
fpga drivers: fpga controller: add shell support 2021-09-03 09:54:00 -04:00
gpio drivers: gpio: revert kconfig init priority for off-chip gpios 2021-12-07 09:53:45 -06:00
hwinfo drivers: hwinfo: shell: Add reset cause shell command 2021-11-07 14:55:52 -05:00
i2c stats: i2c: I2C stats 2021-12-04 07:22:56 -05:00
i2s driver: i2s: add i2s driver for mcux 2021-12-02 10:50:21 +01:00
ieee802154 net: l2: Add symbols for custom IEEE802154 L2 2021-11-23 13:25:01 -05:00
interrupt_controller device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
ipm soc/intel_adsp: Clean up IPM compiler guards 2021-11-23 13:23:54 -05:00
kscan ITE drivers/kscan: add keyboard scan driver for it8xxx2_evb 2021-09-28 19:53:15 -04:00
led device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
led_strip drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
lora drivers: use DT_INST_ENUM_IDX(_OR) macros 2021-11-18 19:12:07 -05:00
mbox mbox: ipc: s/_MBOX_NRFX/_MBOX_NRFX_IPC/ 2021-11-01 11:30:59 -04:00
mdio drivers: use DT_INST_ENUM_IDX(_OR) macros 2021-11-18 19:12:07 -05:00
memc drivers/memc: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
misc
modem device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
net net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
neural_net
pcie pcie: add initial controller support 2021-11-25 18:37:15 +01:00
peci
pinctrl drivers/pinmux|pinctrl: stm32f1: Fix broken cast in remap 2021-11-26 10:25:41 -05:00
pinmux drivers/pinmux|pinctrl: stm32f1: Fix broken cast in remap 2021-11-26 10:25:41 -05:00
pm_cpu_ops
ps2
ptp_clock
pwm drivers: pwm_mcux: Update MCUX pwm driver to use clock bindings 2021-12-03 16:44:12 -06:00
regulator drivers: regulator: convert to gpio_dt_spec 2021-10-28 11:15:12 +02:00
sensor drivers: nrf5: kconfig: add missing dependency for TEMP_NRF5 2021-12-01 16:10:59 +01:00
serial xenvm: drivers: serial: Add consoleio Xen serial driver for Domain 0 2021-12-07 12:15:38 -05:00
spi spi: npcx_fiu: Update the SPI context 2021-12-07 09:44:34 -06:00
syscon drivers: syscon: Add support for multiple regions 2021-09-22 10:32:11 -04:00
timer drivers: timer: fix MISRA 5.7 violation 2021-12-04 07:34:53 -05:00
usb drivers/usb/device: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
video drivers: video: ov2640: remove deprecated PM macro 2021-11-03 20:27:18 -04:00
virtualization drivers/ivshmem: MSI API change was not applied in this drivers 2021-09-15 13:42:22 +03:00
watchdog drivers: watchdog: stm32G0 window watchdog during debug 2021-11-29 18:26:47 -05:00
wifi drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
xen xenvm: arm64: add Xen Enlighten and event channel support 2021-12-07 12:15:38 -05:00
CMakeLists.txt xenvm: drivers: serial: Implement serial interface to Xen PV console 2021-10-29 15:23:33 +02:00
Kconfig drivers: mbox: Introduce MBOX driver class 2021-10-27 18:27:21 +02:00