summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b73a2e3)
raw | patch | inline | side by side (parent: b73a2e3)
author | Franklin S. Cooper Jr <fcooper@ti.com> | |
Mon, 22 Apr 2013 22:31:47 +0000 (17:31 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Tue, 23 Apr 2013 01:36:07 +0000 (21:36 -0400) |
* Add correct u-boot recipe for am3517.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
conf/machine/am3517-evm.conf | patch | blob | history | |
recipes-bsp/u-boot/u-boot-am3517_2011.09.bb | [new file with mode: 0644] | patch | blob |
index 097e7978a15135a65d5dc51273121779af8d5457..b9b6d17ba28c128f7be85e5dc4e9dce7c278a035 100644 (file)
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
-# Support for am3517 is in the same tree as am33x
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x"
-PREFERRED_PROVIDER_u-boot = "u-boot-am33x"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am3517"
+PREFERRED_PROVIDER_u-boot = "u-boot-am3517"
UBOOT_MACHINE = "am3517_evm_config"
XLOAD_MACHINE = "am3517evm_config"
diff --git a/recipes-bsp/u-boot/u-boot-am3517_2011.09.bb b/recipes-bsp/u-boot/u-boot-am3517_2011.09.bb
--- /dev/null
@@ -0,0 +1,19 @@
+require u-boot-ti.inc
+
+DESCRIPTION = "u-boot bootloader for ARM MPU devices"
+
+COMPATIBLE_MACHINE = "omap3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r0+gitr${SRCPV}"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "AM335XPSP_04.06.00.08"
+
+# Lock to the commit corresponding to tag "v2011.09_AM335xPSP_04.06.00.08"
+SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
+
+# Set the name of the SPL that will built so that it is also packaged with u-boot.
+SPL_BINARY = "MLO"