diff options
author | Kinsey Moore <kinsey.moore@oarcorp.com> | 2021-01-08 17:07:34 -0600 |
---|---|---|
committer | Joel Sherrill <joel@rtems.org> | 2021-05-27 14:09:00 -0500 |
commit | d0eaf3ec1caf893d0bccae8a20c0445c3b35010b (patch) | |
tree | bf11c940e466701ec76d103d438be67fa47d35bb /spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml | |
parent | bsps/aarch64: Add MMU driver to relax alignment (diff) | |
download | rtems-d0eaf3ec1caf893d0bccae8a20c0445c3b35010b.tar.bz2 |
spec/aarch64: Add BSPs for real ZynqMP hardware
Add the BSPs for running on the ZU3EG Ultrascale+ Zynq MPSoC and alter
the option defaults necessary for them to run properly using the
standard BOOT.BIN configured for PetaLinux that comes in the Out-of-Box
package.
Diffstat (limited to '')
-rw-r--r-- | spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml new file mode 100644 index 0000000000..8bf646b1d4 --- /dev/null +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml @@ -0,0 +1,18 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- set-test-state: + # expected to produce a fatal-error when run + minimum: exclude + + # don't compile due to toolchain issues, see RTEMS issue #4218 + spconfig01: exclude + spmisc01: exclude +build-type: option +copyrights: +- Copyright (C) 2020 On-Line Applications Research (OAR) +default: null +default-by-variant: [] +description: '' +enabled-by: true +links: [] +type: build |