summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynq/start/bspreset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/serial: Add Zynq UART kernel I/O supportSebastian Huber2024-04-041-2/+4
| | | | | | 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.
* arm/xilinx-zynq: Improve Doxygen file commentsSebastian Huber2023-05-261-2/+10
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* 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.
* 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 startup files to bspsSebastian Huber2018-04-201-0/+30
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.