2013-08-02 00:48:40 +02:00
|
|
|
common-obj-$(CONFIG_IPACK) += ipoctal232.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_ESCC) += escc.o
|
2018-10-30 16:23:56 +01:00
|
|
|
common-obj-$(CONFIG_NRF51_SOC) += nrf51_uart.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_PARALLEL) += parallel.o
|
2019-03-11 10:50:54 +01:00
|
|
|
common-obj-$(CONFIG_ISA_BUS) += parallel-isa.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_PL011) += pl011.o
|
2016-02-08 01:36:54 +01:00
|
|
|
common-obj-$(CONFIG_SERIAL) += serial.o
|
|
|
|
common-obj-$(CONFIG_SERIAL_ISA) += serial-isa.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_SERIAL_PCI) += serial-pci.o
|
2018-05-22 21:48:22 +02:00
|
|
|
common-obj-$(CONFIG_VIRTIO_SERIAL) += virtio-console.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_XILINX) += xilinx_uartlite.o
|
2017-03-16 21:01:50 +01:00
|
|
|
common-obj-$(CONFIG_XEN) += xen_console.o
|
2013-03-01 13:59:19 +01:00
|
|
|
common-obj-$(CONFIG_CADENCE) += cadence_uart.o
|
2013-02-05 12:42:31 +01:00
|
|
|
|
2013-02-05 13:35:34 +01:00
|
|
|
obj-$(CONFIG_EXYNOS4) += exynos4210_uart.o
|
|
|
|
obj-$(CONFIG_COLDFIRE) += mcf_uart.o
|
|
|
|
obj-$(CONFIG_OMAP) += omap_uart.o
|
|
|
|
obj-$(CONFIG_SH4) += sh_serial.o
|
|
|
|
obj-$(CONFIG_PSERIES) += spapr_vty.o
|
2013-12-17 20:42:37 +01:00
|
|
|
obj-$(CONFIG_DIGIC) += digic-uart.o
|
2015-03-11 14:21:05 +01:00
|
|
|
obj-$(CONFIG_STM32F2XX_USART) += stm32f2xx_usart.o
|
2016-03-16 18:06:01 +01:00
|
|
|
obj-$(CONFIG_RASPI) += bcm2835_aux.o
|
2013-02-05 13:35:34 +01:00
|
|
|
|
2017-07-17 14:36:08 +02:00
|
|
|
common-obj-$(CONFIG_CMSDK_APB_UART) += cmsdk-apb-uart.o
|
2013-02-05 13:35:34 +01:00
|
|
|
common-obj-$(CONFIG_ETRAXFS) += etraxfs_ser.o
|
|
|
|
common-obj-$(CONFIG_ISA_DEBUG) += debugcon.o
|
|
|
|
common-obj-$(CONFIG_GRLIB) += grlib_apbuart.o
|
|
|
|
common-obj-$(CONFIG_IMX) += imx_serial.o
|
|
|
|
common-obj-$(CONFIG_LM32) += lm32_juart.o
|
|
|
|
common-obj-$(CONFIG_LM32) += lm32_uart.o
|
|
|
|
common-obj-$(CONFIG_MILKYMIST) += milkymist-uart.o
|
2013-05-22 14:11:36 +02:00
|
|
|
common-obj-$(CONFIG_SCLPCONSOLE) += sclpconsole.o sclpconsole-lm.o
|
2013-02-05 13:35:34 +01:00
|
|
|
|
2013-02-05 12:42:31 +01:00
|
|
|
obj-$(CONFIG_VIRTIO) += virtio-serial-bus.o
|
s390x/3270: Mark non-migratable and enable the device
Mark 3270 as non-migratable for the experimental stage. Enable
the 3270 device so that we can use x3270 client to operate the guest.
Run qemu with the arguments:
-chardev socket,id=char3270_0,host=0.0.0.0,port=23,nowait,server,tn3270 \
-device x-terminal3270,chardev=char3270_0,devno=fe.0.000a,id=terminal3270_0 \
There are some restrictions for the first stage: We don't support SSL
connections, multiple client connections and client resizing. Only
tested with the x3270 client.
Signed-off-by: Jing Liu <liujbjl@linux.vnet.ibm.com>
Signed-off-by: Yang Chen <bjcyang@linux.vnet.ibm.com>
Reviewed-by: QingFeng Hao <haoqf@linux.vnet.ibm.com>
Reviewed-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2017-01-12 10:38:25 +01:00
|
|
|
obj-$(CONFIG_TERMINAL3270) += terminal3270.o
|