summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynqmp/include/bsp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/serial: Add ZYNQ_UART_[01]_BASE_ADDRSebastian Huber2024-04-041-0/+2
| | | | This helps to provide a shared implementation of the kernel I/O support.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-051-2/+0
| | | | | | This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
* bsp/xilinx-zynqmp: Implement Ultra96 targetJeff Kubascik2019-04-111-26/+21
| | | | | | Modifications to get xilinx-zynqmp BSP working on an Ultra96 board. Update #3682.
* bsp/xilinx-zynqmp: Stub out Xilinx MPSoC BSPJeff Kubascik2019-04-111-0/+99
Source files were copied from xilinx-zynq. Update #3682.