[meta-ti] [PATCH 1/3] u-boot 2011.09: add pandaboard support
Koen Kooi
koen at dominion.thruhere.net
Wed Dec 7 06:42:12 PST 2011
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
recipes-bsp/u-boot/u-boot_2011.09.bb | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot_2011.09.bb b/recipes-bsp/u-boot/u-boot_2011.09.bb
index 74c8518..955bd5e 100644
--- a/recipes-bsp/u-boot/u-boot_2011.09.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.09.bb
@@ -8,9 +8,9 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
# No patches for other machines yet
-COMPATIBLE_MACHINE = "(beagleboard)"
+COMPATIBLE_MACHINE = "(beagleboard|omap4430-panda)"
-SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
+SRC_URI_pn-${PN}_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \
file://2011.09/0001-omap3-mem-Comment-enable_gpmc_cs_config-more.patch \
file://2011.09/0002-OMAP3-Update-SDRC-dram_init-to-always-call-make_cs1_.patch \
file://2011.09/0003-OMAP3-Add-a-helper-function-to-set-timings-in-SDRC.patch \
@@ -35,7 +35,10 @@ SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \
file://fw_env.config \
"
-SRCREV = "fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3"
+SRCREV_pn-${PN}_beagleboard = "fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3"
+
+SRC_URI_pn-${PN}_omap4430-panda = "git://git.linaro.org/boot/u-boot-linaro-stable.git"
+SRCREV_pn-${PN}_omap4430-panda = "3d343a62b8240100d6ce76b9126ff1e97be1eb5f"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
--
1.7.2.5
More information about the meta-ti
mailing list