Docs: Minor doc typo fix
Linux: Moved IPC specific types file (Std.h) into the ti/ipc namespace
BIOS: Fix ti.ipc.transport build script for rpmsg2-based libs
Also rework ti.ipc.transport build scripts to remove unnecessary
platform-specific lib names.
Also update BIOS-side example to indicate the correct rpmsg version.
Also rework ti.ipc.transport build scripts to remove unnecessary
platform-specific lib names.
Also update BIOS-side example to indicate the correct rpmsg version.
QNX: Return E_NOTFOUND instead of E_FAIL if MQCopy_send fails
This allows MessageQ NameServer lookups to slaves that aren't
loaded to gracefully fail.
This allows MessageQ NameServer lookups to slaves that aren't
loaded to gracefully fail.
10 years agoIn VirtQueue_create, clear the VRING_USED_F_NO_NOTIFY flag to ensure all VirtQueue_ki...
In VirtQueue_create, clear the VRING_USED_F_NO_NOTIFY flag to ensure all VirtQueue_kick calls from the host results in an interrupt on slave.
10 years agoChanged GateAll to GateHwi since GateAll does not work in SMP BIOS according to SDOCM...
Changed GateAll to GateHwi since GateAll does not work in SMP BIOS according to SDOCM00100833
Fixed MultiProc config so that device names match the slave side on OMAP5
QNX IPC: Vayu - Update Xbar Config for 16_eng
In the 16_eng release of IPC 3x, the mailbox
usages is updated, so the interrupt crossbar
configuration must be updated. The new configuration
has the following mailbox usage:
Mailbox for DSP1->HOST is Mbox 5 User 2
Mailbox for IPU2->HOST is Mbox 6 User 2
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
In the 16_eng release of IPC 3x, the mailbox
usages is updated, so the interrupt crossbar
configuration must be updated. The new configuration
has the following mailbox usage:
Mailbox for DSP1->HOST is Mbox 5 User 2
Mailbox for IPU2->HOST is Mbox 6 User 2
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
BIOS IPC: Vayu - Update AMMU and MMU Configuration
In the 16_eng release, the mailbox virtual address
changed to 0x60000000 block. This was previously where
the TILER addresses were mapped. As a consequence, the
TILER mappings needed to be moved, and the AMMU config
as well as the resource table needed to be updated
to reflect the changes. Also, as a result of the move,
the VRING virtual addresses for the IPU have changed.
TILER VA: Moved from 0x60000000 to 0xA0000000
Peripherals and VRING: Moved from 0xA0000000 to 0x60000000
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
In the 16_eng release, the mailbox virtual address
changed to 0x60000000 block. This was previously where
the TILER addresses were mapped. As a consequence, the
TILER mappings needed to be moved, and the AMMU config
as well as the resource table needed to be updated
to reflect the changes. Also, as a result of the move,
the VRING virtual addresses for the IPU have changed.
TILER VA: Moved from 0x60000000 to 0xA0000000
Peripherals and VRING: Moved from 0xA0000000 to 0x60000000
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC - Update to New Mailbox Usage
With the latest 16_eng IPC 3.x release, the mailbox
usage has changed.
The QNX IPC is updated to be in sync with these
changes for communication with IPU2 and DSP1.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
With the latest 16_eng IPC 3.x release, the mailbox
usage has changed.
The QNX IPC is updated to be in sync with these
changes for communication with IPU2 and DSP1.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: WA For DSP Not Receiving Messages
There is an issue observed when testing HOST->DSP1
communication using Vayu Virtio where if more than one
message is in the mailbox FIFO, then the DSP only
picks up one message, and the interrupt callback
stops running.
To avoid this issue, the workaround is to make sure
that we only send one message at a time from HOST->DSP1.
A side affect of this is that messages will be dropped,
but since (for the most part), the contents of the mailbox
message are the same, we can get away with this for now.
This may be just a Vayu Virtio issue, and we will
attempt to revert the WA in the future.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
There is an issue observed when testing HOST->DSP1
communication using Vayu Virtio where if more than one
message is in the mailbox FIFO, then the DSP only
picks up one message, and the interrupt callback
stops running.
To avoid this issue, the workaround is to make sure
that we only send one message at a time from HOST->DSP1.
A side affect of this is that messages will be dropped,
but since (for the most part), the contents of the mailbox
message are the same, we can get away with this for now.
This may be just a Vayu Virtio issue, and we will
attempt to revert the WA in the future.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Build - Add Vayu Build to the QNX IPC
Add the Vayu Build to the QNX IPC and update the build
files to allow specification of the device in the
products.mak file.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add the Vayu Build to the QNX IPC and update the build
files to allow specification of the device in the
products.mak file.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add Vayu Family Support for IPU2 (SMP) and DSP1
Add support for HOST->IPU2 and HOST->DSP1 support
for Vayu.
Add support for HOST->IPU2 and HOST->DSP1 support
for Vayu.
QNX IPC: Vayu - Add Vayu IPU2 and DSP1 Support
Add the Vayu family files to support IPC communication
between the HOST running QNX and the IPU2 and/or DSP1
running SYS/BIOS IPC3.x.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add the Vayu family files to support IPC communication
between the HOST running QNX and the IPU2 and/or DSP1
running SYS/BIOS IPC3.x.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add OMAP5 DSP Support for HLOS->SYSBIOS IPC
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
TCI6638: Linux target side scripts for loading, running lad, dumping trace.
Useful scripts to be used for the 8 core TCI6638 platformm.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
Useful scripts to be used for the 8 core TCI6638 platformm.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
Resource: Added config option to build images with SysMin trace resource only.
Set Resource.traceOnly to true in order to get an image with trace resources,
and without VDEV and VRING resources.
This feature was requested by the Keystone II (TCI6638) team for testing,
and so for now is only implemented for that platform's resource table.
Signed-off-by: Chris Ring <cring@ti.com>
Set Resource.traceOnly to true in order to get an image with trace resources,
and without VDEV and VRING resources.
This feature was requested by the Keystone II (TCI6638) team for testing,
and so for now is only implemented for that platform's resource table.
Signed-off-by: Chris Ring <cring@ti.com>
Build: Fix SMP support for platforms without 'ipu' in the name
A few SMP-aware packages only support platforms with the name
'ipu' in them. Remove this explicit platform name check and replace
it with a more correct check (e.g. by detecting BIOS.smpEnabled, or
using the platform's .deviceName field - which doesn't vary across
platform names).
A few SMP-aware packages only support platforms with the name
'ipu' in them. Remove this explicit platform name check and replace
it with a more correct check (e.g. by detecting BIOS.smpEnabled, or
using the platform's .deviceName field - which doesn't vary across
platform names).
Linux: Moved MultiProc config into the platform specific LAD daemon.
Also updated example apps to correctly call Ipc_start() before any
MultiProc functions.
Also updated example apps to correctly call Ipc_start() before any
MultiProc functions.
Docs: Updated doxygen documentation
Doxygen-related review and cleanup. In some cases, added notes that
some APIs are only available on SYS/BIOS, others only on Linux/QNX.
Doxygen-related review and cleanup. In some cases, added notes that
some APIs are only available on SYS/BIOS, others only on Linux/QNX.
Linux: Comment cleanup
Remove redundant commentary from source files, some SysLink name
removal, other very minor comment-only cleanup.
Remove redundant commentary from source files, some SysLink name
removal, other very minor comment-only cleanup.
BIOS: Fixed NameServerRemoteRpmsg MessageQ instanceName and name length
The MessageQ instanceName and name length wasn't taking into account the
string's termination character causing instances where the MessageQ name
couldn't be located (MessageQ_open(ed) on the slave core.
The MessageQ instanceName and name length wasn't taking into account the
string's termination character causing instances where the MessageQ name
couldn't be located (MessageQ_open(ed) on the slave core.
Moved mailbox base virtual addresses to 0x60000000 block.
Must build .dlls in order to get all libraries.
Update Mailbox usage, Add support for NON-SMP BIOS
Add config to allow VPSS-M3 to EVE communication
This is a poor-man's cherry-pick of
b0b90ee18c62dc1d10a4f7e746eb6c5205bc3b71
from the IPC 1.25 (ipc-i) stream.
This is a poor-man's cherry-pick of
b0b90ee18c62dc1d10a4f7e746eb6c5205bc3b71
from the IPC 1.25 (ipc-i) stream.
SDOCM00100662: Move code to config shared RAMs to Boot module
This is a poor-man's cherry-pick of
1d2b0271c6d75e4a06c02875ec2841ef23467f84 and
e6c589ac8c5a15af450366c28f5bcf69d4b3d74a
from the IPC 1.25 (ipc-i) stream.
This change was tracked as SDOCM00100430 in IPC 1.x.
This is a poor-man's cherry-pick of
1d2b0271c6d75e4a06c02875ec2841ef23467f84 and
e6c589ac8c5a15af450366c28f5bcf69d4b3d74a
from the IPC 1.25 (ipc-i) stream.
This change was tracked as SDOCM00100430 in IPC 1.x.
QNX IPC: Headers - Change Location of Installed Headers
Change the location of the installed headers from
/usr/include/ti/syslink to /usr/include/ti/ipc.
This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Change the location of the installed headers from
/usr/include/ti/syslink to /usr/include/ti/ipc.
This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Client Lib - Change Lib Name to ipc_client
Change the client libarary name from syslink_client to
ipc_client. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Change the client libarary name from syslink_client to
ipc_client. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: ResMgr - Change Binary Name to Ipc
Change resource manager binary name from syslink to
ipc. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Change resource manager binary name from syslink to
ipc. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Trace - Change Binary Name to IpcTraceDaemon
Change trace device name from SyslinkTraceDaemon to
IpcTraceDaemon. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Change trace device name from SyslinkTraceDaemon to
IpcTraceDaemon. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Trace - Update Trace Device Name
Change trace device name from syslink-traceX to
ipc-traceX. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Change trace device name from syslink-traceX to
ipc-traceX. This is part of the effort to remove
the syslink name from the QNX IPC product.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Merge remote-tracking branch 'ramsey/dev-3.00' into 15_eng
Linux IPC: Resticted KERNEL dir config variable to omap54xx_smp builds
Require KENREL_INSTALL_DIR to be set only for omap54xx_smp builds.
Other supported platforms will not build mmrpc library and test applications.
Require KENREL_INSTALL_DIR to be set only for omap54xx_smp builds.
Other supported platforms will not build mmrpc library and test applications.
RpMsg: Restore original rpmsg struct to fix non-OMAP5 devices
The work to add MmRpc and related BIOS-side support broke compatibility
with existing rpmsg structs for all devices except OMAP5. This commit
restores the original struct definitions for all devices except OMAP5,
and OMAP5 continues with the new APIs.
The work to add MmRpc and related BIOS-side support broke compatibility
with existing rpmsg structs for all devices except OMAP5. This commit
restores the original struct definitions for all devices except OMAP5,
and OMAP5 continues with the new APIs.
Build: Restructure SrvMgr build scripts
Rework some package.bld scripts into more traditional for() loops,
building all targets, all profiles. No functional changes.
Rework some package.bld scripts into more traditional for() loops,
building all targets, all profiles. No functional changes.
SrvMgr: minor build script cleanup
Slight modification to how the package 'release' phase works to
follow conventions and better align with other ipc packages.
In addition, some minor whitespace and comment changes to better align
with other ipc build scripts.
Slight modification to how the package 'release' phase works to
follow conventions and better align with other ipc packages.
In addition, some minor whitespace and comment changes to better align
with other ipc build scripts.
Added meta-only modules to handle package dependencies.
Increased stack size of service manager task.
Replaced deprecated xdc.includeFile() with xdc.loadCapsule().
Added missing package dependencies.
Add smp build profile only for ti.ipc.* packages.
Vayu: TableInit Module should be metaonly
The TableInit Module is incorrectly specified to be a target module, yet has
no target code, and no TableInit.c.
In addition to being more efficient as a metaonly module, this fixes a build
failure for Vayu platforms when using the BIOS custom build. The custom build
attempts to find/build a .c source file for all target modules... which
doesn't exist for TableInit.
The TableInit Module is incorrectly specified to be a target module, yet has
no target code, and no TableInit.c.
In addition to being more efficient as a metaonly module, this fixes a build
failure for Vayu platforms when using the BIOS custom build. The custom build
attempts to find/build a .c source file for all target modules... which
doesn't exist for TableInit.
MultiProc: Improve error msg for invalid proc name
When the configured proc name isn't in the list of possible processor names,
the error message should report a list of potential processor names. This
can help the user understand what to fix.
When the configured proc name isn't in the list of possible processor names,
the error message should report a list of potential processor names. This
can help the user understand what to fix.
OMAP5: Update ti.platforms.omap54xx.* to correct deviceName and M4 ISA
The OMAP5 platforms were incorrectly using the OMAP4430 device name and M3
ISA for the IPU. Update them to correctly support OMAP5430 and M4.
Add OMAP5430 device support to IPC, and update config scripts to use
appropriate MulticProc names for OMAP5.
The OMAP5 platforms were incorrectly using the OMAP4430 device name and M3
ISA for the IPU. Update them to correctly support OMAP5430 and M4.
Add OMAP5430 device support to IPC, and update config scripts to use
appropriate MulticProc names for OMAP5.
Build: Remove dead non-SMP-supporting code for M3-based devices
OMAP4 is not currently supported, and OMAP5 only supports SMP-BIOS. Remove
dead code to improve readability.
OMAP4 is not currently supported, and OMAP5 only supports SMP-BIOS. Remove
dead code to improve readability.
OMAP5: Add M4 libs to a few build scripts
Remove the non-SMP OMAP5 library (SMP BIOS is required for OMAP5).
Create M4 libraries for OMAP5 (in addition to existing M3 libraries
for backward compatibility - we may deprecate and/or remove M3 libs in the
future).
Remove the non-SMP OMAP5 library (SMP BIOS is required for OMAP5).
Create M4 libraries for OMAP5 (in addition to existing M3 libraries
for backward compatibility - we may deprecate and/or remove M3 libs in the
future).
OMAP5: Update ti.ipc.rpmsg build script
Remove the non-SMP OMAP5 library (SMP BIOS is required for OMAP5).
Create M4 libraries for OMAP5 (in addition to existing M3 libraries
for backward compatibility - we may deprecate and/or remove M3 libs in the
future).
Remove the non-SMP OMAP5 library (SMP BIOS is required for OMAP5).
Create M4 libraries for OMAP5 (in addition to existing M3 libraries
for backward compatibility - we may deprecate and/or remove M3 libs in the
future).
OMAP5: Fixes to ti.ipc.family.omap54xx build script
Rename the actual library name from errant ti.ipc.rpmsg... to
ti.ipc.family.omap54xx...
Remove the non-SMP library (SMP BIOS is required for OMAP5).
Create M4 libraries in addition to existing M3 libraries (keeping M3 libs
for backward compatibility - we may deprecate and/or remove them in the
future).
Rename the actual library name from errant ti.ipc.rpmsg... to
ti.ipc.family.omap54xx...
Remove the non-SMP library (SMP BIOS is required for OMAP5).
Create M4 libraries in addition to existing M3 libraries (keeping M3 libs
for backward compatibility - we may deprecate and/or remove them in the
future).
Removed RPPC definitions which are now exported in rpmsg_rpc.h
OmapRpc: Rename MessageQCopy to RPMessage symbols after rebase.
Updated to call RPMessage API, as this was renamed from MessageQCopy.
Signed-off-by: G Anthony <a0783926@ti.com>
Updated to call RPMessage API, as this was renamed from MessageQCopy.
Signed-off-by: G Anthony <a0783926@ti.com>
ping_rpmsg: Shut off diagnostic debug messages on BIOS side test.
Commented out Diags settings in cfg file to eliminate chatter.
Signed-off-by: G Anthony <a0783926@ti.com>
Commented out Diags settings in cfg file to eliminate chatter.
Signed-off-by: G Anthony <a0783926@ti.com>
RPMessage: Renamed MessageQCopy module to RPMessage.
MessageQCopy is really an API which uses the RPMSG protocol to send and
receive fixed size payloads.
To avoid confusion with MessageQ, which can work over various transports,
MessageQCopy is renamed RPMessage.
This API is used directly by the TransportRpmsg MessageQ copy transport,
and the gRCM module.
Signed-off-by: G Anthony <a0783926@ti.com>
MessageQCopy is really an API which uses the RPMSG protocol to send and
receive fixed size payloads.
To avoid confusion with MessageQ, which can work over various transports,
MessageQCopy is renamed RPMessage.
This API is used directly by the TransportRpmsg MessageQ copy transport,
and the gRCM module.
Signed-off-by: G Anthony <a0783926@ti.com>
TransportRpmsg: Renamed TransportVirtio to TransportRpmsg.
The transport for MessageQ actually goes over the RPMSG protocol on the BIOS
side, so this is a more accurate name than TransportVirtio.
Signed-off-by: G Anthony <a0783926@ti.com>
The transport for MessageQ actually goes over the RPMSG protocol on the BIOS
side, so this is a more accurate name than TransportVirtio.
Signed-off-by: G Anthony <a0783926@ti.com>
VirtQueue: TCI66xx: Added Swi/Thread protection for vrings.
Uses GateAll, since protection is needed between Swis and Threads.
Addresses SDOCM00099735: VirtQueue is not thread safe.
Signed-off-by: G Anthony <a0783926@ti.com>
Uses GateAll, since protection is needed between Swis and Threads.
Addresses SDOCM00099735: VirtQueue is not thread safe.
Signed-off-by: G Anthony <a0783926@ti.com>
VirtQueue: OMAPL138: Added Swi/Thread protection for vrings.
Uses GateAll, since protection is needed between Swis and Threads.
Signed-off-by: G Anthony <a0783926@ti.com>
Uses GateAll, since protection is needed between Swis and Threads.
Signed-off-by: G Anthony <a0783926@ti.com>
MessageQCopy: Thread/Swi protection.
Replaced GateSwi with GateAll, since protection may need to come from threads
and SWIs.
Removed gate enter/leave around VirtQueue calls, as the protection has been
pushed down into VirtQueue.
Signed-off-by: G Anthony <a0783926@ti.com>
Replaced GateSwi with GateAll, since protection may need to come from threads
and SWIs.
Removed gate enter/leave around VirtQueue calls, as the protection has been
pushed down into VirtQueue.
Signed-off-by: G Anthony <a0783926@ti.com>
VirtQueue: OMAP5: Added Swi/Thread protection for vrings.
VirtQueue: OMAP5: used GateAll, since protection is needed between Swis and
Threads.
This patch done only for OMAP5 VirtQueue, to allow granular merging.
Signed-off-by: G Anthony <a0783926@ti.com>
VirtQueue: OMAP5: used GateAll, since protection is needed between Swis and
Threads.
This patch done only for OMAP5 VirtQueue, to allow granular merging.
Signed-off-by: G Anthony <a0783926@ti.com>
Added missing files to package release (using Pkg.otherFiles).
Merge remote-tracking branch 'vincent-ext/3.00.00.14_eng' into 14_eng
Updated autoreconf generated files; Makefile.in, configure.
Hide omaprpc on BIOS side under MmServiceMgr to improve client integration.
Added MmServerMgr to manage the create/delete of service instances.
Added MmType to provide better integration for function publishing.
Worked up a simple example using MxServer and rpc_task.c for this
release. Will provide formal examples in next build. Added Mx on
host side to illustrate a better example.
Added MmServerMgr to manage the create/delete of service instances.
Added MmType to provide better integration for function publishing.
Worked up a simple example using MxServer and rpc_task.c for this
release. Will provide formal examples in next build. Added Mx on
host side to illustrate a better example.
Fixed 'make install' goal of ipc-qnx.mak for Windows to find recurse.mk
Updated USE files for QNX tests
Added pointer parameter and embedded pointers to mmrpc_test program.
Using the shared memory allocator on QNX, we added pointers to the
test program. Ran on QNX between HOST and IPU. Made ti/ipc/mm a package.
Using the shared memory allocator on QNX, we added pointers to the
test program. Ran on QNX between HOST and IPU. Made ti/ipc/mm a package.
Merge remote-tracking branch 'angela/13_eng_dev-ramsey-3.00.a' into dev-3.00
QNX IPC: Samples - Update rpmsg-rpc-stress.use
Update the rpmsg-rpc-stress.use file to show the new
function index parameter "f".
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Update the rpmsg-rpc-stress.use file to show the new
function index parameter "f".
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Samples - Update rpc_task with new Functions
Added new functions to the rpc_task test to test the passing
of pointer param types and embedded pointer translations.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Added new functions to the rpc_task test to test the passing
of pointer param types and embedded pointer translations.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Samples - Add Pointer and Translations Tests for RPC Test
Add additional tests to the rpmsg_rpc sample to test sending
pointer param types and doing translations of embedded pointers.
Also, a check is added to make sure that the reverse translation
is done properly.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add additional tests to the rpmsg_rpc sample to test sending
pointer param types and doing translations of embedded pointers.
Also, a check is added to make sure that the reverse translation
is done properly.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Update OMAP5 and SharedMemAllocator carveouts
QNX IPC: Add Reverse Translations to RPMSG_RPC
The translated embedded pointers should be translated
back to the original addresses when the response is
sent back to the user.
This patch adds that functionality.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
The translated embedded pointers should be translated
back to the original addresses when the response is
sent back to the user.
This patch adds that functionality.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Add Some Files to .gitignore
Add some file types to .gitignore so that generated files
are ignored.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Add some file types to .gitignore so that generated files
are ignored.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Install test binaries to bin/tests
Do not automatically install tests when doing a 'make all' in QNX
Added make install goal for QNX
Moved mmrpc_test.c to common directory, it's used by both Linux and QNX.
In order to minimize duplicate code, I moved the mmrpc_test.c source
file from a Linux folder to a common location in packages/ti/ipc/tests.
The Linux and QNX makefiles live in their respective linux and qnx
folders.
In order to minimize duplicate code, I moved the mmrpc_test.c source
file from a Linux folder to a common location in packages/ti/ipc/tests.
The Linux and QNX makefiles live in their respective linux and qnx
folders.
Add MmRpc and mmrpc_test to QNX build.
Added QNX makefiles to build mmrpc library and mmrpc_test program.
Added QNX generated files to .gitignore file. Added KERNEL_INSTALL_DIR
to Linux makefiles.
Added QNX makefiles to build mmrpc library and mmrpc_test program.
Added QNX generated files to .gitignore file. Added KERNEL_INSTALL_DIR
to Linux makefiles.
QNX IPC: Samples - RPMSG-RPC Sample
Created a new sample "rpmsg-rpc-stress" to use to
test the rpmsg-rpc interface.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Created a new sample "rpmsg-rpc-stress" to use to
test the rpmsg-rpc interface.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: RPMSG-RPC - Add New RPMSG-RPC Module
This new module provides a more generic interface
for using rpmsg.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
This new module provides a more generic interface
for using rpmsg.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Update RPMSG_OMX msg Header to align with SYS/BIOS
SYS/BIOS has been updated to remove the flags parameter
in the rpmsg_omx_hdr. A corresponding change is made on
the QNX-side to be in sync.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
SYS/BIOS has been updated to remove the flags parameter
in the rpmsg_omx_hdr. A corresponding change is made on
the QNX-side to be in sync.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Update Drivers that Use MessageQCopy_registerNotify
Update the drivers that use MessageQCopy_registerNotify to
account for the new desc parameter being passed in the
callback.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Update the drivers that use MessageQCopy_registerNotify to
account for the new desc parameter being passed in the
callback.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Update MessageQCopy to Add Desc Field in Name Map
The BIOS-side NameMap module now sends a new desc field.
MessageQCopy, the module that receives the name map
messages, is updated to take this field into account.
As such, the callback that users of MessageQCopy can
register for notifications of remote core endpoint
creation is updated to give the desc field. All users
of the MessageQCopy_registerNotify function must
be updated.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
The BIOS-side NameMap module now sends a new desc field.
MessageQCopy, the module that receives the name map
messages, is updated to take this field into account.
As such, the callback that users of MessageQCopy can
register for notifications of remote core endpoint
creation is updated to give the desc field. All users
of the MessageQCopy_registerNotify function must
be updated.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
QNX IPC: Update HwSpinlock and MQCopy to Use IPC Device
The device name has changed from syslink to ipc. The
user-side HwSpinlock and MessageQCopy are updated to
use the new device name.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
The device name has changed from syslink to ipc. The
user-side HwSpinlock and MessageQCopy are updated to
use the new device name.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Fixed build error after rebasing on top of ipcdev-2.00.00.13_eng.
Final merge of Suman and Angela's latest updates. Updates to MmRpc.
The MmRpc module is now functional for remote function calls using
atomic parameters. Updated mmrpc_test to invoke fxnTriple and fxnAdd
remote functions.
The MmRpc module is now functional for remote function calls using
atomic parameters. Updated mmrpc_test to invoke fxnTriple and fxnAdd
remote functions.
Initial rpmsgrpc merge from Suman's Mar 11 drop.
Merged in Suman's changes. Fixed build errors. Added open/close
calls to MmRpc.c. Minor fix up for check-in.
Merged in Suman's changes. Fixed build errors. Added open/close
calls to MmRpc.c. Minor fix up for check-in.
Added 'libs' goal to build just libraries.
OMAP5 VirtQueue: Removed VirtQueue_postInitDone().
Looking at the Linux side trace, we see this message:
omap-rproc omap-rproc.0: Dropping unknown message ffffff07
proving the Linux driver is not even processing this message.
Per Suman:
"This call was added as part of optimizing the boot-time for the Ducati image,
where in we starting loading at OPP100, and this message is used to trigger
releasing the OPP100 constraint.
You can remove it or keep it, the rproc message is discarding it anyway."
So, it was removed.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
Looking at the Linux side trace, we see this message:
omap-rproc omap-rproc.0: Dropping unknown message ffffff07
proving the Linux driver is not even processing this message.
Per Suman:
"This call was added as part of optimizing the boot-time for the Ducati image,
where in we starting loading at OPP100, and this message is used to trigger
releasing the OPP100 constraint.
You can remove it or keep it, the rproc message is discarding it anyway."
So, it was removed.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
Coverity Fixes: Several fixes to coverity issues in some sysbios-rpmsg files.
The coverity fixes address (or supress) the errors reported by coverity.
NOTE: the virtio_ring.h file copyright header triggers a tisb filter check;
but this is copyrighted by Rusty Russel, so commit was entered with the check
disabled.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
The coverity fixes address (or supress) the errors reported by coverity.
NOTE: the virtio_ring.h file copyright header triggers a tisb filter check;
but this is copyrighted by Rusty Russel, so commit was entered with the check
disabled.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
MessageQMulti: Removed result argument from pthread_join() call.
The previous code was incorrect, as the memory returned by pthread_join()
result was never allocated, yet being freed and printed.
Sending in NULL simply avoids the issue. The thread status is printed in
the thread anyways, and only used for informational purposes.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
The previous code was incorrect, as the memory returned by pthread_join()
result was never allocated, yet being freed and printed.
Sending in NULL simply avoids the issue. The thread status is printed in
the thread anyways, and only used for informational purposes.
Signed-off-by: G Anthony <a0783926@ti.com>
Signed-off-by: Chris Ring <cring@ti.com>
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>
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>
Merge remote-tracking branch 'vincent-ext/3.00.00.13_eng' into 12_eng
Renamed log module into IpcLog to reduce chances of name collision
Cleanup: Removed commented out code and unused variable
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.
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>
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>
Added QNX client-side libraries and inserted functionality from Linux daemon into the resource manager.
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.
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.
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().
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().
OMAP5: trivial comment fix