summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-17 21:20:20 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-18 00:01:37 -0300
commit8d5b2bac6bf9a4987766ce1970414463c021c497 (patch)
treecd95cf10b2f60c9a1899a7f581beb0e4f95e2e9f
parent10394d19f042d80880fd19315796fa8ed3ecc200 (diff)
downloadmeta-freescale-8d5b2bac6bf9a4987766ce1970414463c021c497.tar.gz
u-boot-fslc: Update to 2013.10 based release
This updates the U-Boot fork to a 2013.10 based release and include following changes on top of that: 4b2e99f mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT 60fe20e mx28evk: Extend environment to easy write of NAND system e2f0dee mx28evk: Add 'nandboot' environment command 319cafc mx28evk: Use 512k for fdt partition to align it e92e0d3 imx_watchdog: do not soft-reset while watchdog init Change-Id: Ib875751bdc66325fb8237c553529a2462bd76176 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb4
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index 047e3b28b..62105c694 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -1,13 +1,13 @@
1DESCRIPTION = "U-boot bootloader mxsboot tool" 1DESCRIPTION = "U-boot bootloader mxsboot tool"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
4SECTION = "bootloader" 4SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2013.10" 8PV = "v2013.10"
9 9
10SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33" 10SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a"
11SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 11SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index f595171a3..8ea6b70a9 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -1,7 +1,7 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" 4LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" 5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
6 6
7DEPENDS_mxs += "elftosb-native openssl-native" 7DEPENDS_mxs += "elftosb-native openssl-native"
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
10 10
11PV = "v2013.10" 11PV = "v2013.10"
12 12
13SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33" 13SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"