summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dalon.westergreen@intel.com>2017-01-13 16:30:40 -0800
committerKhem Raj <raj.khem@gmail.com>2017-01-14 00:31:58 -0800
commit9f16ecb750ac4881889ee9ab841a0737949a8be4 (patch)
tree4db04db9139e4cc584585c36b75a4980d60c8c3e
parent9adaf656286bde3b64519411ac4709133aba60e4 (diff)
downloadmeta-altera-9f16ecb750ac4881889ee9ab841a0737949a8be4.tar.gz
Add u-boot-socfpga_v2013.01.01 back
v2013.01.01 is the officially supported uboot version for socfpga, per Yves' request, adding support for this version back in. Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
-rw-r--r--recipes-bsp/u-boot/files/fix-build-error-under-gcc6.patch (renamed from recipes-bsp/u-boot/files/v2014.10/fix-build-error-under-gcc6.patch)0
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb23
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb2
3 files changed, 24 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/files/v2014.10/fix-build-error-under-gcc6.patch b/recipes-bsp/u-boot/files/fix-build-error-under-gcc6.patch
index 18c5e74..18c5e74 100644
--- a/recipes-bsp/u-boot/files/v2014.10/fix-build-error-under-gcc6.patch
+++ b/recipes-bsp/u-boot/files/fix-build-error-under-gcc6.patch
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
new file mode 100644
index 0000000..449f6c3
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb
@@ -0,0 +1,23 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2PR="r1"
3
4SRCREV = "95ab599e1ad7840e08be0aa567eea3fca357572f"
5
6UBOOT_BRANCH ?= "socfpga_${PV}"
7UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
8UBOOT_PROT ?= "https"
9
10SRC_URI = "\
11 ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \
12 file://fix-build-error-under-gcc6.patch \
13 "
14
15LICENSE = "GPLv2+"
16LIC_FILES_CHKSUM = "file://README;md5=176c127db28f1a9e8d88f682a2a34963"
17
18DEPENDS += "dtc-native"
19
20UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_config"
21
22SPL_BINARY_cyclone5 = "spl/u-boot-spl.bin"
23SPL_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
index 7804080..3b9b885 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
@@ -9,7 +9,7 @@ UBOOT_PROT ?= "https"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \ 11 ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \
12 file://v2014.10/fix-build-error-under-gcc6.patch \ 12 file://fix-build-error-under-gcc6.patch \
13 " 13 "
14 14
15LICENSE = "GPLv2+" 15LICENSE = "GPLv2+"