summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-17 00:48:18 +0200
committerKhem Raj <raj.khem@gmail.com>2016-05-17 15:01:24 -0700
commit82cca7bcd7bdb194f6f399d2b5a9b013e4465615 (patch)
tree0f09b34c1a3d22f86d051eea83040e930e35f162
parent5cc2f0ef43afda75a68545036761a2158788a77d (diff)
downloadmeta-altera-82cca7bcd7bdb194f6f399d2b5a9b013e4465615.tar.gz
u-boot: Upgrade to 2016.05
Upgrade the u-boot package to 2016.05 as it contains significant fixes for DDR initialization of the Gen5 socfpga as well as fixes for the problems with QSPI and USB with dcache enabled. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dalon Westergreen <dwesterg@gmail.com> Cc: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/arria5.conf2
-rw-r--r--conf/machine/cyclone5.conf2
-rw-r--r--[-rwxr-xr-x]recipes-bsp/u-boot/u-boot-socfpga.inc0
-rw-r--r--[-rwxr-xr-x]recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb0
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb (renamed from recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb)6
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 32893e3..1cf893f 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2016.03%" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%"
8 8
9UBOOT_CONFIG ??= "arria5-socdk" 9UBOOT_CONFIG ??= "arria5-socdk"
10 10
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 2307f3b..d28fbe7 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2016.03%" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_CONFIG ??= "cyclone5-socdk"
10 10
diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc
index 39d9343..39d9343 100755..100644
--- a/recipes-bsp/u-boot/u-boot-socfpga.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga.inc
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
index 7ee2a5c..7ee2a5c 100755..100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb
index 55f143e..fdf0320 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb
@@ -1,12 +1,12 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2 2
3# This revision is the v2016.03 release 3# This revision is the v2016.05 release
4SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" 4SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed"
5 5
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9PV = "2016.03" 9PV = "2016.05"
10PV_append = "+git${SRCPV}" 10PV_append = "+git${SRCPV}"
11 11
12DEPENDS += "dtc-native" 12DEPENDS += "dtc-native"