[meta-freescale] [meta-fsl-arm][PATCH 1/4] u-boot-timesys: Add version 2011.12

Anthony Felice tony.felice at timesys.com
Thu Feb 27 10:47:44 PST 2014


Add some commits over u-boot 2011.12 with board support for the pcl052 and
pcm052 platforms, that include:

* Add NAND boot support
* Add FEC1 support
* Fix DDR3 settings for pcm052 1.1 silicon
* Fix SDHC issues
* New machine definitions (i.e. pcl052, pcm052)

and more, for a total of 25 commits. Included in these commits is also base
support for the Vybrid Tower platform.

Commits from the u-boot-cfi-flash fork from 2012-03-21 and earlier have also
been added, starting from commit 85c344e5f98: "cfi: fix the incomplete erased
status check in buffer write".

This version has been tested on the pcl052 and pcm052 platforms.

Signed-off-by: Anthony Felice <tony.felice at timesys.com>
---
 recipes-bsp/u-boot/u-boot-timesys_2011.12.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-timesys_2011.12.bb

diff --git a/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb b/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
new file mode 100644
index 0000000..4f103fd
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "bootloader for Vybrid platforms"
+require recipes-bsp/u-boot/u-boot.inc
+
+PROVIDES += "u-boot"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+SRCBRANCH = "2011.12-pcl052"
+SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=git;branch=${SRCBRANCH}"
+SRCREV = "dca5026484c69628be9b9618e5795c635cefe110"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "(vf60)"
+
+PV = "v2011.12"
-- 
1.9.0



More information about the meta-freescale mailing list