1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

221 Commits

Author SHA1 Message Date
Denys Dmytriyenko 246cb75a97 linux-{ti33x,omapl138}: simplify and unify handling of "tipspkernel" feature
And move it to a separate .inc for other kernels to use.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 23:33:44 -04:00
Denys Dmytriyenko 0a92342b29 linux-omap4: remove D_P = "-1" as it's the only kernel
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 23:33:40 -04:00
Denys Dmytriyenko f3f64d0340 linux-ti81xx: delete broken symlink to dm816x-evm configs
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 23:33:36 -04:00
Koen Kooi c5f7a7cb9a linux 3.0: update to 3.0.25
Backport Nishants OPP/hwmod fix to get more than 600MHz out of 37xx, but don't
activate it yet. 3630ES1.2 derived silicon gets misdetected:

xM revision A:
[    0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk )

new xM revision C:
[    0.000000] OMAP3630 ES1.2 (l2cache neon isp 192mhz_clk )

Since the iva hwmod is missing the OPP tables will fail and clock it back to
600MHz. But with the patch the kernel hangs in early init. This problem isn't
specific to this kernel update, it just coincided with ES1.2 silicon arriving
on my desk.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 23:33:31 -04:00
Koen Kooi 8f1fc028be linux 3.0: Fix sprz319 erratum 2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-19 14:34:40 -04:00
Koen Kooi ebbeb55561 linux-ti335x-psp 3.2: update to v3.2.11
Also add script used to generate patches and SRC_URI

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-19 14:33:49 -04:00
Koen Kooi edc2621fac linux-ti33x-psp 3.2: enable CONFIG_WATCHDOG_NOWAYOUT for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-07 16:51:49 -05:00
Denys Dmytriyenko aa24c8ba60 linux-omap4 3.1.0: patch to workaround installing FW images w/o subdirs
This fixes below error found on some distros (Gentoo and Fedora):
*** No rule to make target `lib/firmware/./', needed by `lib/firmware/ti_3410.fw'.  Stop.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-07 16:38:54 -05:00
Koen Kooi 43956e56db pandaboard: remove all traces of old 'omap4430-panda' machine
It has been completely replaced with the 'pandaboard' machine config.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-05 12:03:43 -05:00
Koen Kooi 73de853320 linux-omap4: update to 3.1.0 (latest ti-ubuntu branch)
Boot tested on Pandaboard ES/Angstrom

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-05 00:56:32 -05:00
Koen Kooi 81f7f807d2 linux-ti33x-psp 3.2: remove patch that slipped in when regenerating SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04 23:36:22 -05:00
Koen Kooi 4d6e7c358e linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP tree
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04 23:35:53 -05:00
Denys Dmytriyenko 020b6f893d multi-kernel.inc: fix the unpack issue when there's no machine configs
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>
2012-03-03 03:07:40 -05:00
Koen Kooi 2dbb7f09bf linux 3.0: update to 3.0.23
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-01 16:57:18 -05:00
Koen Kooi 05d3883a78 linux 3.0: enable 'option' serial for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-01 16:56:41 -05:00
Chase Maupin 8172b803e7 linux-ti33x-psp: add am335x-evm support
* 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>
2012-03-01 16:28:23 -05:00
Koen Kooi 263ddd1879 linux-davinci: quoting fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28 10:19:00 -05:00
Koen Kooi 7657df6284 linux-ti33x-psp 3.2: enable PRU support for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:07:29 -05:00
Koen Kooi b43e9fc0e1 linux 3.0: update from 3.0.17 to 3.0.22
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:40 -05:00
Koen Kooi 2425d6e457 linux-ti335x-psp 3.2: update to 3.2.6
Readahead fixed!

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:29 -05:00
Koen Kooi c4eefd7530 linux-ti33x-psp 3.2: update to 3.2.5
Runtime tested on a beaglebone A3

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:13 -05:00
Koen Kooi 14f31c3c5a linux-ti33x-psp 3.2: fix ehrPWM polarity inversion
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:02 -05:00
Koen Kooi 263dac0f94 linux-ti33x-psp 3.2: rebase patches onto latest v3.2-staging branch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-10 21:32:46 -05:00
Koen Kooi 2405c41767 linux-ti33x-psp 3.2: add support for Towertech TT3201 CAN cape
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-10 21:32:46 -05:00
Koen Kooi 4a759de7bb linux-ti33x-psp 3.2: enable w1 for beaglebone, fix bootlogo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-07 17:36:39 +01:00
Koen Kooi 584043688c linux-ti335x-psp 3.2: fix sd timeout, use pwm for backlight, add SPI fb support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-07 12:12:29 +01:00
Koen Kooi 034e54254f linux-ti335x-psp: add 3.2 based on 3.2-staging branch
runtime tested on beaglebone

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01 15:38:22 +01:00
Koen Kooi bfbb1cc110 linux-ti33x-psp 3.1: add dto patch to fix problems with various sd cards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-27 09:05:03 +01:00
Koen Kooi ec465d19cb linux-ti33x-psp 3.1: fix beaglebone cape detection
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 11:01:52 +01:00
Koen Kooi 7049f8e77c linux-3.0: fix beagleboard DSI PLL regression
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25 17:36:52 +01:00
Koen Kooi 7b09dfe646 linux-ti335x-psp 3.1: enable support for beaglebone cape EEPROM based detection
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25 17:36:27 +01:00
Koen Kooi febfb01c9d linux-ti33x-psp 3.1: re-enable MUSB DMA for beaglebone
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 aa209df889

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24 16:04:00 +01:00
Khem Raj 3b9c2d238b linux-3.0: Fix perf compile failure with eglibc 2.15
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>
2012-01-20 12:15:37 +01:00
Koen Kooi 18ff66cb77 linux 3.0: update to 3.0.17
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 20:35:15 +01:00
Koen Kooi bca3912ee3 linux-ti33x-psp 3.1: register all cape/daugherboard EEPROM permutation in the boardfile for am335x
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-06 11:22:49 +01:00
Christopher Larson 32d77d9fcf linux.inc: don't choke on missing defconfig in lzop dep
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>
2011-12-30 19:52:53 +01:00
Koen Kooi e62a63e5ff linux 3.0: update to 3.0.14
Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 19:13:42 +01:00
Koen Kooi c00b5df3b8 linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-21 15:33:36 +01:00
Koen Kooi c84b0511b3 linux-ti81xx-psp 2.6.37: update to match latest *SDK
Boot Tested on DM8148 EVM

Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-20 17:39:48 +01:00
Koen Kooi bf3813c19b linux 3.1: set COMPATIBLE_MACHINE to beagleboard for the time being to work around linux.inc problems
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-20 13:57:29 +01:00
Christopher Larson b72cb13fcf linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use 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>
2011-12-19 21:11:50 +01:00
Koen Kooi a192653b4d linux-omap 2.6.3[79]: fix SRC_URI after kernel.org changes
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-08 09:48:26 +01:00
Koen Kooi aa209df889 linux-ti33x-psp 3.1: disable MUSB DMA for beaglebone
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>
2011-12-08 09:47:10 +01:00
Koen Kooi 81c2ba4f91 linux-ti335x-psp: make all patches work with 'git am'
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-30 16:44:35 +01:00
Koen Kooi 63545554b6 linux 3.0: fix regression introduced in 3.0.11
Upstream has been notified, so hopefully 3.0.13 will have this fix included

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-30 10:06:56 +01:00
Koen Kooi 4ce8fc5209 linux-ti335x-psp 3.1: add support for ST7735FB, but don't enable it in the beaglebone boardfile yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-30 08:50:27 +01:00
Joel A Fernandes 9a9069a596 linux-ti33x-psp 3.1: ADC support for beaglebone
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>
2011-11-30 08:47:30 +01:00
Koen Kooi 08b559c4da linux 3.0: update to 3.0.12
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>
2011-11-29 09:05:54 +01:00
Koen Kooi 078587ca99 linux 3.0: update to 3.0.11
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Denys Dmytriyenko <denys@ti.com>
2011-11-28 09:33:30 +01:00
Koen Kooi ad91245361 linux 3.0: update to 3.0.10
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-22 04:48:33 +01:00