[meta-ti] [PATCH 2/2] u-boot-omapl138: add recipe for omapl138 devices

Vishwanathrao Badarkhe, Manish manishv.b at ti.com
Sun Jun 2 23:13:13 PDT 2013


This recipe supports omapl138 devices.

Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b at ti.com>
---
:100644 100644 cff1565... 703fd93... M	conf/machine/am180x-evm.conf
:000000 100644 0000000... b9cb5b3... A	recipes-bsp/u-boot/u-boot-am180x_2012.04.01.bb
 conf/machine/am180x-evm.conf                   |    2 +-
 recipes-bsp/u-boot/u-boot-am180x_2012.04.01.bb |   17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index cff1565..703fd93 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -5,7 +5,7 @@
 require conf/machine/include/davinci.inc
 require conf/machine/include/omapl138.inc
 
-UBOOT_MACHINE = "da850evm_config"
+UBOOT_MACHINE = "da850sdi_config"
 UBOOT_ENTRYPOINT = "0xc0008000"
 UBOOT_LOADADDRESS = "0xc0008000"
 
diff --git a/recipes-bsp/u-boot/u-boot-am180x_2012.04.01.bb b/recipes-bsp/u-boot/u-boot-am180x_2012.04.01.bb
new file mode 100644
index 0000000..b9cb5b3
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-am180x_2012.04.01.bb
@@ -0,0 +1,17 @@
+equire u-boot-ti.inc
+
+DESCRIPTION = "u-boot bootloader for AM180x devices"
+
+COMPATIBLE_MACHINE = "am180x-evm"
+
+PR = "r0"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "master"
+
+# DEV_DAVINCIPSP_03.22.00.04
+SRCREV = "DEV_DAVINCIPSP_03.22.00.04"
+
+UBOOT_SUFFIX = "bin"
+
-- 
1.7.4.1




More information about the meta-ti mailing list