summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/serial (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-02bsps: Move zynq-uart to bsps/sharedKinsey Moore2-361/+0
This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
2020-10-05Move ARM PL011 UART driverKinsey Moore1-91/+0
This UART driver is now needed for BSPs other than ARM.
2020-08-22bsp/xilinx-zynq: Flush TX-Buffer before initializing uartJan Sommer1-0/+2
Closes #4055 Closes #4056
2020-02-12arm/xilinx-zynq: Split console driver filesSebastian Huber2-151/+182
This avoids to pull in via printk() the Termios support which pulls in the file system support. This fixes a spconfig02 test failure.
2019-04-11bsp/zynq-uart: Move Zynq UART driver to shared directoryJeff Kubascik1-0/+328
This driver will be shared with the xilinx-zynqmp BSP. Update #3682.
2018-04-24bsps: Move arm-pl050.c to bspsSebastian Huber1-0/+116
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move arm-pl011.c to bspsSebastian Huber1-0/+91
This patch is a part of the BSP source reorganization. Update #3285.