diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/beagleboard.conf | 3 | ||||
-rw-r--r-- | conf/machine/boc01.conf | 1 | ||||
-rw-r--r-- | conf/machine/include/lsppc.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/tune-cortexa9.inc | 9 | ||||
-rw-r--r-- | conf/machine/n1200.conf | 2 | ||||
-rw-r--r-- | conf/machine/stb225.conf | 8 | ||||
-rw-r--r-- | conf/machine/tosa.conf | 3 |
8 files changed, 22 insertions, 8 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index f5bcb79550..c95c373d2c 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -13,9 +13,6 @@ XSERVER = "xserver-xorg \ # Only has DVI connector for external screen GUI_MACHINE_CLASS = "bigscreen" -#Ship all kernel modules till the board support has matured enough -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" - #include conf/machine/include/tune-arm1136jf-s.inc # requires gcc 4.3.0: include conf/machine/include/tune-cortexa8.inc diff --git a/conf/machine/boc01.conf b/conf/machine/boc01.conf index a7db1b19e9..7c8182a22b 100644 --- a/conf/machine/boc01.conf +++ b/conf/machine/boc01.conf @@ -3,7 +3,6 @@ #@DESCRIPTION: Machine configuration for the Bolloré telecom CPE v01 TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppce300c3" PREFERRED_PROVIDER_virtual/kernel ?= "linux" diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc index 807c292605..50a3ab3c57 100644 --- a/conf/machine/include/lsppc.inc +++ b/conf/machine/include/lsppc.inc @@ -3,7 +3,7 @@ #@DESCRIPTION: Generic Machine configuration for ppc based linkstations TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "ppc" MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_EXTRA_RDEPENDS = "kernel-devicetree avr-evtd" diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 296ce6a2ed..fe28a3cb4d 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -1,7 +1,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-ezx" +PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel" #cat /proc/mtd #dev: size erasesize name diff --git a/conf/machine/include/tune-cortexa9.inc b/conf/machine/include/tune-cortexa9.inc new file mode 100644 index 0000000000..a12494fbb6 --- /dev/null +++ b/conf/machine/include/tune-cortexa9.inc @@ -0,0 +1,9 @@ +# Instead of using -mfpu=vfp[2] we can use -mfpu=neon to make use of gcc intrinsics[1] and vectorize loops with -ftree-vectorize[3] +# [1] http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html +# [2] http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html +# [3] https://support.codesourcery.com/GNUToolchain/kbentry29 + +TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp" +FEED_ARCH = "armv7a" +PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7 armv7a" +BASE_PACKAGE_ARCH = "armv7a" diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf index b13576e2ed..3563c54bd7 100644 --- a/conf/machine/n1200.conf +++ b/conf/machine/n1200.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "ppc" MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_TASK_PROVIDER = "task-base" diff --git a/conf/machine/stb225.conf b/conf/machine/stb225.conf new file mode 100644 index 0000000000..97370e1fe8 --- /dev/null +++ b/conf/machine/stb225.conf @@ -0,0 +1,8 @@ +# PNX8335 STB225 board +TARGET_ARCH = "mipsel" +TARGET_CC_ARCH="-march=mips32" +MACHINE_FEATURES = "kernel26" +IMAGE_FSTYPES="tar.gz" +PREFERRED_PROVIDER_virtual/kernel="linux" +KERNEL_IMAGETYPE="vmlinux" +KERNEL_OUTPUT="${KERNEL_IMAGETYPE}" diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index ed0e05dfd7..edea47a2d4 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -4,8 +4,9 @@ require conf/machine/include/zaurus-2.6.inc require conf/machine/include/tune-xscale.inc +require conf/machine/include/kexecboot.inc -IMAGE_FSTYPES ?= "jffs2" +IMAGE_FSTYPES += "jffs2 tar.gz" # wlan-ng Modules # OHCI suspend/resume fixup |