[meta-ti] Denys Dmytriyenko : u-boot: switch from SPL/MLO to "ais" image for omapl138 SOCs

Arago Project git git at arago-project.org
Wed Jul 2 13:03:26 PDT 2014


Module: meta-ti
Branch: daisy
Commit: 0c5e4a5c84c043de2553b2a07b8a8e9deed0d31d
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=0c5e4a5c84c043de2553b2a07b8a8e9deed0d31d

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Jun 27 00:18:15 2014 +0000

u-boot: switch from SPL/MLO to "ais" image for omapl138 SOCs

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Cc: Tom Rini <trini at ti.com>

---

 conf/machine/am180x-evm.conf         |    4 +++-
 recipes-bsp/u-boot/u-boot-ti.inc     |    4 ++--
 recipes-bsp/u-boot/u-boot_2014.07.bb |    3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 3182e8a..f83814e 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -5,7 +5,9 @@
 require conf/machine/include/davinci.inc
 require conf/machine/include/omapl138.inc
 
-UBOOT_MACHINE = "da850evm_config"
+UBOOT_MACHINE = "da850_am18xxevm_config"
+UBOOT_SUFFIX = "ais"
+
 UBOOT_ENTRYPOINT = "0xc0008000"
 UBOOT_LOADADDRESS = "0xc0008000"
 
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index c024e96..0cb53ea 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -1,3 +1,5 @@
+UBOOT_SUFFIX ?= "img"
+
 require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
@@ -14,8 +16,6 @@ PKG_${PN}-dbg = "u-boot-dbg"
 
 S = "${WORKDIR}/git"
 
-UBOOT_SUFFIX = "img"
-
 # SPL (Second Program Loader) to be loaded over UART
 SPL_UART_BINARY ?= ""
 SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
index b326aa1..9da6f7d 100644
--- a/recipes-bsp/u-boot/u-boot_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
@@ -25,3 +25,6 @@ SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
 
 SPL_BINARY = "MLO"
 SPL_UART_BINARY = "u-boot-spl.bin"
+
+SPL_BINARY_omapl138 = ""
+SPL_UART_BINARY_omapl138 = ""



More information about the meta-ti mailing list