summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/serial (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move zynq-uart to bsps/sharedKinsey Moore2020-12-022-361/+0
| | | | | This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
* Move ARM PL011 UART driverKinsey Moore2020-10-051-91/+0
| | | | This UART driver is now needed for BSPs other than ARM.
* bsp/xilinx-zynq: Flush TX-Buffer before initializing uartJan Sommer2020-08-221-0/+2
| | | | | Closes #4055 Closes #4056
* arm/xilinx-zynq: Split console driver filesSebastian Huber2020-02-122-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.
* bsp/zynq-uart: Move Zynq UART driver to shared directoryJeff Kubascik2019-04-111-0/+328
| | | | | | This driver will be shared with the xilinx-zynqmp BSP. Update #3682.
* bsps: Move arm-pl050.c to bspsSebastian Huber2018-04-241-0/+116
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move arm-pl011.c to bspsSebastian Huber2018-04-241-0/+91
This patch is a part of the BSP source reorganization. Update #3285.