1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00
Commit Graph

552 Commits

Author SHA1 Message Date
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
Denys Dmytriyenko 997bf8f58a ti-eula-unpack: fix the check for 32bit glibc, make it a warning
This makes better checking for 32bit glibc on Ubuntu 11.10
In general, change to a WARNING instead of breaking the build with an ERROR,
to accomodate other different implementations of 32/64bit system libraries,
as well as multiarch setups.
Will need to come up with more robust solution later.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 18:09:43 -04:00
Denys Dmytriyenko 62ad4edfca README: update with the latest info
With distro-less fixes in OE-Core, no distro dependencies are required.
Better explain toolchain requirements and setup specific versions.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22 16:52:48 -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
Khem Raj 0d0e2c1e27 u-boot: Fix config-Always-use-GNU-ld patch to work with dash
>& /dev/null is not ok for dash so use > /dev/null 2>&1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-15 00:49:33 -04:00
Andreas Müller cf056a6ae0 ti-eula-unpack: throw error message in case 32bit glibc is missing
TI installation tool requires 32bit glibc [1]

[1] https://lists.yoctoproject.org/pipermail/meta-ti/2012-January/000357.html

Signed-off-by: Andreas M??ller <schnitzeltony@googlemail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-12 16:08:34 -04:00
Koen Kooi ed29286f2b gadget init: don't dump info to info.txt on boot
This script adds ~10s to the boot time, doesn't have error checking and
prevents loading the storage gadget 3 out of 10 times.

Remove it from ExecStartPre to get a fast, consistent boot. The functionality
should be moved to bone101.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-07 16:51:53 -05: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 dfbcf63963 bonescript: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-05 12:02:20 -05:00
Denys Dmytriyenko f7965c3a33 soc-family.inc: it's now in OE-Core, remove locally
The soc-family.inc file to set up SOC_FAMILY in MACHINEOVERRIDES has been
accepted upstream to OE-Core, can remove it from meta-ti now.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-05 00:57:36 -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
Koen Kooi e31722adc4 README: move meta-angstrom to optional layers
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04 00:33:17 -05:00
Koen Kooi 17600a532e ti-hw-bringup-image: change require to include to make meta-angstrom a soft dependency
The image will be non-functional, but parsing completes with only oe-core + meta-ti

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04 00:32:39 -05:00
Koen Kooi 0d4418518a SOC_FAMILY: add to MACHINE_OVERRIDES locally
This breaks the hard dependency on Angstrom for getting a sane set of recipes.

The variable name is kept the same and the actual code moved from angstrom.inc to soc-family.inc to make it clear what it is doing and how.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04 00:32:39 -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
Denys Dmytriyenko f581b98514 recipes: fix the remaining missing quotes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-29 15:43:39 -05:00
Khem Raj c44b242d85 meta-ti: Fix quotes to make new bitbake happy
Changes from the original patch:
* Matrix is no longer available, no fixes necessary
* Most of the recipes-ti/ was cleaned up by Koen's earlier patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28 17:56:05 -05:00
Koen Kooi caaffe1aad various recipes: fix quoting to work with bitbake master
Changes from the original patch:
* Matrix is no longer available, not fixes necessary
* INSANE_SKIP is set to "1", like in oe-core - may need to list individual QA tests

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28 17:54:30 -05:00
Denys Dmytriyenko 266d76ba87 matrix: remove old Matrix and replace with README to point to new location
Matrix is now hosted in the meta-arago-extras (sub-)layer of meta-arago. This
sub-layer is not Arago-specific and can be used with any distro. More details
at git://arago-project.org/git/meta-arago.git

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28 17:10:55 -05:00
Denys Dmytriyenko 827f9e9a8a matrix-tui: deprecated
Remove matrix-tui, since it has been deprecated and no longer supported.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28 17:05:03 -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
Denys Dmytriyenko cac9367c1a README: describe the current dependency on Angstrom and future plans
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 23:15:13 -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 f5d2815cb9 beaglebone-getting-started: update SRM to rev A5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:07:12 -05:00
Koen Kooi 29b5e9cc86 cloud9-image: ship connman-test as well to manipulate interfaces using the CLI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:07:05 -05:00
Koen Kooi c3c095c83f gadget-init: remove ehrPWM polarity workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:06:06 -05:00
Koen Kooi 72f3c75164 beaglebone-getting-started: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:05:15 -05:00
Koen Kooi 2a67d5076d beaglebone-tester: include Jasons debug tweaks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:05:08 -05:00
Koen Kooi c5f5ead491 u-boot 2011.09: add patch to support 'cold' AM335x silicon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:55 -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 a94f765b98 libgles-omap3: fix S for IJ unpack changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-25 22:22:17 -05:00
Tom Rini 1471bbad17 u-boot git: Update omap3-touchbook for u-boot-fw-utils change
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:29:45 -05:00
Tom Rini 5bd4167ac1 u-boot 2011.12: Add fw_env.config for beagleboard
beagleboard provides a correct fw_env.config file so add to the SRC_URI
and RRECOMMENDS on u-boot-fw-utils.

Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:29:45 -05:00
Tom Rini 0022cd46d1 u-boot.inc: Move fw_env.config to main package
Now that u-boot-fw-utils is a separate recipe (in oe-core) we do not
want to try and build the tools here.  We also want to package the
fw_env.config file in the main package, if it exists.

Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:29:45 -05:00
Peter A. Bigot 108e0894e8 omap3-sgx-modules: fix for corrected ti-eula-unpack
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:25:24 -05:00
Peter A. Bigot a365e31ab2 ti-dmai_svn: correct path within svn checkout
At r642 as currently retrieved, the contents of ${S} are subdirectories dmai
and patches, so the subsequent attempt to run "make clean" in ${S} fails
because there is no Makefile there.  Append /dmai to the default ${S},
remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the
strippath for the patches to reflect the new starting location.

Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:24:08 -05:00
Peter A. Bigot 7a9f438424 ti-codecs-omap3530: fix for corrected ti-eula-unpack
Remove directory prefix for tar files that use TI_BIN_UNPK_CMDS that
specifies unpacking into workdir; formerly that specification was ignored
and these were unpacked into a package-specific subdirectory of
${HOME}=${WORKDIR}.  Note c64xplus_deinterlacer overrides TI_BIN_UNPK_CMDS
and does not specify workdir, so its prefix is correct.

Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:24:04 -05:00
Peter A. Bigot d56107533b various: fix installation directories for corrected ti-eula-unpack
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20 21:24:00 -05:00