aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
AgeCommit message (Collapse)Author
2011-02-19sciphone-g2: Initial support for Sciphone G2 (based on MT6235)Marcin Mielczarczyk
This patch adds Sciphone G2 target to OpenEmbedded environment. It also defines osmocomBB repositories for U-Boot and Linux kernel. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-17bug20: add MACHINE_EXTRA_RRECOMMENDSDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-15nokia900: add kernel-module-ubifs to RRECOMMENDed modulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-12cortex-m3: adjusted target cflagsEnrico Scholz
Explicit '-mthumb' is required because Cortex-M3 does not support ARM instructions and actual flags cause gcc to fail with 'error: target CPU does not support ARM mode'. The '-mcpu=cortex-m3' is shorter than '-march=armv7-m -mtune=cortex-m3' and enables workarounds like '-mfix-cortex-m3-ldrd'. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-12kirkwood: move preferred kernel provider to linuxFrans Meulenbroeks
preferred kernel provider used to be linux-kirkwood, but that has not been updated for almost a year and seems dead Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Indicate availability of sd-boot for at91sam9g45/m10Ulf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12make sd-boot default for sam9m10ekesUlf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Add configuration file for Visstrim_M10 board.Javier Martin
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-09omapzoom2/3.conf : switch to linux-omap kernelGraeme Gregory
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2011-02-03nokia900.conf: added ubifs argumentsDenis 'GNUtoo' Carikli
Thanks JaMa on #openmoko-cdevel on Freenode on irc for help on the sub-pages: Feb 02 11:41:58 <JaMa|Wrk> GNUtoo|laptop: also for gta02 I had to sacrifise sub-pages, -s same as -m otherwise it always failed Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-01-31VMX25: Add machine support for vmx25sujak.marek
* i.mx25 cpu based module * removed PREFERRED_VERSION_linux line * added correct UBI VOLNAME * tested on angstom console, terminal, x11, qt4e image * depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
2011-01-28palmpre machine: add compat-wireless-2.6-old to MACHINE_EXTRA_RDEPENDSSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-28palmpre machine: split MACHINE_EXTRA_DEPENDS into linesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-28palmpre machine: bump kernel PRSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-28palmpre machine: add udev-compat preferred providerSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-27adb4000.conf: New machine, kernel and u-boot support.Leon Woestenberg
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-25p2020rdb: Add xserver-xorg stuffTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-25p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-24omap3.inc: bump MACHINE_KERNEL_PR for kernel changesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-22xxs1500.conf: Remove this board from OEKhem Raj
* The kernel is no more fetchable as reported in bugzilla/1737 * Vendor has EOLed the product Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-18linux-omap 2.6.37: replace various patch with upstream versions and rediffKoen Kooi
* The beagle poweron patch was split into 3 and accepted upstream thanks to Nishant * the 2 720MHz patches were combined and pending acceptance thanks to Sanjeev * the boardfile 720MHz patches aren't needed anymore Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-17mpc8315e-rdb: Setup for xserver-xorgTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-17p2020ds: Setup for xserver-xorgTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-14i586-generic: define udevdir and OLDEST_KERNELOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-01-10qemu.inc: Switch to xserver-xorgTom Rini
Keeping with xserver-kdrive means that we have a sometimes race in that xserver-kdrive is too old for the other xorg components that are built (with X11R7.5) to build. So we switch to xserver-xorg and appropriate modules. Tested on qemux86 and x11-image. Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-09htcdream: load the wl1251_sdio (the wifi driver) module by default.Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-01-07machines: introduce new palmpre2 machineSimon Busch
The new palmpre2 machine is nearly the same as the already available palmpre machine. The only difference is the internal processor. The palmpre2 uses a omap 3630 and the palmpre a omap 3430 processor. This takes us into the situation to handle two different machines. Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-07palmpre machine: split into machine and common partsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-06linux-omap-psp: add OCF supportChase Maupin
* Add a patch to put OCF support into the linux-omap-psp kernel * Add support to the defconfig file for am37x-evm for OCF * Bump the MACHINE_KERNEL_PR Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-01-06ac100: fix XSERVERKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-05palmpre machine: switch to .tar.gz format for rootfsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-05tegra2: change feed and basearch to armv7a-vfp as suggested by koenHenning Heinold
2011-01-05linux-ac100: support for toshiba AC100/dynabookHenning Heinold
2011-01-04palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omapSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-01omap3: bump MACHINE_KERNEL_PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-31omap3: bump MACHINE_KERNEL_PRKoen Kooi
2010-12-28linux_2.6.35: use mmcblk1p1 for rootfs on nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-25nokia900: use just linux instead of linux-nokia900 as virtual/kernel providerMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-23u-boot_git: add support for nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-21linux-omap4: enable some more modulesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20am3517-crane: Add am3517-crane machine typeAnil kumar M
* Add new machine type for the am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20linux-omap-psp-2.6.32:add patch for am3517-crane board supportAnil kumar M
* This patch adds linnux-omap-psp kernel support for am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20linux-omap4: switch to ubuntu L24.11 tree to get DRM supportKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-16linux-n900: enable nat, connection tracking, etc. to get tetheringMichael 'Mickey' Lauer
2010-12-15linux-omap4: switch to L24.11 based tree to match with L24.11 syslink userspaceKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-13Add initial support for iphone3g(machine config and kernel)Denis Carikli
Android was ported to Apple's iDevices including the iPhone3G by the iDroid Project ( http://www.idroidproject.org/wiki/Main_Page ) Their kernel is standard enough to be able to run GNU/Linux distributions such as SHR Signed-off-by: Chris 'Lopi' Spehn <chris.spehn@gmail.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-12-07jornada7xx.conf: Add relevant X settingsKristoffer Ericson
Lets add xserver and some screen info that we know work well. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-06tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard'Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-04linux-davinci_git: Patch omapl138 kernelMelissa Watkins
* Update the linux recipe for linux-davinci_git to patch kernel for omapl138 machines * Add uio_pruss kernel patches for omapl138 platform * Bump the Kernel PR Signed-off-by: Melissa Watkins <m-watkins@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-02nokia900.conf: remove SERIAL_CONSOLE because it's causing a respawning gettyKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>