summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-94/+0
| | | | | Close #3250. Close #4081.
* bsp/xilinx-zynqmp: Fix linkcmds configSebastian Huber2019-10-281-1/+1
| | | | Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.
* bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber2019-10-231-6/+0
| | | | | Do all calculations in the linker command file. This is a preparation for the new build system.
* bsp/xilinx-zynqmp: Simplify configure.acSebastian Huber2019-10-231-21/+9
| | | | Use NULL-pointer protection also for Qemu variant.
* bsp/xilinx-zynqmp: Implement Ultra96 targetJeff Kubascik2019-04-111-83/+53
| | | | | | 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/+142
Source files were copied from xilinx-zynq. Update #3682.