summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-07-26 21:33:15 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:49:24 +0200
commitac4fa7daa437f1ef21a46d86b05d707874a7eb7f (patch)
tree74b7420307b9629cb94418e23e768b91b8f60f00 /conf
parent30fc35cd4abfe81727027b6b2bddb0a3521a7f8a (diff)
machine: define SOC-FAMILY, fix ARCH name
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-t30.conf5
-rw-r--r--conf/machine/colibri-t20.conf5
-rw-r--r--conf/machine/colibri-t30.conf7
3 files changed, 10 insertions, 7 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index 80bd8bc..0ea77d4 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -2,7 +2,8 @@
#@NAME: apalis_t30
#@DESCRIPTION: Toradex Apalis T30
-TARGET_ARCH = "arm"
+SOC_FAMILY = "tegra:tegra3"
+require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
@@ -36,7 +37,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
# T20 does not have neon, so at the moment we also do not compile for neon on T30
-DEFAULTTUNE = "cortexa9hf"
+DEFAULTTUNE = "armv7ahf"
#choose a specific vfp, or we end up with the default vfpv2 optimization
TUNE_CCARGS += "-mfpu=vfpv3-d16"
require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf
index c7c710c..f2e7418 100644
--- a/conf/machine/colibri-t20.conf
+++ b/conf/machine/colibri-t20.conf
@@ -2,7 +2,8 @@
#@NAME: colibri_t20
#@DESCRIPTION: Toradex Colibri T20
-TARGET_ARCH = "arm"
+SOC_FAMILY = "tegra:tegra2"
+require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
@@ -34,7 +35,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
# T20 does not have neon
-DEFAULTTUNE = "cortexa9hf"
+DEFAULTTUNE = "armv7ahf"
#choose a specific vfp, or we end up with the default vfpv2 optimization
TUNE_CCARGS += "-mfpu=vfpv3-d16"
require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/colibri-t30.conf b/conf/machine/colibri-t30.conf
index 3f2d505..5dd849d 100644
--- a/conf/machine/colibri-t30.conf
+++ b/conf/machine/colibri-t30.conf
@@ -2,7 +2,8 @@
#@NAME: colibri_t30
#@DESCRIPTION: Toradex Colibri T30
-TARGET_ARCH = "arm"
+SOC_FAMILY = "tegra:tegra3"
+require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
@@ -28,7 +29,7 @@ PREFERRED_PROVIDER_lxsession-lite_colibri-t30 = "lxsession"
PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom"
PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
-MACHINE_FEATURES = "kernel26 screen usbgadget usbhost vfat ext2 alsa touchscreen ethernet"
+MACHINE_FEATURES = "kernel26 screen usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g"
EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
@@ -36,7 +37,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
# T20 does not have neon, so at the moment we also do not compile for neon on T30
-DEFAULTTUNE = "cortexa9hf"
+DEFAULTTUNE = "armv7ahf"
#choose a specific vfp, or we end up with the default vfpv2 optimization
TUNE_CCARGS += "-mfpu=vfpv3-d16"
require conf/machine/include/tune-cortexa9.inc