mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-10 22:02:56 +01:00
The x86 architecture exclusively uses Port-Mapped I/O (inb/outb) to access the 16550 UARTs. This patch mimics how Linux selects between Memory-Mapped and Port-Mapped I/O. This allows x86 boards to use CONFIG_SERIAL_MUTLI and drop the custom serial port driver Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
||
|---|---|---|
| .. | ||
| altera_jtag_uart.c | ||
| altera_uart.c | ||
| arm_dcc.c | ||
| at91rm9200_usart.c | ||
| atmel_usart.c | ||
| atmel_usart.h | ||
| Makefile | ||
| mcfuart.c | ||
| ns9750_serial.c | ||
| ns16550.c | ||
| opencores_yanu.c | ||
| s3c64xx.c | ||
| s3c4510b_uart.c | ||
| s3c4510b_uart.h | ||
| serial.c | ||
| serial_clps7111.c | ||
| serial_imx.c | ||
| serial_ixp.c | ||
| serial_ks8695.c | ||
| serial_lh7a40x.c | ||
| serial_lpc2292.c | ||
| serial_max3100.c | ||
| serial_mxc.c | ||
| serial_netarm.c | ||
| serial_pl01x.c | ||
| serial_pl01x.h | ||
| serial_pxa.c | ||
| serial_s3c24x0.c | ||
| serial_s3c44b0.c | ||
| serial_s5p.c | ||
| serial_sa1100.c | ||
| serial_sh.c | ||
| serial_xuartlite.c | ||
| usbtty.c | ||
| usbtty.h | ||