From ac4fa7daa437f1ef21a46d86b05d707874a7eb7f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 26 Jul 2013 21:33:15 +0200 Subject: machine: define SOC-FAMILY, fix ARCH name --- conf/machine/apalis-t30.conf | 5 +++-- conf/machine/colibri-t20.conf | 5 +++-- conf/machine/colibri-t30.conf | 7 ++++--- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3