summaryrefslogtreecommitdiff
path: root/conf/machine
AgeCommit message (Collapse)AuthorFiles
2009-09-28omap4430-sdp: add machine file for omap4430-sdp, based on beagleboard ↵Koen Kooi1
machine file
2009-09-25omap3-touchbook: switch to linux-omap-pmKoen Kooi1
2009-09-25omap3: bump MACHINE_KERNEL_PRKoen Kooi1
2009-09-25Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-09-25omap3-touchbook: also ship xf86-input-tslibKoen Kooi1
2009-09-25palmpre.conf: Add recipe for the Palm Pre handset.Stefan Schmidt1
Based on beagleboard.conf for omap3 and other for machine features and display properties.
2009-09-21omap3517-evm: fix jffs2 erase block and serial consoleDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Koen Kooi <koen@openembedded.org>
2009-09-21omap3-touchbook: drag in rt3070 driver using task-baseKoen Kooi1
2009-09-20u-boot: update all DaVinci machinesDenys Dmytriyenko2
2009-09-20linux-davinci: add DA850/OMAPL138, update other DaVinci machinesDenys Dmytriyenko3
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-09-19linux-kirkwood: Add kernel support for openrd-base.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-18omapzoom2.conf: added machine conf for linux-omap-zoomsync kernelOmar Barron1
2009-09-18i686-generic: add more devices tablesJan Lübbe1
2009-09-17omap3-touchbook: also generate squashfs filesKoen Kooi1
2009-09-15omap3-touchbook: add machine config based on the beagleboard oneKoen Kooi1
2009-09-14openrd-base: Support for Marvell Kirkwood ARM based OpenRD-Base board.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-11x-load: add omap3517-evm supportKoen Kooi1
* 1.41 still has the volatile bugs when compiled with non CSL stuff
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi1
2009-09-11omap3517-evm: add machine fileKoen Kooi1
2009-09-09linux-omap: added support for BeagleBUG extension boardMarcin Juszkiewicz1
This is initial version of BeagleBUG extension board support. So far boards are not available for people outside of BugLabs and Texas Instruments companies. Patch adds support for few modules but not all of them will build for OMAP3 - some are still BUG only.
2009-09-08tune-xscale.inc: Use TARGET_ARCH to find endiannessKhem Raj1
* Use TARGET_ARCH to find endianness instead of SITEINFO_ENDIANNESS which is not yet evaluated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08linux-kirkwood: use proper branch for 2.6.30 (thx Koen for spotting)Marcin Juszkiewicz1
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj2
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-09-02linux-omap-* 2.6.29: add l1 cache performance tweak from l-a-k mlKoen Kooi1
* also sync patch between pm and regular kernels
2009-08-28vortex86sx: use X.orgMarcin Juszkiewicz1
2009-08-26alix.conf, xo.conf: Use tune-geode.inc instead of tune-geodelx.incKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26topas910.conf: No need for the lowlevel loader any more. But mtdutils are ↵Florian Boor1
useful to deal with NAND.
2009-08-26kixrp435.conf: Machine description for the Intel KIXRP435 reference board.Florian Boor1
2009-08-26topas910.conf: Some defines to build valid uImages.Florian Boor1
2009-08-24linux-omap 2.6.29: update holes patch, make iommu modular for beagleKoen Kooi1
2009-08-18da830-omapl137-evm: add DA830/OMAPL137 machineDenys Dmytriyenko1
Uses default linux-davinci kernel from Arago Project for now Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-18dm6467t-evm: add "new" 1GHz DaVinci DM6467 machineDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-17linux-omap* 2.6.29: add patch that should solve the memhole problemKoen Kooi1
2009-08-14zaurus-2.6.inc: add zaurusd to collie RDEPENDSRolf Leggewie1
* there is no need to deviate from the other Zaurus machines here http://svn.o-hand.com/repos/misc/trunk/zaurusd/config/machines * regroup some fields while we're at it
2009-08-13linux-omap*: evm and beagle updatesKoen Kooi1
* the 'zippy' daughtercard now has working mmc, rtc and ethernet
2009-08-11Update the em-x270 machine to work with linux_2.6.23.Rafael Campos Las Heras1
* Use of generic linux_2.6.23 recipe * remove em-x270_2.6.23 recipe (ugly). * Add a patch that allows to compile with gcc 4.1 compiler. Signed-off-by: Rafael Campos Las Heras <methril@gmail.com> Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-09tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCHKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-04omap3evm: switch to linux-omap-psp till we can get a recent linux-omap to ↵Koen Kooi1
work again
2009-08-03vortex86sx: fix MACHINE_FEATURESMarcin Juszkiewicz1
2009-07-30xilinx-ml403 : Do not build a kernel for this machine.Philip Balister1
* Kernel config depends on the fpga bitstream. No sense building kernel we can't use.
2009-07-25mx31ads: Switch kernel to mainlineMark Brown1
The i.MX31ADS kernel recipie was very old and pointed at external patches that are no longer available. Update to mainline, based off the defconfig for generic mx3 in mainline, since that at least builds.
2009-07-16linux-omap 2.6.29: update support for the ISP resizerKoen Kooi1
2009-07-13Added machine taskit Stamp9G20 Evaluation BoardMarco Cavallini1
* based on a patch from http://www.armbedded.eu/documentation * distro details http://www.kaeilos.com/?q=stamp9g20evb-taskit
2009-07-10linux-omapandroid_2.6.29.bb : android kernel for zoom2, seems to be theGraeme Gregory1
best supported kernel at this time
2009-07-09omapzoom2.conf : add new zoom2 machine fileGraeme Gregory1
2009-07-08omap3.inc: bump PR for kernel changeKoen Kooi1
2009-07-08calamari.conf: New machine (MPC8536DS development system).Leon Woestenberg2
2009-07-01tx25.conf: Prefer a usable kernelFlorian Boor1
2009-07-01tx25.conf: Use correct kernelFlorian Boor1
2009-07-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev