- Also add test code recipe for uio-module-drv
- Common part of recipe moved to uio-module-drv.inc
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Contains updates for the following:
* enable traces when the SGX recovers from error
* close GEM vm using DRM API.
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Contains updates for the following issues:
* Fix for the application hang seen with Half float textures
* Fix SGX HW recovery issue due to delayed Weston buffer release event
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This version adheres to the new "core" package format.
* Add the version-indepedent include file for the core packages
* Extract common information between the core and legacy packages
into the ti-xdctools-common.inc file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Without the "--with-zlib" configure option, the zlib header will be
obtained from the build machines "/usr/include" directory if the
header exists there.
* From ${S}/m4/acx_zlib.m4:
AC_DEFUN([ACX_ZLIB],[
AC_ARG_WITH(zlib,
AC_HELP_STRING([--with-zlib=PATH],[Specify prefix of path of zlib]),
[
ZLIB_PATH="$withval"
],
[
ZLIB_PATH="/usr"
])
AC_MSG_CHECKING(what are the zlib includes)
ZLIB_INCLUDES="-I$ZLIB_PATH/include"
...
* Therefore add configure option to point to staging sysroot for zlib
header and add dependency on zlib.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* These packages only contain firmware development files.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Note: this prebuilt FW image hasn't been released publicly yet - interim copy
It doesn't have the correct Manifest either.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This is version specific, so it should not be in a version-agnostic
include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* c6x DSP development files required to support remote gdb debugging.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This is version specific, so it should not be in a version-agnostic
include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Many RTOS packages assume that the entire cgt is installed in a
single directory as opposed to standard install paths.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dsptop is a utility that provides a top-like interface to observe
DSP resource usage in real-time.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* The debugss-module-drv is require for the dsptop utility.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
To reserve contiguous memory for CMEM:
* include the "recipes-kernel/linux/cmem.inc"
* Set CMEM_BASE and CMEM_SIZE to the physical memory address and size,
respectively, to reserve for CMEM.
Currently limited to reserving a single memory region used to create
a single buffer pool of a single buffer.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Adds ipc transport layer using srio interface
- Supports k2h & k2k devices
- test recipe provides test code using srio transport
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Add new transport using qmss, srio modules
- Update new dependency on cmem, rm-lld, qmss-lld, cppi-lld & srio-lld
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Add init script for creating symbolic link for generic device library at boot time
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Add init script to add symbolic link for generic device library
- remove unused CHOICELIST
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Add init script for creating symbolic link for generic device library boot time
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This allows the modules to have a consistent installation structure
when directly building from source.
* Previously, these modules would be manualy installed to appears as
in-tree modules.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Branch names changed to release version specific branch
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* "linux/remoteproc_user.h" is included by ./src/daemon/mpmdlif.c
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provide TI user space network library and test code
- Supports k2h, k2k, k2l & k2e devices
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This version introduces the ability to configure CMEM through
the device tree.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Supports native and nativesdk classes as well as target.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides user space low level driver for srio peripheral
- Devices supported k2h & k2k
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack.inc has been created to allow support for general binary
installers by creating a variable which is used to pass arbitrary
arguments to the executable.
* ti-eula-unpack.inc sets the default arguments to retain support for
recipes which still use this feature.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides low level driver for Digital Radio front end
- Supports device k2l
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Need to add -l for the log file parameter
- Added -- to pass log file as additional parameter
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This graphics sdk is a minor update to the 05.01.01.01 version but includes
updates to support the 3.14 kernel.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides zero copy access from user-space to packet dma channels
via udma kernel driver
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provide library, deamon and util for ti customised softhsm
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This is need to allow some room for customers to build on top
of the filesystem that we support
* This is needed for larger filesystem size to support dev image.
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
VPDMA firmware is published publicly as IPUMM firmware.
This patch creates a separate recipe for VPDMA firmware.
Also, it updates the package names in kernel dependencies.
The vpe-tests is an independent recipe which can be included
in the packagegroup if required.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides Smart reflex temperature control with keystone devices
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provide libraries and test code for trace framework.
- Support framework to stream data from producer to multiple consumers
- Supports devices K2H, K2K, K2E, K2L & c6614
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Recipe split into main and test recipes.
- Added dependency on mpm-transport & libdaemon & syslog-ng
- Added startup scripts for daemon
- Removed PR
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Original location: meta-arago:
meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides high performance library, kernel module, user space libraries
and test binaries
- Supports devices k2h, k2k, k2l & k2e
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* The Sitara 3.14 Kernel tree is based on the linux-ti-staging_3.14 recipe and
kernel. However, the tree includes additional patches and configs.
* This tree is only meant for AM335x and AM437x
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- without this the compilation and install doesnot happen
because of main make filename.
- Correct mistake on extra oemake options
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Handle multi-config kernel builds with separate namespaces to allow installing
them side by side safely.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- pktlib: provides library for handling packet descriptor for keystone devices
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Commit id and version updated to DEV.MPM-TRANSPORT-01.00.06.00
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- mpm-transport provide basic transport layer for moving data between different processing nodes
- Support communication with the process nodes using shared memory and hyperlink interface
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides low level driver and test code for Communications port programming
interface module
- Supports k2h, k2k, k2l k2e devices
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides memory map driver using Keystone MPAX module
- Test recipe is used to build test binaries using the mmap lld library
- Supports k2h, k2k & k2e
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Provides low level driver for Hyperlink module
- Test recipe is used to build tests and examples using
the hyperlink library.
- Supports k2h, k2k & k2e
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This includes the error handling support.
* Minor bug fixes
* Relax support for entire DRA7xx SOC family to cover AM57x
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Add to patches to fix the build of cmemk and sdmak kernel modules.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Commit 7d7e1eb (ARM: OMAP2+: Prepare for irqs.h removal) and commit
ec2c082 (ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ)
from kernel updated the way interrupts for OMAP2/3 devices are defined.
Fix irq number as dsplink misses to add the NR_IRQS relative offset.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Remove unused includes that only redefine some typedefs already defined in
other includes and add the --sysroot flag to fix a linkage problem.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Removed ti-prefix based on review
- Update to new version 2.1.0.6
- Add dependency on libdaemon
- Remove device dependency
- Updated license to BSD-3-Clause
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
- Moved recipe from meta-arago based on review comments
- Provides resource manager low level driver
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Otherwise fails with the below error, similar to am33x-cm3:
fatal error: gnu/stubs-soft.h: No such file or directory
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* This version is compatible with version Kernel 3.12
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Contains incremental updates and bug fixes
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This error will show up when using sstate which was generated
using a different buiid time sysroot. Since we override CC we
still need to honor --sysroot which is specified via TOOLCHAIN_OPTIONS
Fixes
| DEBUG: Executing shell function do_compile
| CC src/sys_exec/sys_init.o
| In file included from src/sys_exec/rsc_table.h:13:0,
| from src/sys_exec/sys_init.c:19:
|
/home/ubuntu/work/angstrom/build/tmp-angstrom_next-glibc/sysroots/x86_64-linux/usr/lib/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.9.2/include/stdint.h:9:26:
fatal error: stdint.h: No such file or directory
| # include_next <stdint.h>
| ^
| compilation terminated.
| make: *** [src/sys_exec/sys_init.o] Error 1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Using variables for KERNEL_GIT_URI and KERNEL_GIT_PROTOCOL allows layer
bbappends to specify local repositories to test of pending changes that
are not available in the official TI kernel, without requiring
duplication of config fragments specified in SRC_URI in the base recipe.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Enable "sgx" feature on all - the driver may still be missing, but GLES is
available from omap5-sgx-ddk-linux package
* Enable "touchscreen" feature only on dra7 and am57 - not available on omap5
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Since we are re-using the Linux cross-compiler to compile Cortex-M3 firmware
code and not a dedicated bare-metal compiler, we have to match the float ABI
for the compiler to find the correct gnu/stubs.h files. In other words, if we
built a hardfp compiler, it doesn't have the corresponding gnu/stubs-soft.h
header and fails when building anything non-hardfp. Even though float ABI
flag doesn't make any sense for Cortex-M3 build. The error looks like this:
| CC src/sys_exec/trace.o
| CC src/sys_exec/sys_init.o
| In file included from /OE/sysroots/am335x-evm/usr/include/features.h:402:0,
| from /OE/sysroots/am335x-evm/usr/include/stdint.h:25,
| from /OE/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.1/include/stdint.h:9,
| from src/sys_exec/rsc_table.h:13,
| from src/sys_exec/sys_init.c:19:
| /OE/sysroots/am335x-evm/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory
| # include <gnu/stubs-soft.h>
| ^
| compilation terminated.
| Makefile:51: recipe for target 'src/sys_exec/sys_init.o' failed
| make: *** [src/sys_exec/sys_init.o] Error 1
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Move repo to git.ti.com
* Bump PE due to versioning schema change
* Drop init scripts needed back in 3.8 days
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Previous patch introduced a typo, the correct name is am335x_boneblack_config.
Thanks to Diego Sueiro <diego.sueiro@gmail.com> for spotting it.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Using the am335x_boneblack configuration for u-boot allows to save the
environment to the emmc. Else, it is not possible to save the
environment at all.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Update SGX patching, as now being partially upstreamed to the kernel.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Mainline version of 2014.07 will be pushed to mainline OE-Core soon.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* This machine config is based on dra7xx-evm.conf.
* However, due to differences in the boards a different serial console is used.
* Update port for the am57xx-evm (GP).
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* These binaries are for the DSP and the strip command in the
ARM compiler does not work on them. Without this the following
error is seen:
* ERROR: runstrip: ''arm-linux-gnueabihf-strip' --remove-section=.comment
--remove-section=.note '<PATH>/dra7-dsp1-fw-radio.xe66'' strip
command failed
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Update to use the dra7xx SOC_FAMILY instead of the specific
dra7xx-evm machine type.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Update the include file used to the dra7xx.inc file which
brings access to the dra7xx SOC_FAMILY
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Add the AM57xx machine type which is used to differentiate
between the AM57xx and the DRA7xx which are derivative devices
with different HW platforms and SoC capabilities.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Create the dra7xx.inc file which inherits the omap-a15.inc file
and then adds the dra7xx as another valid SOC_FAMILY setting.
* The addition of the dra7xx SOC_FAMILY is done while still keeping
access to the omap-a15 family. What this means is that omap-a15
can apply to omap5-evm, dra7xx-evm, and am57xx-evm. Then the
dra7xx family can be used to differentiate between omap5 and
dra7xx based devices.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Leave 4.9 as the last release providing softfp binaries and x11 support.
Leave 4.5 for now as being widely used on legacy omap3 devices.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
The do_prepsources task runs after do_unpack at which point the
${S}/patches directory has been created. In the last step of
do_prepsources, code should be copied over to ${S} by the release.sh
script. However, this script silently fails if the target directory
(${S}) is not empty---it contains the 'patches' directory. The
failure manifests in the do_patch step when trying to applying patches
against the source which wasn't populated by release.sh.
Here, we pre-emptively clean out the directory release.sh intends to
use. The patch directory is re-created by the do_patch step.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
A number of recipes in recipes-ti install more files than are
packaged causing lots of QA errors. We choose to ignore these.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This recipe use autotools and breaks when built out-of-tree
(${B} != ${S}).
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Critical fixes have been added to the ti-u-boot-2013.10 branch for AM4x.
* Update commit id to point to this new commit.
* For all other platforms nothing should have changed.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Remove old mainline u-boot versions since the latest version
has better support for TI platforms.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* The latest mainline u-boot works well for most TI devices and
we want to enable more people to use and test it. Adding
version 2014.07-rc3 will allow more people to build and use this
u-boot version
* Add a dependency on dtc-native since the latest mainline of u-boot
now requires this and not every build host will have the right
version.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Since sgx support is broken for newer kernels and Qt4, disable it for now
until Qt5 becomes default and kernel drivers are updated.
This reverts commit f9253dc88f.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* It breaks libgles/SGX due to missing omafb/omafb.h header
* Will be switching to 3.14 instead for LTS
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
* Add a missing space to KERNEL_CONFIG_FRAGMENTS_append
* Use FILESEXTRAPATHS_prepend instead of _append version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Add version 3.15 of the TI integration kernel. Major changes
from previous version are:
* Config fragments now come primarily from the integration
tree. Removed baseport and connectivity fragments for now
and the others can be removed as they are added to the
integration tree.
* Added a non-smp.cfg config to disable SMP for single core
devices instead of using a patch to the defconfig file as
we did in the past.
* Use the right SRCREV
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Allow the use of in-kernel config fragments instead of only
pulling config fragments from the OE meta data.
* The absolute path to the config fragment is used to allow
pointing to different fragment locations.
* Update the linux-ti-staging_3.12 recipe which uses config
fragments to specify the absolute path
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* As we add the next version of the linux-ti-staging kernel there
will be a different list of config fragments, removed patches,
etc. For this reason it makes sense to have the file directory
be version specific
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* The 3.8 version is replaced with v3.12 which has full support
for all devices.
* As part of adding a v3.15 version cleanup the v3.8 version to
reduce the number of kernels to latest and last stable.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Also version 1.9.0.10 of the recipe doesn't have necessary PROVIDES and
results in conflicts with mesa and other gl/gles providers.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Pulled in latest version 1.9.0.12 from meta-ti-gsldk and
preserved authorship for Mrinmayee
* Mark this recipe as providing the gles1, gles2, and egl
libraries so that it doesn't conflict with other recipes like
mesa and will be pulled in to satisfy those dependencies
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Add sgx to the MACHINE_FEATURES so that the dra7xx-evm can
start including sgx libraries. NOTE: currently there are
no driver modules that work with v3.12 of the Linux kernel
but this does work with version 3.8.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Migrated from meta-ti-glsdk and preserved authorship for
Mrinmayee
* This library allows use of the GC320 2D blitter
* Modified for upstream:
* LICENSE was changed to BSD-3-Clause but the TI-TSPA license
is still present as well so modified this to be a dual
license package.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Migrated from meta-ti-glsdk and preserved authorship for
Karthik
* Modified for upstream:
* Made PACKAGE_ARCH machine specific
* Removed bogus HOMEPAGE setting
* Separated the firmware into a ${PN}-fw package and left the
ARM side RadioApp in the base package.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Migrated the dspdce-fw recipe from meta-ti-glsdk and
preserved authorship for Mrinmayee.
* Cleaned up for upstream:
* Removed the MACHINE name from the recipe name
* Used MACHINE variable in SRC_URI
* Update to use default variables such as base_libdir
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Based on recipes from meta-ti-glsdk and preserved authorship
for Mrinmayee
* Modified for upstreaming:
* Combined the dra7xx-evm and omap5-evm versions into a
shared recipe. This changes the recipe name to just
ipumm-fw.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Update the 3.00.00 and 3.21.00.07 versions of ti-ipc to use
a common ti-ipc.inc file which combines the configuration and
installation steps for both to be common.
* Modify the tiiipclad-daemon.sh script to have a replacement
variable so that it can be used for more than a single device.
* Move the tiipclad-daemon script to the ti-ipc directory with
the rest of the files used by this recipe.
* Fix the permissions for the tiipclad-daemon script
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Added version 3.21.00.07 from the meta-ti-glsdk layer.
Preserved authorship by Mrinmayee
* Cleaned up the recipe for upstream by removing the sed lines
in do_configure and instead using EXTRA_OEMAKE values passed
into the make process.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* The ti-ipc.inc file was for the legacy 1.24.00.16 version of
ti-ipc. So consolidate these files together since there is
only one version of the ti-ipc recipe that needs that .inc
file and there are no updates planned for it.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM
specific machine configuration for UBI image, boot monitor, U-boot, etc.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Keystone II SOC family has multiple devices and EVMs: k2hk, k2l
and k2e, each EVM should have a separate machine config, and share
the common keystone SOC family.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Modified version of the original patch from Sam Nelson
* Update source URL/REV
* Added SPI NOR binaries and deployed images
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-09 13:41:41 -04:00
470 changed files with 9438 additions and 9225 deletions
SUMMARY="TI RTOS low level driver for Hyperlink peripheral"
inheritti-pdk
requirerecipes-bsp/hyplnk-lld/hyplnk-lld.inc
PR="${INC_PR}.0"
COMPATIBLE_MACHINE_append="|c66x"
#HTMLdoclinkparams
PDK_COMP_LINK_TEXT="HYPLNK LLD"
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.