aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-03-30 13:08:08 -0500
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:30 +0200
commit1e73811de67f710f8076642892696d0c29ba629d (patch)
tree1fa1f607696da1bc5216feb7edce2d7264a120a1 /recipes/u-boot
parentfec65cb110589fc4f8eb6f13ece441c08006ab14 (diff)
downloadopenembedded-1e73811de67f710f8076642892696d0c29ba629d.tar.gz
u-boot: Add PSP version for am387x-evm
* Add the TI PSP u-boot version for the am387x-evm machine type * Make this version the default preference for ti814x SOC_FAMILY devices. * Based on u-boot recipe from Arago contributed by Nageswari Srinivasan Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb b/recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb
new file mode 100644
index 0000000000..d4a2afc26b
--- /dev/null
+++ b/recipes/u-boot/u-boot_2010.06-psp04.01.00.03.bb
@@ -0,0 +1,14 @@
+require u-boot-omap3.inc
+
+COMPATIBLE_MACHINE = "ti814x"
+
+DEFAULT_PREFERENCE_ti814x = "1"
+BRANCH = "master"
+
+# Use literal tags in SRCREV, when available, instead of commit IDs
+SRCREV = "v2010.06_TI814XPSP_04.01.00.03"
+
+UVER = "2010.06"
+PSPREL = "04.01.00.03"
+
+PR = "r1"