Corrected version in rmvher.h
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Justin Sobota <jsobota@ti.com>
rm: k2: rename rm LinuxDspClientTestProject name
Rename the test project names to contain "C66", so that pdkProjectCreate
script can create the DSP projects.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Rename the test project names to contain "C66", so that pdkProjectCreate
script can create the DSP projects.
Signed-off-by: Hao Zhang <hzhang@ti.com>
rm: k2: rename the DSPClientTestProject
Rename the DSP project names, so that they don't contain the word "arm",
otherwise pdkProjectCreate script will create an ARM type project.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Rename the DSP project names, so that they don't contain the word "arm",
otherwise pdkProjectCreate script will create an ARM type project.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Updated version and RN
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Justin Sobota <jsobota@ti.com>
C6657 Test: clean up RTSC configuration
Merge branch 'newbranch'
Resolved SDOCM00119205: Infinite loop due to improper cache handling when using Shared Server/Client
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Justin Sobota <jsobota@ti.com>
support for C6678 and C6657 xdc soc list
merged k2-rtos
merged from k2-rtos
removed mem test ccs project files for c6678 and c6657
CCS project files for C6678 and C6657 added
support for C6678 and C6657 added
rm: keystone 2: add A15 library build for Keystone II devices.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
Synced K2E and K2L DSP+ARM policy file with latest kernel
Add rm_server_if.h to release package
update queues 4095/8191/12287/16383 to use "iue" instead of "u" permission per review EP-PROCSDK
RN update for 2.1.2.0
Merge branch 'master' into perf_updates
Updated Linux tests with new RM Server socket interface
Merge branch 'next' into perf_updates
tree.h cache-instrumented macros were invalidating NULL pointers in some cases
catreq-275: QMSS LLD: Mask out queues (4095, 8191, 12287, 16383)
if alignment
Fixed UNSPECIFIED alloc exclusion review feedback
Added policy permission to exclude resource ranges from UNSPECIFIED base allocation requests
Resolved code review comments and -Wall -Wexta warnings
Whitespace and code formatting cleanup
Fixed SDOCM00115772 plus some formatting changes
Policy performance improvement complete: bug testing
Added policy tree elements
Moved allocators from linked list to binary tree
RM Server can be initialized with a group ID for non-root user access to server's socket
Fixed GCC compilation warnings
SDOCM00115212: add RM resources *-hw-open for each CPPI
Made rmDspClientTest compatible with latest IPC version
Update version and RN for MCSDK 3.1.3 release
add one DSP multiple thread RM test program
for K2E, K2H, K2K and K2L
for K2E, K2H, K2K and K2L
Resolved SDOCM00114533
Fixed coverity issue in rm_server.c
Coverity fixes for Linux test examples
Updated error printouts of multi-threaded test
Updated Rn
Fixes for multi-threaded client test
Added multi-threaded client test for Linux
Added multi-threaded OSAL for rm instance serialization
Coverity fix
test: Fix -static issue
Wrapping libraries with '-static -Wl,Bdynamic' is not a portable way,
because -static is passed to both compiler and linker, while -Bdynamic
is passed to linker only. On some toolchains it creates dynamically
linked binary which doesn't have dynamic linker in it.
Better to pass -static only to linker with '-Wl,-static -Wl,-Bdynamic'
Change-Id: I38300cf2ff115bf1681684130e1e49dfb290989e
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Signed-off-by: Taras Kondratiuk <taras@ti.com>
Wrapping libraries with '-static -Wl,Bdynamic' is not a portable way,
because -static is passed to both compiler and linker, while -Bdynamic
is passed to linker only. On some toolchains it creates dynamically
linked binary which doesn't have dynamic linker in it.
Better to pass -static only to linker with '-Wl,-static -Wl,-Bdynamic'
Change-Id: I38300cf2ff115bf1681684130e1e49dfb290989e
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Signed-off-by: Taras Kondratiuk <taras@ti.com>
allow build of rmServer w/o other binaries
rn
get rid of leading 0's in version because some version of xdc thinks they are octal
use 7 for ver
Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/rm-lld
switch qpend queues
Resolved SDOCM00113110: SECDEV: rmK2HArmv7LinuxDspClient does not build when modified to run on a secure device
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Justin Sobota <jsobota@ti.com>
add srio resources for k2k
bump ver
printf cleanup
add srio resources
allow uio qpend queues to be used by lld
9 years agoResolved SDOCM00112441: reserved more UDMA resources for kernel on K2E/H/K DEV.RM_LLD.02.01.00.06
Resolved SDOCM00112441: reserved more UDMA resources for kernel on K2E/H/K
Resolved SDOCM00112567: Gave GIC queue access to NETAPI ipsecmgr daemon
Resolved SDOCM00112612: Memory leak when extracting resources via Linux DTB
Resolved SDOCM00108365 for all devices
sdocm00111727: qmInfraDmaSC.out fails on k2l
Resolved SDOCM00112181
ARM-DSP K2E Test: Moved data to MSMCSRAM to fit in K2E memory map
Push potential fix for DSP-ARM test on K2E and K2L.
Updated QMSS Linking RAM indices used by Linux on all devices
Gave access to all PA user stats for all devices
Increased number of infra Qs used by Kernel on K2l for UDMA
Resolved SDOCM00108365 for K2HK
Allow access to single netcp-tx channel for SA
Restrict access to all netcp-rx/tx channels to Linux only for K2L and K2E
Fixed errors in generated k2e policy_dsp_arm files
Updated RN with latest bug fixes
Fixed qmss rx/tx channel and flow mismatch in dsp plus arm policy files
Fix for RM server failure after coverity fixes added. also cleanup of rmver and copyright dates
Coverity bug fixes
add local netss resources to k2e/k2l
sdocm00107944: add xge cppi
Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/rm-lld
sdocm00106374: add missing qpend queues for k2l and k2e
Updated release notes
Removed DEVICE from build of ARM test code
Missed addition of test/armv7 makefile
Cleaned up duplicate rmServer test files
added missing files for k2e/l rmServer sync
SDOCM00103974: allow internal/external linking RAM automatic allocation
Synced k2e and k2l with rmServer daemon update
Resolved SDOCM00107840
Merge branch 'releases/mcsdk_03.01.00.00'
Resolved SDOCM00107059
Resolved SDOCM00107027
Revert "Updated netcp CPPI resource ranges and Linux usage"
This reverts commit 779f3c6b36e6cecb38ffed24d6df7409e5681daa.
This reverts commit 779f3c6b36e6cecb38ffed24d6df7409e5681daa.
Updated netcp CPPI resource ranges and Linux usage
Use libdaemon API to remove pid file
Fixed INTC-QUEUE permissions so that they're shared between Linux and DSP
kill command now deletes pid file
Added optional input for max logfile size