From d0eaf3ec1caf893d0bccae8a20c0445c3b35010b Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 8 Jan 2021 17:07:34 -0600 Subject: 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. --- spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml') diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml index 73c89995ba..c17febe288 100644 --- a/spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml @@ -8,7 +8,11 @@ build-type: option copyrights: - Copyright (C) 2020 On-Line Applications Research (OAR) default: 0x40018000 -default-by-variant: [] +default-by-variant: +- value: 0x10000000 + variants: + - aarch64/xilinx_zynqmp_lp64_zu3eg + - aarch64/xilinx_zynqmp_ilp32_zu3eg description: | base address of memory area available to the BSP enabled-by: true -- cgit v1.2.3