summaryrefslogtreecommitdiff
path: root/platforms/zynqmp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/zynqmp.sh')
-rw-r--r--platforms/zynqmp.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/zynqmp.sh b/platforms/zynqmp.sh
new file mode 100644
index 0000000..cc936e7
--- /dev/null
+++ b/platforms/zynqmp.sh
@@ -0,0 +1,9 @@
+platform=zynqmp
+dir_pattern=xilinx
+arch=arm64
+BOOT_DIR=$TFTP_ROOT/xilinx
+DTBS="xilinx/zynqmp-zcu106-revA.dtb"
+IMAGE=Image
+LOADADDR=0x10000000
+KCFLAGS="$KCFLAGS -Wno-error=packed-not-aligned -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-error=stringop-overflow"
+target_dir=$NFS_ROOT/zynqmp