]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/log
ipc/ipcdev.git
11 years agoNameServerApp: Change NameServer instance names to other than "MessageQ".
G Anthony [Thu, 14 Mar 2013 17:32:11 +0000 (10:32 -0700)]
NameServerApp: Change NameServer instance names to other than "MessageQ".

The names used by NameServerApp can conflict with the "MessageQ" name used by
the MessageQ tests, if run simultaneously.

Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
11 years agoMerge remote-tracking branch 'vincent-ext/3.00.00.13_eng' into 12_eng
Chris Ring [Sun, 17 Mar 2013 18:13:22 +0000 (11:13 -0700)]
Merge remote-tracking branch 'vincent-ext/3.00.00.13_eng' into 12_eng

11 years agoRenamed log module into IpcLog to reduce chances of name collision
VW [Sat, 16 Mar 2013 00:41:30 +0000 (17:41 -0700)]
Renamed log module into IpcLog to reduce chances of name collision

11 years agoCleanup: Removed commented out code and unused variable
VW [Fri, 15 Mar 2013 23:42:33 +0000 (16:42 -0700)]
Cleanup: Removed commented out code and unused variable

11 years agoRemoved workaround in tiipc to treat MessageQ rpmsg port as a special case, now that...
VW [Fri, 15 Mar 2013 23:01:30 +0000 (16:01 -0700)]
Removed workaround in tiipc to treat MessageQ rpmsg port as a special case, now that MessageQCopy returns addresses above 1024 when MessageQCopy_ADDRANY is passed.

11 years agoQNX IPC - Increase Max Reserved Endpoint in MessageQCopy
Angela Stegmaier [Thu, 14 Mar 2013 22:28:49 +0000 (17:28 -0500)]
QNX IPC - Increase Max Reserved Endpoint in MessageQCopy

Max Reservd Endpoint in MessageQCopy needs to be increased
in order to be compatible with some BIOS-side IPC software.

Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
11 years agoAdded QNX client-side libraries and inserted functionality from Linux daemon into...
VW [Fri, 15 Mar 2013 21:58:47 +0000 (14:58 -0700)]
Added QNX client-side libraries and inserted functionality from Linux daemon into the resource manager.

11 years agoOMAP5: Fix package dependency which could result in link failure
Chris Ring [Fri, 15 Mar 2013 17:42:29 +0000 (10:42 -0700)]
OMAP5: Fix package dependency which could result in link failure

The ti.ipc.srvmgr.omx pkg currently only supports OMAP5, and currently has
a dependency on the ti.ipc.family.omap54xx.  This dependency needs to be
expressed so XDC's config-generated linker.cmd file orders the libraries
correctly.  This commit adds the necessary dependency.

Found when bringing up the C64T test executables.  Never reported when
building only for OMAP5's IPU, but the link failure is possible there, too.

11 years agoOMAP5: Use #define'd VRING0 addr and remove unnecessary #ifdef
Chris Ring [Fri, 15 Mar 2013 17:36:09 +0000 (10:36 -0700)]
OMAP5: Use #define'd VRING0 addr and remove unnecessary #ifdef

Minor code cleanup.  There is already a #define with the VRING0 address, but
there is a block of code that's not using that #define, rather it's
hardcoding the address.  Switching to the #define'd address enables further
cleanup in mapPAtoVA().

11 years agoOMAP5: trivial comment fix
Chris Ring [Fri, 15 Mar 2013 17:33:12 +0000 (10:33 -0700)]
OMAP5: trivial comment fix

11 years agoTCI6638K2K: Update to ti.platforms.evmTCI6638K2K platform 3.00.00.12_eng
Chris Ring [Tue, 12 Mar 2013 23:42:44 +0000 (16:42 -0700)]
TCI6638K2K: Update to ti.platforms.evmTCI6638K2K platform

XDC 3.25 introduced the official ti.platforms.evmTCI6638K2K package.  Now that
we've moved to XDC 3.25, we switch from the simulator platform
(ti.platforms.simKepler) to this official platform.

11 years agoTrace: Update ti.trace.SysMin to be compatible with XDC 3.25
Chris Ring [Tue, 12 Mar 2013 23:37:42 +0000 (16:37 -0700)]
Trace: Update ti.trace.SysMin to be compatible with XDC 3.25

XDC 3.25 includes device support we will need, as well as support for CCS 5.4,
a key development environment.  Unfortunately, there is a small compatibility
break between XDC 3.24 and 3.25 for the [rare] modules that implement
xdc.runtime.ISystemSupport.  Unfortunately, ti.trace.SysMin is susceptible to
this break, and requires a slight change.

Prior to this commit, we must use XDC 3.24.  After this commit, we must use
XDC 3.25.

11 years agoOMAP54XX_SMP: Added OMAP5 SMP Platform support to Linux build, removed OMAP4.
G Anthony [Tue, 12 Mar 2013 23:16:59 +0000 (16:16 -0700)]
OMAP54XX_SMP: Added OMAP5 SMP Platform support to Linux build, removed OMAP4.

This includes adding the OMAP5 SMP _MultiProc_cfg, and the platform
independent ping_rpmsg test.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoMessageQCopy: Fixed bug due a Semaphore_reset() in a MessageQCopy_send() loop.
G Anthony [Fri, 8 Mar 2013 01:16:07 +0000 (17:16 -0800)]
MessageQCopy: Fixed bug due a Semaphore_reset() in a MessageQCopy_send() loop.

This was introduced in the omapzoom sysbios-repo repo:

commit 2a8a0f5b67bfc06b4fdd4440d8b9e7df82a6ec36
Author: Fernando Guzman Lugo <fernando.lugo@ti.com>
Date:   Fri May 11 17:55:37 2012 -0500

    IPC: Wait for available buffers in MessageCopy_send

    If there are no buffers available for sending messages, wait until
    the host adds more buffers instead of failing.

    This is a short-term solution to resolve the issue with the new
    kernel in which the slave processor is ready even before the host
    has added the necessary remote processor transmit buffers, and
    tries to publish its services. A suitable long-term solution is
    needed to resolve this timing issue in a generic fashion.

This commit added a Semaphore_pend() loop if no send buffers were available to
send to the host.  The VirtQueue_getAvailBuf() call would set a flag
signalling the host to kick the slave on the next available buffer.

However, the Semaphore_reset() basically ensures the Semaphore_pend() will
pend indefinitely, in the case the host has already kicked the slave with
the primed send buffers before MessaegQCopy_send() is called.

Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
11 years agoping_tasks: Removed implicit MessageQCopy_finalize() definition warning.
G Anthony [Tue, 5 Mar 2013 00:14:31 +0000 (16:14 -0800)]
ping_tasks: Removed implicit MessageQCopy_finalize() definition warning.

Remove the function call, since the HLOS side doesn't really expect the
NS announcement to delete the service port for this sample.

Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
11 years agoIpuSmp.cfg: Removed CORE1 from the MultiProc_setConfig list for SMP OMAP5.
G Anthony [Mon, 4 Mar 2013 23:30:32 +0000 (15:30 -0800)]
IpuSmp.cfg: Removed CORE1 from the MultiProc_setConfig list for SMP OMAP5.

This, to simplify the logic of MessageQ stack on HLOS, which currently
iterates over a static table of MultiProc IDs.  The CORE1 slot was not
being used, which can cause problems for lower level drivers that support
MessageQ_attach(CORE1,....).

Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
11 years agoBuild: Add autotools-generated makefiles and scripts
Chris Ring [Tue, 12 Mar 2013 23:23:11 +0000 (16:23 -0700)]
Build: Add autotools-generated makefiles and scripts

11 years agoMerge commit 'cff00' into 12_eng
Chris Ring [Tue, 12 Mar 2013 22:54:03 +0000 (15:54 -0700)]
Merge commit 'cff00' into 12_eng

11 years agoTest: Fix bug in dual_transports test cfg script
Chris Ring [Tue, 12 Mar 2013 19:41:40 +0000 (12:41 -0700)]
Test: Fix bug in dual_transports test cfg script

Fix a bug in assigning the NotifyDriver's InterruptProxy.

This was exposed when validating with a newer version of XDC, which
[thankfully!] added some extra parameter checking in XDC 3.25.

11 years agoLinux: Converted all SysLink references to Ipc
Arnie Reynoso [Fri, 8 Mar 2013 19:59:11 +0000 (11:59 -0800)]
Linux: Converted all SysLink references to Ipc

Remove SysLink_create/destroy and replaced them with Ipc_start/stop functions

Signed-off-by: Chris Ring <cring@ti.com>
11 years agoFixed filename comments in files
Arnie Reynoso [Fri, 8 Mar 2013 19:16:27 +0000 (11:16 -0800)]
Fixed filename comments in files

Signed-off-by: Chris Ring <cring@ti.com>
11 years agoTCI6638: Add support for ti.platforms.evmTCI6638K2K
Chris Ring [Fri, 8 Mar 2013 00:59:49 +0000 (16:59 -0800)]
TCI6638: Add support for ti.platforms.evmTCI6638K2K

XDC 3.25 includes support for the new TCI6638K2K EVM.  IPC 3 supported the
simulator for this device (ti.platforms.simKepler).  This commit adds
initial support for the new ti.platforms.evmTCI6638K2K EVM.

11 years agoProduct: Add missing files to package release phase
Chris Ring [Thu, 7 Mar 2013 01:25:25 +0000 (17:25 -0800)]
Product: Add missing files to package release phase

The ti.ipc.remoteproc, ti.ipc.rpmsg, ti.trace, and ti.ipc.family.omap54xx
packages fail to export all their files during the release phase of their
package build.  Add the missing files.

11 years agogrcm: package.bld cleanup and removal of unnecessary files
Chris Ring [Thu, 7 Mar 2013 00:30:02 +0000 (16:30 -0800)]
grcm: package.bld cleanup and removal of unnecessary files

ti.grcm was merged with unused files; remove those files.  Also give
package.bld some TLC.

11 years agoRemoteproc patches for OMAPL138 on Linux v3.8.0
Robert Tivy [Tue, 12 Mar 2013 21:27:06 +0000 (14:27 -0700)]
Remoteproc patches for OMAPL138 on Linux v3.8.0

11 years agoFixes to address MISRA complaints
Robert Tivy [Tue, 12 Mar 2013 17:59:01 +0000 (10:59 -0700)]
Fixes to address MISRA complaints

Removed #include <stdio.h>, per MISRA complaint, from ServiceMgr.c.

Added #include <RcmTypes.h> to RcmServer.h, to resolve USE_MESSAGEQCOPY
per MISRA complaint.

11 years agoNew MmRpc module and santiy test program.
Ramsey Harris [Tue, 12 Mar 2013 20:32:28 +0000 (13:32 -0700)]
New MmRpc module and santiy test program.

This module provides remote procedure call functionality similar
to the omaprpc module developed for the multimedia stack. Currently,
this module builds only for Linux user mode.

11 years agoResource: Fixed Resource.xdt to define OMAP5 for rsc_table_omap5_ipu.h.
Ramsey Harris [Mon, 11 Mar 2013 23:47:24 +0000 (16:47 -0700)]
Resource: Fixed Resource.xdt to define OMAP5 for rsc_table_omap5_ipu.h.

This was lost when moving omapzoom ti.resource to ti.ipc.remoteproc, and
resulted in an incorrect VRING address being used on Linux side.

This did not affect the QNX side.

11 years agoReverted GateSwi patch in MessageQCopy_send.
Ramsey Harris [Thu, 7 Mar 2013 20:08:15 +0000 (12:08 -0800)]
Reverted GateSwi patch in MessageQCopy_send.

The GateSwi patch moved the GateSwi_leave() call too far down
the function. This placed Semaphore_pend() inside the GateSwi
which is illegal.

11 years agoMerge remote-tracking branch 'ramsey/ready' into 11_eng 3.00.00.11_eng
Chris Ring [Wed, 6 Mar 2013 00:24:37 +0000 (16:24 -0800)]
Merge remote-tracking branch 'ramsey/ready' into 11_eng

Conflicts:
packages/ti/sdo/utils/Build.xs

11 years agoFixed kepler build error.
Ramsey Harris [Tue, 5 Mar 2013 23:58:53 +0000 (15:58 -0800)]
Fixed kepler build error.

Custom build flow was making invalid assumption regarding
ti.sdo.ipc.Build participation. Cleaned up dependencies. Added
null makefile template to spoof the build (phase 7) when needed.

11 years agoMerge remote-tracking branch 'vincent/3.00.00.11_eng' into tmp
Chris Ring [Tue, 5 Mar 2013 23:48:40 +0000 (15:48 -0800)]
Merge remote-tracking branch 'vincent/3.00.00.11_eng' into tmp

11 years agoSrvMgr: Fix comment to be strict ansi-c compliant
Chris Ring [Tue, 5 Mar 2013 17:15:38 +0000 (09:15 -0800)]
SrvMgr: Fix comment to be strict ansi-c compliant

Strict ansi-c doesn't allow C++ style comments.

Identified by misra-related, static code checkers.

11 years agoMerge remote-tracking branch 'arnie/3.00.00.11_eng' into tmp
Chris Ring [Tue, 5 Mar 2013 23:45:15 +0000 (15:45 -0800)]
Merge remote-tracking branch 'arnie/3.00.00.11_eng' into tmp

11 years agoSMP: More SMP-related build cleanup
Chris Ring [Tue, 5 Mar 2013 23:32:59 +0000 (15:32 -0800)]
SMP: More SMP-related build cleanup

With a recent merge, more SMP-related build scripts were introduced that
required cleanup.

11 years agoMoved files from the ipc3x_dev branch in syslink_qnx repository into direct
VW [Tue, 5 Mar 2013 17:44:49 +0000 (09:44 -0800)]
Moved files from the ipc3x_dev branch in syslink_qnx repository into direct
ory qnx/src/ipc3x_dev

Reference point is https://gforge01.dal.design.ti.com/gf/project/syslink_qnx/scmgit/?p=syslink_qnx;a=shortlog;h=refs/heads/ipc3x_dev, commit id 0eafb4c5a0025248a745cf6c42a0e4e80c34d6b4

11 years agoMerge tag 'test_omx_omap5' into cleanup
Chris Ring [Tue, 5 Mar 2013 15:48:27 +0000 (07:48 -0800)]
Merge tag 'test_omx_omap5' into cleanup

test_omx sample built for OMAP5 SMP

Conflicts:
.gitignore

11 years agoOMAP5: Remove BIOS-side SMP build flag
Chris Ring [Fri, 1 Mar 2013 21:30:14 +0000 (13:30 -0800)]
OMAP5: Remove BIOS-side SMP build flag

Always build both SMP and non-SMP libraries.  The intention is to build
all libraries during the package build step, and make getLibs() smart
enough to return the appropriate library depending on the application's
cfg script.

Also includes some minor build script cleanup in that package.

11 years agoOMAP5: Remove unnecessary ti.gates.hwspinlock pkg
Chris Ring [Fri, 1 Mar 2013 20:34:20 +0000 (12:34 -0800)]
OMAP5: Remove unnecessary ti.gates.hwspinlock pkg

When OMAP5 suppport was initially added, this ti.gates.hwspinlock package was
also introduced.  It is redundant with existing GateMP implementations, so
has been removed.

11 years agotest_omx: Pull in the test_omx sample from omapzomm sysbios-rpmsg repo.
G Anthony [Fri, 1 Mar 2013 18:24:29 +0000 (10:24 -0800)]
test_omx: Pull in the test_omx sample from omapzomm sysbios-rpmsg repo.

Configure and build for OMAP5 SMP only.

Pulled from omapzoom.org, sysbios-rpmsg, master branch, tag: 2.00.11.31.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoSrvMgr: Pulled in ServiceMgr (and OmxSrvMgr) from omapzoom sysbios-rpmsg.
G Anthony [Fri, 1 Mar 2013 18:19:04 +0000 (10:19 -0800)]
SrvMgr: Pulled in ServiceMgr (and OmxSrvMgr) from omapzoom sysbios-rpmsg.

This is required by the test_omx sample for OMAP5.

Pulled from omapzoom.org, sysbios-rpmsg, master branch, tag: 2.00.11.31.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agogRCM: Pulled in gRCM from omapzoom sysbios-rpmsg wholsale.
G Anthony [Fri, 1 Mar 2013 18:08:53 +0000 (10:08 -0800)]
gRCM:  Pulled in gRCM from omapzoom sysbios-rpmsg wholsale.

This is required by the ServiceMgr and test_omx sample for OMAP5.

Pulled from omapzoom.org, sysbios-rpmsg, master branch, tag: 2.00.11.31.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOMAP5: Add OMAP5 support to ti.ipc.remoteproc, remove ti.resources
Chris Ring [Fri, 1 Mar 2013 05:21:26 +0000 (21:21 -0800)]
OMAP5: Add OMAP5 support to ti.ipc.remoteproc, remove ti.resources

Previously, ti.resources was moved to ti.ipc.remoteproc.  When OMAP5 was added,
it was using the older ti.resources pkg name.  This commit adds support for
OMAP5 to the updated ti.ipc.remoteproc pkg, and deletes the temporarily added
ti.resources pkg.

11 years agoBuild: Removed reference to ti.sdo.io package
Chris Ring [Fri, 1 Mar 2013 04:40:47 +0000 (20:40 -0800)]
Build: Removed reference to ti.sdo.io package

The ti.sdo.io package is removed in IPC 3.x, and this deletes a lingering
reference to that package.

11 years agoOMAP5 MessageQ: Got MessageQ stack over RPMSG to build for OMAP5 SMP only.
G Anthony [Fri, 1 Mar 2013 00:27:20 +0000 (16:27 -0800)]
OMAP5 MessageQ:  Got MessageQ stack over RPMSG to build for OMAP5 SMP only.

Re-enabled messageq_single and messageq_multi tests in ti/ipc/tests, and
update the config to switch off OMAP5 IPU platform and others.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoIpcMgr: Commented usage of various IPC startup functions.
G Anthony [Fri, 1 Mar 2013 00:25:52 +0000 (16:25 -0800)]
IpcMgr:  Commented usage of various IPC startup functions.

Three startup functions need to be configured for IPC apps using RPMSG.
These have been better documented.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoBuild: Add generated .tar.gz files to .gitignore
Chris Ring [Thu, 28 Feb 2013 21:46:53 +0000 (13:46 -0800)]
Build: Add generated .tar.gz files to .gitignore

Now that the package 'release' goal is supported, .tar.gz files can be
generated.  This commit tells git to ignore those generated files.

11 years agoBuild: Fix ti.pm to support package release goal
Chris Ring [Thu, 28 Feb 2013 21:43:27 +0000 (13:43 -0800)]
Build: Fix ti.pm to support package release goal

The ti.pm package incorrectly uses the Program object in its package.xs
init() method, regardless of the 'phase' of the build.  The Program object
is only valid in the 'cfg' phase.  Now init() correctly checks that it's in
the 'cfg' phase before using the Program object.

11 years agoMerge remote-tracking branch 'gil/3.00.00.10_eng' into 3.00.00.11_eng
Arnie Reynoso [Thu, 28 Feb 2013 20:05:36 +0000 (12:05 -0800)]
Merge remote-tracking branch 'gil/3.00.00.10_eng' into 3.00.00.11_eng

11 years agoDisabled automake maintainer mode for Linux-side config to prevent unnecessary regen...
Arnie Reynoso [Thu, 28 Feb 2013 19:43:51 +0000 (11:43 -0800)]
Disabled automake maintainer mode for Linux-side config to prevent unnecessary regen of configure script requiring users to have autotools installed.

11 years agoUpdate linux autoconf build to cleanup the top-level directory
Arnie Reynoso [Thu, 28 Feb 2013 18:45:25 +0000 (10:45 -0800)]
Update linux autoconf build to cleanup the top-level directory
 - Auxiliary build files are in the linux sub-dir
 - Added TI copyright stamp to autoconf and automake source files

11 years agoping_rpmsg: Add OPBU OMAP5 configs and update ping_rpmsg config/build.
G Anthony [Thu, 28 Feb 2013 02:35:23 +0000 (18:35 -0800)]
ping_rpmsg:  Add OPBU OMAP5 configs and update ping_rpmsg config/build.

TBD: The OMAP5 configs are structured differently.
This ipcdev configs needs proper merging and refactoring.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoRpmsg: Port MessageQCopy onto OPBU's OMAP5 VirtQueue module.
G Anthony [Thu, 28 Feb 2013 02:32:04 +0000 (18:32 -0800)]
Rpmsg:  Port MessageQCopy onto OPBU's OMAP5 VirtQueue module.

Get to build for OMAP5 SMP IPU platform.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOMAP5 VirtQueue: Added ti.family.omap54xx VirtQueue/Interrupt* OPBU modules.
G Anthony [Thu, 28 Feb 2013 02:30:03 +0000 (18:30 -0800)]
OMAP5 VirtQueue:  Added ti.family.omap54xx VirtQueue/Interrupt* OPBU modules.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoHwSpinLock: Pull in the ti.gates.hwspinlock module from omapzoom sysbios-rpmsg.
G Anthony [Thu, 28 Feb 2013 02:26:34 +0000 (18:26 -0800)]
HwSpinLock: Pull in the ti.gates.hwspinlock module from omapzoom sysbios-rpmsg.

This is custom: can it be merged with the HWSpinLock in IPC tree?

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoResources: Added OMAP5 Resource Table module from omapzoom sysbios-rpmsg.
G Anthony [Wed, 27 Feb 2013 18:43:34 +0000 (10:43 -0800)]
Resources:  Added OMAP5 Resource Table module from omapzoom sysbios-rpmsg.

This needs to merged into the new ti.ipc.remoteproc package in ipcdev tree,
but this is pulled in as is to get OMAP5 binaries up and loading quickly.

.gitignore was also updated to filter out the autogenerated IpcMemory.h.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoconfigs: Pulled in the configs/omap54xx directory used by OMAP5 samples.
G Anthony [Wed, 27 Feb 2013 03:02:55 +0000 (19:02 -0800)]
configs:  Pulled in the configs/omap54xx directory used by OMAP5 samples.

All the configuration for AMMU, MultiProc list, Idle functions are here.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agotrace: Merged omapzoom sysbios-rpmsg version of SysMin for SMP OMAP5.
G Anthony [Wed, 27 Feb 2013 02:52:21 +0000 (18:52 -0800)]
trace:  Merged omapzoom sysbios-rpmsg version of SysMin for SMP OMAP5.

This clobbers the SysMin from the BIOS tools, for OMAP5 SMP.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years ago.gitignore: Ignore autogenerated SysMin.h.
G Anthony [Wed, 27 Feb 2013 02:51:01 +0000 (18:51 -0800)]
.gitignore: Ignore autogenerated SysMin.h.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoPower: Add power manager from omapzoom sysbios-rpmsg repo for OMAP5.
G Anthony [Wed, 27 Feb 2013 01:50:08 +0000 (17:50 -0800)]
Power:  Add power manager from omapzoom sysbios-rpmsg repo for OMAP5.

This is a dependency for OMAP5 IPC stack and samples.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOMAP54xx: Added custom ti.platform.omap54xx from omapzoom sysbios-rpmsg.
G Anthony [Wed, 27 Feb 2013 01:31:12 +0000 (17:31 -0800)]
OMAP54xx:  Added custom ti.platform.omap54xx from omapzoom sysbios-rpmsg.

This is temporary, until the OMAP5 build can migrate to use a standard
platform in XDC tools.

The directory structure is maintained as in omapzoom sysbios-rpmsg repo to
enable easy migration of the rest of the OMAP5 stack.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoipc-bios.mak,bld: Add support for SMP builds of OMAP5 targets: C64T, M3.
G Anthony [Wed, 27 Feb 2013 01:18:27 +0000 (17:18 -0800)]
ipc-bios.mak,bld:  Add support for SMP builds of OMAP5 targets: C64T, M3.

Update ccOpts and lnkOpts per omapzoom sysbios-rpmsg repo.

Note: omapzoom sysbios-rpmsg uses 7.2.9 CGT for C6000.  Since we don't
have that in VENDORS, using 7.2.0 instead.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years ago.gitignore: Hide generated Makefile.in from autoconfig.
G Anthony [Wed, 27 Feb 2013 01:17:03 +0000 (17:17 -0800)]
.gitignore:  Hide generated Makefile.in from autoconfig.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoRename: git mv src packages to complete application of ipc-j patches to ipcdev.
G Anthony [Tue, 26 Feb 2013 18:34:39 +0000 (10:34 -0800)]
Rename: git mv src packages to complete application of ipc-j patches to ipcdev.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoipc-bios.bld: Add "-cr" lnkOpt in for C66 target for remoteproc loaded images.
G Anthony [Tue, 26 Feb 2013 18:31:18 +0000 (10:31 -0800)]
ipc-bios.bld: Add "-cr" lnkOpt in for C66 target for remoteproc loaded images.

This was in ipc-j tree, but got lost when moving to ipcdev tree.

It is restored, and allows C66 images to load via remoteproc.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoTransportVirtio: Built over MessageQCopy.
G Anthony [Sat, 23 Feb 2013 02:25:43 +0000 (18:25 -0800)]
TransportVirtio: Built over MessageQCopy.

Updated NameServerRemoteRpmsg to also go over MessageQCopy.

Updated tests CFG file.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoping_rpmsg: Added ping test over MessageQCopy.
G Anthony [Fri, 22 Feb 2013 02:08:05 +0000 (18:08 -0800)]
ping_rpmsg: Added ping test over MessageQCopy.

Linux side works over rpmsg-proto socket.

BIOS side works over MessageQCopy, and makes use of MessageQCopy callback
feature to receive messages (rather than MessageQCopy_send).

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOPBU Merge: Pulled in srvmgr/NameMap into rpmsg/
G Anthony [Fri, 22 Feb 2013 02:02:43 +0000 (18:02 -0800)]
OPBU Merge: Pulled in srvmgr/NameMap into rpmsg/

Source: omapzoom.org, sysbios-rpmsg repo, tag: 2.00.11.31.

NameMap works over MessageQCopy, and sends name service announcements to
the host.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoMessageQCopy_init: Hide from clients, only call once in IpcMgr_startRpmsg()
G Anthony [Fri, 22 Feb 2013 01:57:19 +0000 (17:57 -0800)]
MessageQCopy_init: Hide from clients, only call once in IpcMgr_startRpmsg()

MessageQCopy_init() is moved out of client code, only called once.

This simplifies MessageQCopy by removing the module semaphore previously
introduced to serialize access.

Thus, this commit from the omapzoom.org, sysbios-rpmsg repo:

"f0162b15ae43f7ab8fd5e6aa83327de1cd5230b9 IPC: Fix a race condition in MessageQCopy initialization"

is rendered unnecessary.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOPBU Merge: Added MessageQCopy from omapzoom sysbios-rpmsg repo.
G Anthony [Fri, 22 Feb 2013 01:51:50 +0000 (17:51 -0800)]
OPBU Merge: Added MessageQCopy from omapzoom sysbios-rpmsg repo.

Source: omapzoom.org, sysbios-rpmsg repo, tag: 2.00.11.31.

See the git log there for this modules history.

Updated .gitignore to see new headers.

Updated config.bld to allow -gcc option for building rpmsg package.

Placed MessageQCopy_init() in a private _MessageQCopy.h header, as it
will be hidden from clients in an ipcmgr startup fxn.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoOPBU Merge: Merge omapzoom VirtQueue API changes into this tree.
G Anthony [Fri, 22 Feb 2013 01:29:33 +0000 (17:29 -0800)]
OPBU Merge: Merge omapzoom VirtQueue API changes into this tree.

Source: omapzoom.org, sysbios-rpmsg repo, tag: 2.00.11.31.

See commits:
2a18339bd4662731346c3e3acbbd1d55e12f5ecf IPC: Extend VirtQueue slave API
c2a1808c2ceca057c3252d4fa62baa30fcccf4b2 IPC: Redefine VirtQueue ids sequentiall
y for each processor

OMAP5 VirtQueue is not included in this commit.

omapl138/VirtQueue was cleaned up (removed MBOX-isms).

VirtQueue parameters were trimmed, in anticipation of use solely by
MessageQCopy.

This commit breaks TransportVirtio.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoMessageQCopy: Pulled in from sysbios-rpmsg repo on omapzoom.org.
G Anthony [Thu, 14 Feb 2013 02:23:21 +0000 (18:23 -0800)]
MessageQCopy: Pulled in from sysbios-rpmsg repo on omapzoom.org.

      The source code is located in git.omapzoom.org

      branch: master
      tag: 2.00.11.31
      commit-id: 91f6379282230ef5d1818ce8363ce1e64f23cda2

      (The commit history is there)

      patches applied on top for Qnx can be found at:
      \\dta0866189\SHARE\sl3\patches\sl3_1.05.23\sysbios-rpmsg
      0001-IPC-Protect-Message-Sending-to-Serialize-Messages.patch
      0002-WIP-Add-j5-and-j5eco-support.patch
      0003-Resources-Update-ti811x-resource-table-for-shmem-car.patch
      0004-Update-number-of-HwSpinlocks.patch

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoRename: Renamed packages to src to allow application of ipc-j tree commits.
G Anthony [Tue, 26 Feb 2013 17:49:35 +0000 (09:49 -0800)]
Rename:  Renamed packages to src to allow application of ipc-j tree commits.

To be undone after the commit application.

Signed-off-by: G Anthony <a0783926@ti.com>
11 years agoAdded linux-side executable, libraries and object files to the .gitignore list 3.00.00.10_eng
Arnie Reynoso [Mon, 25 Feb 2013 20:00:42 +0000 (12:00 -0800)]
Added linux-side executable, libraries and object files to the .gitignore list

11 years agoInitial commit
Arnie Reynoso [Tue, 19 Feb 2013 18:20:15 +0000 (10:20 -0800)]
Initial commit

These sources roughly match the 'ipc-j09' tag from the previously internal
development repo.