From 9407e368405e75c6994d75c0903297ec76f2050a Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Wed, 18 Sep 2019 14:59:14 -0700 Subject: Remove older u-boot-socfpga implementations These older versions are no longer supported and in many cases will not even build. Signed-off-by: Dalon Westergreen --- recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb | 34 ------------------------ recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb | 23 ---------------- recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb | 21 --------------- recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | 12 --------- recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | 23 ---------------- recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb | 20 -------------- recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | 18 ------------- recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb | 14 ---------- recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | 14 ---------- recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb | 14 ---------- recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb | 28 ------------------- 11 files changed, 221 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb delete mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb diff --git a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb deleted file mode 100644 index 19ea6c6..0000000 --- a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "U-Boot bootloader environment image creation tool" - -HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" -SECTION = "bootloaders" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -PV_append = "+git${SRCPV}" - -SRC_URI = "git://git.denx.de/u-boot.git;branch=master" -SRC_URI += "file://0001-Fix-native-build-by-using-env-variables.patch" - -S = "${WORKDIR}/git" - -# This revision corresponds to the tag "v2016.11" -# We use the revision in order to avoid having to fetch it from the -# repo during parse -SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" - -EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" STRIP=true V=1' - -do_compile () { - oe_runmake sandbox_defconfig - oe_runmake cross_tools NO_SDL=1 -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 tools/mkenvimage ${D}${bindir}/uboot-mkenvimage - ln -sf uboot-mkenvimage ${D}${bindir}/mkenvimage -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb deleted file mode 100644 index 449f6c3..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb +++ /dev/null @@ -1,23 +0,0 @@ -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc -PR="r1" - -SRCREV = "95ab599e1ad7840e08be0aa567eea3fca357572f" - -UBOOT_BRANCH ?= "socfpga_${PV}" -UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git" -UBOOT_PROT ?= "https" - -SRC_URI = "\ - ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \ - file://fix-build-error-under-gcc6.patch \ - " - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://README;md5=176c127db28f1a9e8d88f682a2a34963" - -DEPENDS += "dtc-native" - -UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_config" - -SPL_BINARY_cyclone5 = "spl/u-boot-spl.bin" -SPL_BINARY_arria5 = "spl/u-boot-spl.bin" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb deleted file mode 100644 index 3b9b885..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb +++ /dev/null @@ -1,21 +0,0 @@ -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc -PR="r1" -# This revision corresponds to the SoCEDS 16.1 release -SRCREV = "ab2181dd766157a74b309d12e0b61c4f3cdc8564" - -UBOOT_BRANCH ?= "socfpga_${PV}_arria10_bringup" -UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git" -UBOOT_PROT ?= "https" - -SRC_URI = "\ - ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \ - file://fix-build-error-under-gcc6.patch \ - " - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" - -DEPENDS += "dtc-native" - -UBOOT_BINARY = "u-boot-dtb.bin" - diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb deleted file mode 100644 index 68a529d..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb +++ /dev/null @@ -1,12 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -# This revision corresponds to the tag "v2016.05" -# We use the revision in order to avoid having to fetch it from the -# repo during parse -SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed" -PR = "r1" -DEPENDS += "dtc-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb deleted file mode 100644 index 1337c8a..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb +++ /dev/null @@ -1,23 +0,0 @@ -require u-boot-socfpga-common.inc -require u-boot-socfpga-env.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -FILESEXTRAPATHS =. "${THISDIR}/files/v2016.11:" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -# This revision corresponds to the tag "v2016.11" -# We use the revision in order to avoid having to fetch it from the -# repo during parse -SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" - -PR = "r1" - -SRC_URI_append = "\ - file://de0-nano-soc.env \ - file://cyclone5-socdk.env \ - " - -DEPENDS += "dtc-native bc-native" -DEPENDS += "u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb deleted file mode 100644 index c41b468..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb +++ /dev/null @@ -1,20 +0,0 @@ -require u-boot-socfpga-common.inc -require u-boot-socfpga-env.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -FILESEXTRAPATHS =. "${THISDIR}/files/v2017.07:" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -# This revision corresponds to the tag "v2017.07" -# We use the revision in order to avoid having to fetch it from the -# repo during parse -SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943" - -SRC_URI_append = "\ - file://de0-nano-soc.env \ - file://cyclone5-socdk.env \ - " - -DEPENDS += "dtc-native bc-native u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb deleted file mode 100644 index 389020a..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb +++ /dev/null @@ -1,18 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" - -# Stratix10 is not mainlined yet -SRCREV_stratix10 = "53ce6e587a478bf613b1af42b49b5beba2dd2f3a" -SRC_URI_stratix10 = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2017.09;prot=https" - -SRC_URI_append = "\ - " - -DEPENDS += "dtc-native bc-native u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb deleted file mode 100644 index 9e0d937..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb +++ /dev/null @@ -1,14 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -FILESEXTRAPATHS =. "${THISDIR}/files/v2018.03:" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" - -SRC_URI_append = "\ - " - -DEPENDS += "dtc-native bc-native u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb deleted file mode 100644 index b0358f1..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb +++ /dev/null @@ -1,14 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" - -SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" - -SRC_URI_append = "\ - " - -DEPENDS += "dtc-native bc-native u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb deleted file mode 100644 index d3c80e7..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb +++ /dev/null @@ -1,14 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" - -FILESEXTRAPATHS =. "${THISDIR}/files/v2019.01:" - -SRCREV = "d3689267f92c5956e09cc7d1baa4700141662bff" - -SRC_URI_append = "\ - " - -DEPENDS += "dtc-native bc-native bison-native u-boot-mkimage-native" diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb deleted file mode 100644 index 0fd1ff0..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb +++ /dev/null @@ -1,28 +0,0 @@ -require u-boot-socfpga-common.inc -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" - -FILESEXTRAPATHS =. "${THISDIR}/files/v2019.07:" - -SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004" - -SRC_URI_append = "\ - file://0001-ARM-socfpga-stratix10-Enable-PSCI-system-reset.patch \ - file://0002-ARM-socfpga-stratix10-Enable-PSCI-CPU_ON.patch \ - file://0003-ARM-socfpga-stratix10-Enable-PSCI-support-for-Strati.patch \ - file://0004-ARM-socfpga-stratix10-Enable-SMC-PSCI-calls-from-sla.patch \ - file://0005-ARM-socfpga-stratix10-Add-SOCFPGA-bridges-reset-supp.patch \ - file://0006-ARM-socfpga-stratix10-Add-Stratix10-FPGA-configurati.patch \ - file://0007-mmc-dwmmc-Enable-small-delay-before-returning-error.patch \ - file://0008-ARM-socfpga-stratix10-Enable-DMA330-DMA-controller.patch \ - file://0009-ARM-socfpga-Stratix10-Fix-el3_exception_vectors-relo.patch \ - file://0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch \ - file://0011-Makefile-Add-target-to-generate-hex-output-for-combi.patch \ - file://0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch \ - file://0013-ARM-socfpga-update-CONFIG_SPL_FS_LOAD_PAYLOAD_NAME-t.patch \ - file://0014-fpga-arria10-Fix-error-in-fpga-pin-configuration.patch \ - " - -DEPENDS += "dtc-native bc-native bison-native u-boot-mkimage-native" -- cgit v1.2.3-54-g00ecf