zephyr/drivers
Dmytro Firsov d9a3efb834 xenvm: drivers: serial: Implement serial interface to Xen PV console
This commit adds minimal support of Xen hypervisor console via UART-like
driver. Implementation allows to use poll_in/poll_out char interface for
uart_console.c driver directly to HV console instead of using Xen
virtual PL011 UART. Future implementation will support interrupt driven
interface on Xen event channels, currently it is under development.

Also this commit introduces early console_io Xen interface, which allows
to receive printk/stdout messages quickly after start, but requires Xen,
built with CONFIG_DEBUG option.

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2021-10-29 15:23:33 +02:00
..
adc drivers: adc: stm32h7 adc driver has a range for oversampling ratio 2021-10-25 19:15:03 -04:00
audio drivers: audio: dmic: Add support for nRF PDM peripherals 2021-09-03 09:34:06 -04:00
bbram drivers: bbram: Add it8xxx2 BBRAM driver implementation 2021-08-30 11:35:23 -04:00
bluetooth kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
cache
can drivers: can: Add get_max_filters API 2021-10-28 13:56:58 -04:00
clock_control clock_control: esp32c3: added clock control 2021-10-27 15:09:08 -04:00
console kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
counter drivers: counter: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
crypto kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dac drivers: dac: Refactor drivers to use shared init priority 2021-10-27 10:58:33 +02:00
debug
disk drivers: disk: Fix USDHC driver to return 0 on success 2021-09-17 08:12:22 -04:00
display drivers: display: Fix typo in Kconfig.ssd1306 2021-10-13 06:14:41 -04:00
dma drivers: dma: stm32 Fix for STM32F1 SoCs 2021-10-17 10:58:39 -04:00
ec_host_cmd_periph
edac shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
eeprom shell: Fix various build issues with string formattors 2021-10-20 10:54:38 -05:00
entropy drivers: entropy: add driver for the neorv32 trng 2021-10-26 17:53:15 -04:00
espi Microchip: MEC172x: eSPI driver 2021-10-26 09:27:20 -04:00
ethernet drivers: ethernet: xlnx_gem: Zynq-7000 support for the Xilinx GEM driver 2021-10-28 15:26:50 +02:00
flash soc: riscv: esp32c3: drivers: flash: add support 2021-10-28 06:47:21 -04:00
fpga drivers: fpga controller: add shell support 2021-09-03 09:54:00 -04:00
gpio gpio: mcp23s17: convert to spi_dt_spec 2021-10-25 09:01:05 -04:00
hwinfo shell: Fix various build issues with string formattors 2021-10-20 10:54:38 -05:00
i2c drivers: i2c: nrfx: Add implementation of i2c_recover_bus API function 2021-10-15 13:56:20 +02:00
i2s drivers: i2s_nrfx: Fix a few minor fixes 2021-09-29 14:46:29 -04:00
ieee802154 ieee802154: cc2529: convert to _dt_spec 2021-10-25 09:01:05 -04:00
interrupt_controller Microchip: MEC172x: eSPI driver 2021-10-26 09:27:20 -04:00
ipm drivers: ipm: set IPM_STM32_HSEM default from the device tree 2021-08-30 09:33:32 -04:00
kscan ITE drivers/kscan: add keyboard scan driver for it8xxx2_evb 2021-09-28 19:53:15 -04:00
led drivers: led: Fix warnings in shell_print 2021-10-28 10:38:01 -04:00
led_strip dts: fix 'colorway' compatibles 2021-08-17 17:51:57 -04:00
lora lora: asynchronous packet reception 2021-10-26 15:48:09 +02:00
mbox mbox: Introduce MBOX NRFX IPC driver 2021-10-27 18:27:21 +02:00
mdio drivers: mdio: add shell 2021-08-27 11:43:48 -04:00
memc kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
misc
modem drivers: modem: gsm: extend modem info struct about RSSI value 2021-10-26 14:47:38 +03:00
net drivers: net: loopback: Register loopback IP address to the interface 2021-10-13 11:17:51 +02:00
neural_net
pcie shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
peci
pinctrl drivers: pinctrl: add support for dynamic pin control 2021-10-25 15:26:47 -05:00
pinmux pinmux: esp32: add missing pull down call 2021-10-21 10:53:34 -04:00
pm_cpu_ops drivers: pm_cpu_ops: build as static library 2021-08-17 06:06:03 -04:00
ps2 drivers: PS/2: npcx: Replace device_get_binding with DEVICE_DT_GET 2021-07-02 15:41:28 -04:00
ptp_clock drivers: ptp_clock: build as static library 2021-08-17 06:06:03 -04:00
pwm drivers: gpio: esp32: use dts and improve code checks 2021-10-21 10:53:34 -04:00
regulator drivers: regulator: convert to gpio_dt_spec 2021-10-28 11:15:12 +02:00
sensor drivers: sensor: fxos8700: Keep current power mode when setting ODR 2021-10-28 10:10:52 -05:00
serial xenvm: drivers: serial: Implement serial interface to Xen PV console 2021-10-29 15:23:33 +02:00
spi kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
syscon drivers: syscon: Add support for multiple regions 2021-09-22 10:32:11 -04:00
timer drivers: timer: arm_arch_timer: Workaround for Cortex-A9 erratum 740657 2021-10-28 15:26:50 +02:00
usb drivers/usb: stm23: Fix deprecated macro declaration 2021-10-21 05:53:52 -05:00
video drivers: video: ov2640: add driver for ov2640 image sensor 2021-08-17 09:18:38 -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: esp32s2 add support 2021-10-13 10:14:35 -04:00
wifi drivers: wifi: eswifi: convert to spi_dt_spec 2021-10-26 17:40:54 -04:00
xen xenvm: drivers: serial: Implement serial interface to Xen PV console 2021-10-29 15:23:33 +02: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