[oe-commits] Koen Kooi : dsplink: add support for all omap3 boards using the 'armv7a' override

GIT User account git at amethyst.openembedded.net
Sun Mar 29 18:27:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 777c140275473577d6df8c7f54298bcc8a5abfa9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=777c140275473577d6df8c7f54298bcc8a5abfa9

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 29 20:23:29 2009 +0200

dsplink: add support for all omap3 boards using the 'armv7a' override
* needs revisiting when non-omap3 armv7a TIi SoCs become available

---

 recipes/dsplink/ti-dmai_svn.bb |    3 +++
 recipes/dsplink/ti-paths.inc   |   26 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb
index 8ce6659..bcbaea8 100644
--- a/recipes/dsplink/ti-dmai_svn.bb
+++ b/recipes/dsplink/ti-dmai_svn.bb
@@ -19,6 +19,9 @@ PR = "r16"
 
 TARGET = "all"
 TARGET_neuros-osd2 = " dm6446_al dm6446_db"
+
+TARGET_armv7a = " o3530_al"
+
 TARGET_beagleboard = " o3530_al"
 TARGET_omap3evm = " o3530_al"
 
diff --git a/recipes/dsplink/ti-paths.inc b/recipes/dsplink/ti-paths.inc
index e5b3373..2f1a0e5 100644
--- a/recipes/dsplink/ti-paths.inc
+++ b/recipes/dsplink/ti-paths.inc
@@ -37,6 +37,10 @@ export LINUXKERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}
 # This tells codec engine which targets to build
 DEVICES ?= "DM6446"
 DEVICES_omap5912osk = "fixme-ti-paths.inc"
+
+# Set a default for armv7a now, change this when omap4 and friends become available
+DEVICES_armv7a = "OMAP3530"
+
 DEVICES_omap3evm = "OMAP3530"
 DEVICES_beagleboard = "OMAP3530"
 DEVICES_davinci-sffsdr = "DM6446"
@@ -44,6 +48,10 @@ DEVICES_davinci-dvevm = "DM6446"
 
 DSPLINKPLATFORM ?= "DAVINCI"
 DSPLINKPLATFORM_omap5912osk = "OMAP"
+
+# Set a default for armv7a now, change this when omap4 and friends become available
+DSPLINKPLATFORM_armv7a = "OMAP3530"
+
 DSPLINKPLATFORM_beagleboard = "OMAP3530"
 DSPLINKPLATFORM_omap3evm = "OMAP3530"
 DSPLINKPLATFORM_davinci-sffsdr = "DAVINCI"
@@ -51,6 +59,10 @@ DSPLINKPLATFORM_davinci-dvevm = "DAVINCI"
 
 PLATFORM ?= "dm6446"
 PLATFORM_omap5912osk = "OMAP"
+
+# Set a default for armv7a now, change this when omap4 and friends become available
+PLATFORM_armv7a = "omap3530"
+
 PLATFORM_beagleboard = "omap3530"
 PLATFORM_omap3evm = "omap3530"
 PLATFORM_davinci-sffsdr = "dm6446"
@@ -58,15 +70,26 @@ PLATFORM_davinci-dvevm = "dm6446"
 
 DSPLINKDSP ?= "C64XX"
 
+# Set a default for armv7a now, change this when omap4 and friends become available
+DSPLINKSOC_armv7a = "3530"
+
 DSPLINKSOC ?= "DM6446"
 DSPLINKSOC_beagleboard = "3530"
 DSPLINKSOC_omap3evm = "3530"
 
 DSPCFG ?= "DM6446GEMSHMEM"
+
+# Set a default for armv7a now, change this when omap4 and friends become available
+DSPCFG_armv7a ?= "OMAP3530SHMEM"
+
 DSPCFG_beagleboard ?= "OMAP3530SHMEM"
 DSPCFG_omap3evm ?= "OMAP3530SHMEM"
 
 GPPOS ?= "MVL5G"
+
+# Set a default for armv7a now, change this when omap4 and friends become available
+GPPOS_armv7a = "OMAPLSP"
+
 GPPOS_beagleboard = "OMAPLSP"
 GPPOS_omap3evm = "OMAPLSP"
 
@@ -78,6 +101,9 @@ export DSPCFG
 export GPPOS
 export PLATFORM
 
+# Set a default for armv7a now, change this when omap4 and friends become available
+DSPPOWERSOC_armv7a = "omap3530"
+
 DSPPOWERSOC ?= "dm6446"
 DSPPOWERSOC_beagleboard = "omap3530"
 DSPPOWERSOC_omap3evm = "omap3530"





More information about the Openembedded-commits mailing list