aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
AgeCommit message (Collapse)Author
2010-04-12linux-davinci git: enable earlyprintk for hawkboardKoen Kooi
2010-04-12multi-kernel.inc: introduce MULTI_CONFIG_BASE_SUFFIX variableDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp_2.6.32.bb : Use multikernel, add 3 framebuffersRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap*: compile ext4 support into uImage instead of modulesPaul Menzel
This allows booting from an ext4 rootfs Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12overo: switch to linux-omap-psp 2.6.32 as defaultKoen Kooi
2010-04-12linux-davinci: Update da8xx/omaplxx to latest commits, remove merged patchRoger Monk
* Update to head of tree to pick up USB/SATA fixes * Remove merged patch * Switch git source repo from /people to /projects * Bump KERNEL_PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: update SRCREV and fix DSI_PLL in beagleboard defconfigKoen Kooi
2010-04-12linux-davinci: update to the latest staging snapshotDenys Dmytriyenko
2010-04-12linux-omap-psp 2.6.32: add patch to add a proper 720p60 mode to modedb.cKoen Kooi
2010-04-12linux-omap-psp 2.6.32: add patch to fix SGX clocks on DM37xx and update ↵Koen Kooi
omap3evm defconfig to enable SRF
2010-04-12linux-omap-psp 2.6.32: bump SRCREV to get USB and cpufreq fixesKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci_git: Latest kernel DA8/OMAPL + improved hawkboard supportRoger Monk
* Update all omapl kernels to latest commit (da830/da850/hawk) * Add small patch for compile warning if REGULATOR disabled * Hawkboard * Add latest hawkboard patch * Boardfile cleanup * Addition of cpufreq/cpuidle/pm * Updated defconfig to disable regulator/rtc (no battery on hawk) * Start da830 using multi-kernel * Update defconfigs * Only deconfig updated (some configs not rebased, * i.e. no ATA, still using ONDEMAND governor Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: VPIF fix for hawkboard and tweak defconfigKoen Kooi
2010-04-12linux-omap-psp 2.6.32: update to latest PSP gitKoen Kooi
* refresh patches and make them all git am'able * Add initial beagleboardXM support * make it the default for beagleboard * turn off rtc-ds1307 since it renders beagles without zippy expansion boards unbootable * PSP git broke multi usb gadget, disable it for now
2010-04-12linux: multi-kernel: Fix softlinks - squashmeRoger Monk
* Make softlinks relative (remove hardcode host paths) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp: Update AM3517 to latest kernel + defconfig + add ehci patchRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Start using multi-kernel flow for da850-omapl138-evmRoger Monk
* Main defconfig now has more options 'angstrom'-like * Note USB gadget disabled while debugging * Update to latest master da850-omapl138 kernel + config mods * All configs add ts driver added (since now multifunction device) * Added 'stats' version with extra pm config options (kernel stats/etc) * new config for uicapture + lcd display * More options + OHCI enabled in 'regular' config * Remove da850-omapl138 merged patches * Add new patches for Hawkboard Kernel * Introduce board file for hawkboard * Remove machine patch * Config update * All peripherals sanity tested * OK - Console, Enet, Audio, Display, USB OHCI, Video Capture, MMC, NAND, SATA * Some Issues - USB OTG disconnect problems * KO - RTC, (PM, etc) * increase kernel partition to 4MiB for hawkboard * dm6467t-evm is SOC_FAMILY=dm6467 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12multi-kernel: Allow inclusion in regular kernel build flow, deploy improvementsKoen Kooi
* user proper name for *Image in deploy * Moved from do_compile to seperate task, pre-configure step * Context save/restore the regular defconfig, so we don't break the normal flow * Install binaries and .configs + create symlinks * Add deploy_append step to install normal flow .config in same fashion * When there are no additional configs defined the do_compileconfigs() method changes to a NOOP Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Update da850-omapl138 to latest staging kernel 2_6_33Roger Monk
* Update to latest staging kernel + use PSP defconfig * Add rebased ts patches + enable configs * Enable MMC unsafe removal (for deep-sleep support when sd/mmc mounted) * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-multi-psp 2.6.32: example recipe on how to use multi-kernel.incKoen Kooi
2010-04-12multi-kernel.inc: include file to build and deploy multiple kernel and ↵Koen Kooi
module sets from a single recipe
2010-04-12linux-omap-psp 2.6.32: add WIP support for beagleboardXMKoen Kooi
2010-04-12linux-davinci git: enable more usb devices for da850-omapl138-evmKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: updates:Koen Kooi
* adjust SRCREV for rebased git tree * fix 'no green on DVI' for omap3evm again * enable more v4l stuff for omap3evm * add patch to fix build for beagleboard * add rudimentary touchbook support Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: enable DSI for omap3evm to get colours in DVI working ↵Koen Kooi
correctly Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: add hack for hawkboard machine IDKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: bump SRCREVKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Use appropriate BRANCH for DA8xx/OMAPLRoger Monk
* Commit ID is the same, no need to bump PR Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Add MFD Touchscreen Driver from RidgeRun for da850-omapl138Roger Monk
* Add Touchscreen patches (rebased on top of regulator fix patches)i * Update defconfig to enable MFD/TS * Rebase OPP DCDC3 patch * Add patches to recipe * Bump PR Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-leviathan: enable debugfs to fix wifi (yes, it's true)Michael 'Mickey' Lauer
BIG HATS OFF TO GNUtoo, who found the magic switch!
2010-04-12linux-leviathan: bump and change defconfig:Michael 'Mickey' Lauer
* compile wifi drivers as builtint * compile unnecessary stuff as modules
2010-04-12afeb9260: move to recent kernelSergey Lapin
2010-04-11linux-openmoko-2.6.32: add patches from qtmoko, move defconfig to kernel treeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-10Revert "vala[-native]: add 0.8.0.69"Michael 'Mickey' Lauer
This reverts commit f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer
2010-04-09recipes/linux/linux_2.6.28.bb: bumped DEFAULT_PREFERENCE_mh355Marco Cavallini
2010-04-09mh355/linux-2.6.28.10-at91-mh.patch: updated touchscreen optionsMarco Cavallini
2010-04-08linux-openmoko-2.6.32: enable MMC_S3C in defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-08linux_2.6.33.bb: Add iMote2 as supported board.Stefan Schmidt
Also add a defconfig for this board.
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-04-07linux-openmoko-2.6.32: move to 2.6.32.11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07linux-leviathan: bump; remove patch that has been applied upstreamMichael 'Mickey' Lauer
2010-04-07linux-leviathan: bump to latest version; enable mac80211 and cfg80211Michael 'Mickey' Lauer
2010-04-04linux-leviathan: apply patch to restore backlight level to previous versionMichael 'Mickey' Lauer
2010-04-03(multiple): remove last traces of om-3d7k; this machine has been cancelled ↵Michael 'Mickey' Lauer
and will never see the light of day
2010-04-03linux-leviathan: bump to master to get GNUtoo's latest suspend/resume ↵Michael 'Mickey' Lauer
stability fixes
2010-04-03linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixesMichael 'Mickey' Lauer
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-31linux-openmoko-2.6.32: update defconfig, add BT support, more watchdogsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-31linux-leviathan: fix suspend/resumeMichael 'Mickey' Lauer
Note to self: hand-editing defconfig and multistate configs doesn't match