summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b49d18)
raw | patch | inline | side by side (parent: 3b49d18)
author | Denys Dmytriyenko <denys@ti.com> | |
Mon, 18 Mar 2013 22:06:38 +0000 (18:06 -0400) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Tue, 19 Mar 2013 01:31:32 +0000 (21:31 -0400) |
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
diff --git a/recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch b/recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
diff --git a/recipes-bsp/u-boot/u-boot-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch b/recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0002-omap3evm-Make-the-board-start-at-800MHz.patch
diff --git a/recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch b/recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch
rename from recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch
rename to recipes-bsp/u-boot/u-boot-am37x-2012.04.01/0003-beagleboard-Make-xM-rev-C-go-to-800MHz.patch
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
similarity index 78%
rename from recipes-bsp/u-boot/u-boot_2012.04.01.bb
rename to recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
index 6cc63ed0965f41c6be978ec268355a8713554a1e..c25cf1e41739b6fa76e88ea506a5415e9a5d46c0 100644 (file)
rename from recipes-bsp/u-boot/u-boot_2012.04.01.bb
rename to recipes-bsp/u-boot/u-boot-am37x_2012.04.01.bb
index 6cc63ed0965f41c6be978ec268355a8713554a1e..c25cf1e41739b6fa76e88ea506a5415e9a5d46c0 100644 (file)
-# Use the version of u-boot.inc in oe-core not the meta-ti version
-require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for ARM MPU devices"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-DEFAULT_PREFERENCE = "-1"
-
COMPATIBLE_MACHINE = "am37x-evm|beagleboard"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
BRANCH ?= "master"
-SRCREV = "v2012.04.01"
-
-S = "${WORKDIR}/git"
+# v2012.04.01
+SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d"
SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
file://0001-ARM-omap3-Set-SPL-stack-size-to-8KB-image-to-54KB.patch \
"
-UBOOT_SUFFIX = "img"
-
-# Set the name of the SPL that will built so that it is also packaged with u-boot.
SPL_BINARY = "MLO"