summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* multi-kernel.inc: fix the unpack issue when there's no machine configsDenys Dmytriyenko2012-03-031-1/+1
| | | | | | | | | BitBake's fetch2 unpack() seems to be picky about multi-kernel's file://configs/* and defaults to only looking into machine-specific location. This fixes the issue, as tested by building these platforms: beaglebone, am335x-evm and am180x-evm. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.23Koen Kooi2012-03-011-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: enable 'option' serial for beagleboardKoen Kooi2012-03-012-3/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: add am335x-evm supportChase Maupin2012-03-012-0/+2640
| | | | | | | | | * Added a defconfig file for the am335x-evm and moved the common configs directory from the beaglebone directory to the top of the kernel files tree. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-davinci: quoting fixesKoen Kooi2012-02-281-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: enable PRU support for beagleboneKoen Kooi2012-02-272-3/+6
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update from 3.0.17 to 3.0.22Koen Kooi2012-02-271-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.6Koen Kooi2012-02-2789-295/+5872
| | | | | | | Readahead fixed! Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.5Koen Kooi2012-02-27276-1/+21801
| | | | | | | Runtime tested on a beaglebone A3 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: fix ehrPWM polarity inversionKoen Kooi2012-02-271-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: rebase patches onto latest v3.2-staging branchKoen Kooi2012-02-1023-252/+146
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: add support for Towertech TT3201 CAN capeKoen Kooi2012-02-103-8/+321
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: enable w1 for beaglebone, fix bootlogoKoen Kooi2012-02-0723-72/+153
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.2: fix sd timeout, use pwm for backlight, add SPI fb supportKoen Kooi2012-02-0722-36/+974
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp: add 3.2 based on 3.2-staging branchKoen Kooi2012-02-0119-0/+12369
| | | | | | runtime tested on beaglebone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: add dto patch to fix problems with various sd cardsKoen Kooi2012-01-272-1/+36
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: fix beaglebone cape detectionKoen Kooi2012-01-262-1/+47
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: fix beagleboard DSI PLL regressionKoen Kooi2012-01-252-1/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: enable support for beaglebone cape EEPROM based detectionKoen Kooi2012-01-256-2/+566
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: re-enable MUSB DMA for beagleboneKoen Kooi2012-01-242-3/+6
| | | | | | | | The production tester breaks with DMA disabled, so enable it again. Any breakage due to this should get reported to TI PSP so they can fix it. This effectively reverts aa209df889e2fce6f231e10552b5e7de4605889a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: Fix perf compile failure with eglibc 2.15Khem Raj2012-01-203-2/+35
| | | | | | | | | | There is a conflict with eglibc headers since new headers added the defines that compiler.h was redefining without undefining them Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.17Koen Kooi2012-01-13203-455/+429
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: register all cape/daugherboard EEPROM permutation in ↵Koen Kooi2012-01-062-1/+65
| | | | | | the boardfile for am335x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux.inc: don't choke on missing defconfig in lzop depChristopher Larson2011-12-301-5/+10
| | | | | | | | | | When a recipe is being parsed which will be skipped due to an incompatible machine, no local defconfig will exist for the current machine. It seems that the fetch localpath code doesn't error in that case, so we need to check for an IOError on the attempted open. Without this, we can hit parse errors. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.14Koen Kooi2011-12-222-7/+6
| | | | | | Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85Koen Kooi2011-12-212-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti81xx-psp 2.6.37: update to match latest *SDKKoen Kooi2011-12-202-5/+49
| | | | | | | Boot Tested on DM8148 EVM Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1: set COMPATIBLE_MACHINE to beagleboard for the time being to work ↵Koen Kooi2011-12-201-1/+1
| | | | | | around linux.inc problems Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use ↵Christopher Larson2011-12-191-0/+11
| | | | | | | | | the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine. This currently affects the linux-omap4 build for omap4430-panda. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap 2.6.3[79]: fix SRC_URI after kernel.org changesKoen Kooi2011-12-082-2/+2
| | | | | Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: disable MUSB DMA for beagleboneKoen Kooi2011-12-082-6/+3
| | | | | | | This trades "not working" for "slightly less performance" for a lot of use cases Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp: make all patches work with 'git am'Koen Kooi2011-11-309-84/+43
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: fix regression introduced in 3.0.11Koen Kooi2011-11-302-1/+28
| | | | | | Upstream has been notified, so hopefully 3.0.13 will have this fix included Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add support for ST7735FB, but don't enable it in the ↵Koen Kooi2011-11-304-6/+751
| | | | | | beaglebone boardfile yet Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: ADC support for beagleboneJoel A Fernandes2011-11-3011-1/+1431
| | | | | | | | | | | | | | | | First 3 patches are cherry picks from PSP. Next 7 add support for gen purpose adc, MFD support, sysfs triggering etc. Currently: cat /sys/bus/platform/tsc/ain* will trigger sampling Output of the 12-bit ADC will be in decimal 0-4095 TODO: 1. IIO driver support 2. Other ADC features Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.12Koen Kooi2011-11-291-3/+3
| | | | | | The internal ethernet on the beagleboard is not affected by the 3.0.11 usb bug, but other usb devices might be. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.11Koen Kooi2011-11-281-3/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.10Koen Kooi2011-11-221-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: enable all i2c and spi sensors for beagleboneKoen Kooi2011-11-192-113/+127
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x 3.1: enable i2c2 for beagleboneKoen Kooi2011-11-174-1/+198
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: switch to beagleboard repoKoen Kooi2011-11-152-6/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: remove CAN patch that hardcodes evm as machine instead ↵Koen Kooi2011-11-151-2/+1
| | | | | | of falling back to bone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: Refresh musb patchJoel A Fernandes2011-11-152-13/+57
| | | | | | | | | | This patch is rewritten to poll for the channel FIFO state without depending on a worker thread. The v2 version fixes all the previous issues, and remains to be seen if it also fixes the issue of 100% CPU usage with a mac. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: Check if scheduling is required after DMAJoel A Fernandes2011-11-132-1/+44
| | | | | | | | | | | | After processing one DMA completion, checking if rescheduling is required instead of scheduling another completion request if the FIFO is non empty. This fixes high CPU load issue seen with g_mass_storage on a beaglebone and could potentially fix similar issues seen with other gadget drivers Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.9Koen Kooi2011-11-121-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add CAN bus patchesKoen Kooi2011-11-108-0/+2320
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: backport some PSP patches, add beaglebone bootlogoKoen Kooi2011-11-108-179/+689
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: add custom beaglebone bootlogoKoen Kooi2011-11-092-0/+7055
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap4: add experimental 3.0.0 versionKoen Kooi2011-11-0912-1084/+681
| | | | | | also clean up stale files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap4 2.6.35.x: update to glp1.4Koen Kooi2011-11-093-37/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>