summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynq/console/debug-console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/serial: Add Zynq UART kernel I/O supportSebastian Huber2024-04-041-81/+0
| | | | | | Replace the BSP_CONSOLE_MINOR BSP option for the Xilinx Zynq BSPs with the new BSP option ZYNQ_UART_KERNEL_IO_BASE_ADDR. Move the kernel I/O support to a shared file.
* dev/serial: Simplify some Zynq UART functionsSebastian Huber2024-03-271-12/+3
| | | | | | Make the initialization and polled functions independent of the Termios context. This helps to implement the kernel I/O support without a dependency on the Termios framework.
* arm/xilinx-zynq: Initialize debug console onceSebastian Huber2023-05-261-0/+6
|
* arm/xilinx-zynq: Improve Doxygen file commentsSebastian Huber2023-05-261-2/+11
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/xilinx-zynq: Init debug console only onceSebastian Huber2022-07-011-4/+1
| | | | Initialize the debug console only once during early system initialization.
* bsps: Move zynq-uart to bsps/sharedKinsey Moore2020-12-021-1/+1
| | | | | This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-041-1/+1
| | | | | | | | Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838.
* bsp/zynq-uart: Remove zynq_uart_instances from headerJeff Kubascik2019-04-111-0/+1
| | | | | | | This variable is BSP specific and should be removed from the driver header file. Update #3682.
* bsp/xilinx-zynq: Relicense to BSD-2-ClauseSebastian Huber2019-04-101-9/+22
| | | | | | | | Relicense contributions from Chris Johns, Christian Mauderer, embedded brains GmbH, Joel Sherrill, OAR, Pavel Pisa, Ralf Kirchner, and Sebastian Huber. Update #3053.
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-0/+64
This patch is a part of the BSP source reorganization. Update #3285.