summaryrefslogtreecommitdiff
path: root/conf/machine/include
AgeCommit message (Collapse)AuthorFiles
2010-01-15Add support for AT91SAM9G45EK (SAM9M10G45EK with AT91SAM9G45 chip)Ulf Samuelsson2
Split up into three files to allow easier maintenance of AT91 boards. machine/<board>.conf machine/include/AT91.inc machine/include/AT91-LCD.inc A machine with an LCD controller would normally include "AT91-LCD.inc" A machine without an LCD controller would include "AT91.inc" Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> ---
2010-01-14Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks2
into org.openembedded.dev Conflicts: recipes/linux/linux-kirkwood_2.6.33-rc1.bb
2010-01-11linux-davinci: Add regulator fixes for DA850/OMAPL EVM and OPPsRoger Monk1
2010-01-10zaurus: first reorganization of XSERVER preferences.Andrea Adami1
* Put all in the common zaurus-2.6.inc.
2010-01-09linux-kirkwood_2.6.33-rc1.bb: added patch for SD and uart supportFrans Meulenbroeks1
added a lot of modules to openrd client added a change in openrd-base defconfig for SD
2010-01-08omap3 machines: bump MACHINE_KERNEL_PRKoen Kooi1
2010-01-05hawkboard, da850-omapl138-evm: fix SATAKoen Kooi1
2009-12-25Revert "conf/machine: Add x86_64 machine."Khem Raj1
This reverts commit c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.
2009-12-25conf/machine: Add x86_64 machine.Khem Raj1
* This is not supporting multilib * Only 64-bit userspace can be built. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-22davinci: update DM3xx/DM6xxx and OMAPL1xx kernelsDenys Dmytriyenko1
2009-12-22omapl1: fix the .inc/.conf copy/paste error and inconsistencyDenys Dmytriyenko2
2009-12-21linux-davinci: Updated OPP config for da850-omapl138-evm/hawkboardRoger Monk1
* add 480x272 bootlogo for da850-omapl138-evm * add 640x480 bootlogo for hawkboard * enable more usb drivers and stats for hawkboard
2009-12-10Zaurus: initial 2.6.32 support. No defconfigs yet.Andrea Adami1
2009-12-06machine/ion.conf: Adjust machine arch settings.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-04recipes/ti: merge in updatesKoen Kooi7
* New codec recipes from Arago team in Germantown * Updated dm6446 and dm355 from Brijesh Singh * cmem, gst-ti and dmai fixes from Brijesh Singh angstrom: introduce SOC_FAMILY and start using it TI recipes as a testing ground * SOC_FAMILY tells you which system on chip is used in the MACHINE, e.g. omap3, dm355, pxa25x, s3c24xx. This avoids having to duplicate lots of overrides in machine specific recipes. This is *NOT* intended to be used as a package arch.
2009-11-30davinci machines: udate davinci targets to latest staging kernelsRoger Monk1
- dm355-evm, dm365-evm, dm6446-evm, dm6467-evm, dm6467t-evm - 2.6.32rc2 - davinci1 staging (PSP 3.01.00.28 - Rel 3.1.0 Phase 3 Build 28i) - 7b2683fd0168df1576fcea947ef9f63e905de807 - Add uboot to image depends (EXTRA_IMAGEDEPENDS) - defconfigs taken from davinci staging tree - dm355-evm - davinci_dm355_defconfig - dm365-evm - davinci_dm365_defconfig - dm6446-evm - davinci_dm644x_defconfig - dm6467-evm - davinci_dm646x_defconfig - dm6467t-evm - davinci_dm646x_1ghz_defconfig - Bump kernel PR (davinci.inc)
2009-11-29linux-kirkwood: added sound driver for openrd-clientFrans Meulenbroeks1
2009-11-25linux-omap 2.6.29: add smsc patches and update overo defconfigKoen Kooi1
2009-11-21tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+Leon Woestenberg1
2009-11-19ion.conf: TARGET_CC_ARCH = "-march=i686 -mtune=atom" for Atom.Leon Woestenberg1
2009-11-19conf/machine/ion.conf: NVidia Ion based x86 machines.Leon Woestenberg1
This introduces tune-atom.inc, using core2 arch as we can rely on GCC 4.3.1+, which supports core2 reliably. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-18linux-davinci git: Update to latest OMAPL kernelRoger Monk1
- 2.6.32rc6 (PSP 3.20.00.07) - Updated commit id's for DA830_OMAPL37/DA850_OMAPL138 and switch to 'master' - Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - Bump MACHINE_KERNEL_PR (in davinci.inc)
2009-11-05linux-omap-pm 2.6.29: cleanup some touchbook stuffKoen Kooi1
2009-11-04omap3 machines: don't drag in omap3-sgx-modules by defaultKoen Kooi1
2009-11-02tune-strongarm.inc: add EXTRA_FEED_ARCHSThomas Kunze1
2009-10-31linux-kirkwood: updated defconfigs (more modules, more filesystems in kernel)Frans Meulenbroeks1
2009-10-30tune-strongarm.inc:Thomas Kunze1
remove setting of oabi. With gcc 4.4 we can use eabi. Distros can reset this if they want.
2009-10-27linux-igep2: Fix audio capture, the capture result is always silenceEnric Balletbo i Serra1
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-10-24linux-kirkwood: disabled ubi verify in defconfig (CONFIG_MTD_NAND_VERIFY_WRITE)Frans Meulenbroeks1
verification of 2048 byte pages does not work properly also added MACHINE sheevaplug to recipe
2009-10-21kernel: changed defconfig so it has RTC as module; bumped MACHINE_KERNEL_PRFrans Meulenbroeks1
still needs testing of things like sgx, dsplink, cmem, dmai, sdma and friends before this can be made the main/default version
2009-10-13dm355-{evm,leopard}: put dm355 SoC variables in a shared include fileKoen Kooi1
2009-09-25omap3: bump MACHINE_KERNEL_PRKoen Kooi1
2009-09-20linux-davinci: add DA850/OMAPL138, update other DaVinci machinesDenys Dmytriyenko1
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-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-24linux-omap 2.6.29: update holes patch, make iommu modular for beagleKoen Kooi1
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-09tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCHKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-16linux-omap 2.6.29: update support for the ISP resizerKoen Kooi1
2009-07-08omap3.inc: bump PR for kernel changeKoen Kooi1
2009-07-08calamari.conf: New machine (MPC8536DS development system).Leon Woestenberg1
2009-07-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-06-30linux-davinci: update to the latest staging/vpfe branchDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-06-30linux-omap 2.6.29: add support for mmc1 on expansion connectorKoen Kooi1