summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/objfdtzynqmp.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-09zynqmp: Add support for the CFC-400XKinsey Moore1-3/+2
This adds a BSP variant for the ZynqMP BSP family to support the Innoflight CFC-400X platform. To properly support the CFC-400X, device trees were added to the ZynqMP platform due to both the optional management interface as well as alternate physical configuration of the ethernet interfaces.
2022-02-23cpukit/libdebugger: Add MicroBlaze supportKinsey Moore1-3/+3
Add MicroBlaze support for libdebugger. This uses only software break type instructions to provide self-hosted GDB debugging support for applications since internal control of debug hardware is not possible. Also of note, this implementation for MicroBlaze would typically use the brki instruction for software break, but instead uses an illegal opcode to manage software breaks as exceptions. This is due to poor interaction with the debug hardware where the debug hardware will intercept software breaks instead of allowing the software break vector to execute.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+15
Update #3818.