summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-08 10:47:06 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-08 10:55:59 +0100
commit234596fc5d169b91aba8f998e20307715fdebfcc (patch)
treeb29fb8d407ed2548c867df2b626556e40e11b16c /recipes-bsp/u-boot
parent7173560f284e57c0160a12e0f46e2f9224da5be2 (diff)
downloadmeta-ti-234596fc5d169b91aba8f998e20307715fdebfcc.tar.gz
TI BSP: add support the AM37x EVM board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 5546447d..f7423c95 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -66,6 +66,13 @@ SRC_URI_omap3evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protoc
66SRCREV_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" 66SRCREV_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620"
67PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}" 67PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}"
68 68
69# ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits)
70SRC_URI_am37x-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git \
71 file://0001-omap3evm-Change-default-console-serial-port-from.patch \
72"
73SRCREV_am37x-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620"
74PV_am37x-evm = "2009.11+${PR}+gitr${SRCREV}"
75
69# hawkboard - master branch (hawk still .07beta) 76# hawkboard - master branch (hawk still .07beta)
70SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" 77SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master"
71SRC_URI_hawkboard += "file://dont-inline-weak-symbols.patch" 78SRC_URI_hawkboard += "file://dont-inline-weak-symbols.patch"