summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/xilinx-zynqmp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber2-183/+0
Close #3250. Close #4081.
2021-03-30bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools buildJan Sommer1-0/+1
Closes #4321
2021-03-10bsps/xilinx_zynq: Add SPI driver to autotools buildJan Sommer1-0/+3
Closes #4320
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-12-23bsps: Use header file for GIC architecture supportSebastian Huber1-1/+0
This avoids a function call overhead in the interrupt dispatching. Update #4202.
2020-12-02bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore1-1/+2
This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
2020-12-02bsps: Move zynq-uart to bsps/sharedKinsey Moore1-2/+2
This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
2020-10-05bsps: Break out AArch32 portions of GPT driverKinsey Moore1-1/+2
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.
2020-02-12arm/xilinx-zynq: Split console driver filesSebastian Huber1-0/+1
This avoids to pull in via printk() the Termios support which pulls in the file system support. This fixes a spconfig02 test failure.
2019-10-28bsp/xilinx-zynqmp: Fix linkcmds configSebastian Huber1-1/+1
Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.
2019-10-23bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber1-6/+0
Do all calculations in the linker command file. This is a preparation for the new build system.
2019-10-23bsp/xilinx-zynqmp: Simplify configure.acSebastian Huber1-21/+9
Use NULL-pointer protection also for Qemu variant.
2019-04-11bsp/xilinx-zynqmp: Implement Ultra96 targetJeff Kubascik2-98/+64
Modifications to get xilinx-zynqmp BSP working on an Ultra96 board. Update #3682.
2019-04-11bsp/xilinx-zynqmp: Stub out Xilinx MPSoC BSPJeff Kubascik2-0/+228
Source files were copied from xilinx-zynq. Update #3682.