[meta-freescale] [PATCH 2/3] u-boot-vybrid: Add Timesys-based u-boot for Vf600-based machines

Andy Voltz andy.voltz at timesys.com
Thu Jun 13 08:26:01 PDT 2013


Signed-off-by: Andy Voltz <andy.voltz at timesys.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/include/imx-base.inc           |    1 +
 recipes-bsp/u-boot/u-boot-vybrid_2011.12.bb |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-vybrid_2011.12.bb

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index b7d04b1..bd293fd 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -18,6 +18,7 @@ UBOOT_ENTRYPOINT_mx51  = "0x90008000"
 UBOOT_ENTRYPOINT_mx53  = "0x70008000"
 UBOOT_ENTRYPOINT_mx6  = "0x10008000"
 UBOOT_ENTRYPOINT_mx6sl = "0x80008000"
+UBOOT_ENTRYPOINT_vf60 = "0x80008000"
 
 PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.11.4"
 
diff --git a/recipes-bsp/u-boot/u-boot-vybrid_2011.12.bb b/recipes-bsp/u-boot/u-boot-vybrid_2011.12.bb
new file mode 100644
index 0000000..ae9900d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-vybrid_2011.12.bb
@@ -0,0 +1,19 @@
+# Copyright (C) 2013 Timesys Corporation
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-bsp/u-boot/u-boot.inc
+DESCRIPTION = "U-boot bootloader for vybrid platforms"
+
+PROVIDES += "u-boot"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+SRC_URI = "git://github.com/Timesys/u-boot-timesys.git"
+
+# Revision of 2011.12-mvf branch
+SRCREV = "d958fc844f245394d6926930ad9f24a01ba51e3c"
+
+S = "${WORKDIR}/git"
+
+COMPATIBLE_MACHINE = "(vf60)"
-- 
1.7.9.5




More information about the meta-freescale mailing list