From b6d590af3f28f1737ff681ed0ed94d812878962c Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 26 Oct 2021 06:47:53 -0500 Subject: meta-xilinx: remove subtree The meta-xilinx layer was used for a now-deleted EVB. Neither the EVB nor the meta-xilinx layer have been updated for the Yocto override syntax change and the meta-xilinx still doesn't have a hardknott or honister branch (or corresponding support). I've asked the Xilinx maintainer back in May on when a hardknott version would be supported and I was told "about a month from now". I followed up in August and was told "work is in progress". As of today there are still zero commits in meta-xilinx since January 2021. As such, I do not believe this layer is well-maintained and we have no specific use for it anymore. Remove it until someone finds a good reason to include it and the upstream shows signs of life. Signed-off-by: Patrick Williams Change-Id: Id14ea55db2ac2779edf42e63cb57ad7d25172ad5 --- .../pynq-overlay/pynq-overlay/LICENSE | 23 ----------- .../pynq-overlay/pynq-overlay/generic-uio.conf | 1 - .../pynq-overlay/pynq-overlay/pynq_zynq.dtsi | 16 -------- .../pynq-overlay/pynq_zynq_symbols.dtsi | 15 -------- .../pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi | 17 -------- .../pynq-overlay/pynq_zynqmp_symbols.dtsi | 15 -------- .../pynq-overlay/pynq-overlay_1.0.bb | 45 ---------------------- 7 files changed, 132 deletions(-) delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/LICENSE delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/generic-uio.conf delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq.dtsi delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq_symbols.dtsi delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp_symbols.dtsi delete mode 100644 meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay_1.0.bb (limited to 'meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay') diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/LICENSE b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/LICENSE deleted file mode 100644 index e1e09ab59..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -#******************************************************************************* -# -# Copyright (C) 2019 Xilinx, Inc. All rights reserved. -# -# Permission is hereby granted, free of charge, to any person obtaining a copy of -# this software and associated documentation files (the "Software"), to deal in -# the Software without restriction, including without limitation the rights to -# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -# of the Software, and to permit persons to whom the Software is furnished to do -# so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. -# -# ****************************************************************************** diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/generic-uio.conf b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/generic-uio.conf deleted file mode 100644 index 84d06c84c..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/generic-uio.conf +++ /dev/null @@ -1 +0,0 @@ -options uio_pdrv_genirq of_id=generic-uio diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq.dtsi b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq.dtsi deleted file mode 100644 index 8c20cdd50..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq.dtsi +++ /dev/null @@ -1,16 +0,0 @@ -/dts-v1/; -/plugin/; - -&{/amba} { - xlnk { - compatible = "xlnx,xlnk-1.0"; - }; - fabric@40000000 { - compatible = "generic-uio"; - reg = <0x40001000 0x1000>; - status = "okay"; - interrupt-parent = <&intc>; - interrupts = <0 0x1d 4>; - }; - -}; diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq_symbols.dtsi b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq_symbols.dtsi deleted file mode 100644 index 69cbdb659..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynq_symbols.dtsi +++ /dev/null @@ -1,15 +0,0 @@ -/dts-v1/; -/plugin/; - -/ { - - fragment@0 { - target-path = "/"; - __overlay__ { - __symbols__ { - intc = "/amba/interrupt-controller@f8f01000"; - }; - }; - }; - -}; diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi deleted file mode 100644 index 4c389dae7..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi +++ /dev/null @@ -1,17 +0,0 @@ -/dts-v1/; -/plugin/; - -&{/amba} { - xlnk { - compatible = "xlnx,xlnk-1.0"; - }; - fabric@A0000000 { - compatible = "generic-uio"; - reg = <0x0 0xA0001000 0x0 0x1000>; - status = "okay"; - interrupt-parent = <&gic>; - interrupts = <0 89 4>; - }; - -}; - diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp_symbols.dtsi b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp_symbols.dtsi deleted file mode 100644 index 2e8ea882d..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp_symbols.dtsi +++ /dev/null @@ -1,15 +0,0 @@ -/dts-v1/; -/plugin/; - -/ { - - fragment@0 { - target-path = "/"; - __overlay__ { - __symbols__ { - gic = "/amba_apu@0/interrupt-controller@f9010000"; - }; - }; - }; - -}; diff --git a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay_1.0.bb b/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay_1.0.bb deleted file mode 100644 index fb8d7012b..000000000 --- a/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay_1.0.bb +++ /dev/null @@ -1,45 +0,0 @@ -SUMMARY = "Xilinx PYNQ overlay" -HOMEPAGE = "http://pynq.io" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=23;md5=04c57e41ad93d4d6b6ca3d766372b0fa" - -DEPENDS += "dtc-native" - -SRC_URI = " \ - file://pynq_zynqmp.dtsi \ - file://pynq_zynq.dtsi \ - file://pynq_zynqmp_symbols.dtsi \ - file://pynq_zynq_symbols.dtsi \ - file://generic-uio.conf \ - file://LICENSE \ - " - -S="${WORKDIR}" - -PYNQ_DTSI ??= "pynq_zynqmp.dtsi" -PYNQ_DTSI_zynqmp ?= "pynq_zynqmp.dtsi" -PYNQ_DTSI_zynq ?= "pynq_zynq.dtsi" -PYNQ_SYMBOL_DTSI_zynqmp ?= "pynq_zynqmp_symbols.dtsi" -PYNQ_SYMBOL_DTSI_zynq ?= "pynq_zynq_symbols.dtsi" -PYNQ_DTBO ?= "pynq.dtbo" -PYNQ_SYMBOL_DTBO ?= "pynq-symbols.dtbo" - -do_compile() { - - dtc -I dts -O dtb -@ ${WORKDIR}/${PYNQ_DTSI} -o ${S}/${PYNQ_DTBO} - dtc -I dts -O dtb -@ ${WORKDIR}/${PYNQ_SYMBOL_DTSI} -o ${S}/${PYNQ_SYMBOL_DTBO} -} - - -do_install() { - - install -d ${D}/lib/firmware - install -m 755 ${S}/${PYNQ_DTBO} ${D}/lib/firmware/${PYNQ_DTBO} - install -m 755 ${S}/${PYNQ_SYMBOL_DTBO} ${D}/lib/firmware/${PYNQ_SYMBOL_DTBO} - - install -d ${D}/etc/modprobe.d - install -m 644 ${WORKDIR}/generic-uio.conf ${D}${sysconfdir}/modprobe.d/generic-uio.conf - -} - -FILES_${PN} += "/lib/firmware/pynq.dtbo /lib/firmware/pynq-symbols.dtbo ${sysconfdir}/modprobe.d/generic-uio.conf" -- cgit v1.2.3