From a92d4ae685d93ed8a36b281a16876908a6dfeaef Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 16 Nov 2020 13:36:51 -0600 Subject: Add AArch64 ZynpMP BSP This adds a BSP family that runs on the Xilinx Ultrascale+ MPSOC (ZynqMP) family of chips. It is configured to be usable on the Qemu ZCU102 machine definition and should be almost trivially portable to ZynqMP development boards and custom hardware. It is also configured to be usable with libbsd. --- spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml (limited to 'spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml') diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml new file mode 100644 index 0000000000..499947eddf --- /dev/null +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml @@ -0,0 +1,44 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: group +copyrights: +- Copyright (C) 2020 On-Line Applications Research (OAR) +enabled-by: true +includes: [] +install: [] +ldflags: [] +links: +- role: build-dependency + uid: ../grp +- role: build-dependency + uid: ../start +- role: build-dependency + uid: abi +- role: build-dependency + uid: obj +- role: build-dependency + uid: optloadoff +- role: build-dependency + uid: optnocachelen +- role: build-dependency + uid: optramlen +- role: build-dependency + uid: optramori +- role: build-dependency + uid: optclkuart +- role: build-dependency + uid: ../../optconminor +- role: build-dependency + uid: ../../obj +- role: build-dependency + uid: ../../objirq +- role: build-dependency + uid: ../../optcachedata +- role: build-dependency + uid: ../../optcacheinst +- role: build-dependency + uid: ../../opto2 +- role: build-dependency + uid: ../../bspopts +type: build +use-after: [] +use-before: [] -- cgit v1.2.3