Resolved SDOCM00107059
Resolved SDOCM00107027
Use libdaemon API to remove pid file
kill command now deletes pid file
Added optional input for max logfile size
Fixed bug in daemon kill and updated k2k RM server source
Added new transport APIs and daemonized the Linux RM Server app
Documentation upates
Added API to get service src and pkt src instance names from the RM packet
add resources for PA user stats (32bUsrStats 64bUsrStats)
fixed the file modes to non executable
added shared object library support
Resolved SDOCM00103027
Resolved SDOCM00101836
Resolved SDOCM00102876
Updated RN
update RN
add back dsp control for PA channel 7
really remove high priorty accumulator channels, since linux doesn't use them
Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/rm-lld
remove high priority accumulator channels, since linux doesn't actually use them, and syslib does
Resolved SDOCM00101322
set up policy to block pa/sa/netcp/xge cppi channels
update GRL and policy to match current linux
Updated RN
Merge branch 'ksII-rm-dev'
Updated RN
Resolved SDOCM00101835
Add support for Qmss_QueueType_INTC_SET[234]_QUEUE to allow all INTC/CIC queues
Merge branch 'master' into ksII-rm-dev
Merge branch 'master' into ksII-rm-dev
Merge remote-tracking branch 'origin/master'
10gig definitions missing from global-resoruce-list-arm-dsp.dts
Changes to ARM-DSP test project based on IPC update
Made requesting instance's allocation count for resource available via the service response
Updated release notes
Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/rm-lld
undo partial workaround for SDOCM00101586
Resolved SDOCM00101586. Added test cases to cover resolved issued
update grl for hyperlink queues
fix file perms
working policy for qm multicore example
no longer need 6638 ipc library
migrate to ipc 3.0.0.20 which uses ti/ipc/Std.h instead of Std.h
missing dsp_client_cfg.xs from package
Updated documentation to point to UG for instructions on running ARM+DSP test
Added dts_files directory to install
Added cify script and test dts files to yocto install
Linux makefile updates for DSP Client example using IPC to communicate to Linux RM Server
Updated RN
Return warning when opening CD instance due to instabilities. Fixed policy verification parsing bug.
ignore makefile made by rtsc
Merge remote-tracking branch 'origin/ksII-rm-dev'
sync with linux
Updated Linux Client test to account for multiple alloc/free reference counts
Added owner reference count to account for multiple allocates/frees of the same resource from the same RM instance
Fixed bug where unspecified base requests couldn't return a resource value of zero
Return owner count when resource already owned
1. Makefile fix to recompile library on any source change
2. Fixed bug in policy code which could result in strncmp of a invalid
pointer
3. Minor bug fix in Linux client test
4. updated setupenv batch file
2. Fixed bug in policy code which could result in strncmp of a invalid
pointer
3. Minor bug fix in Linux client test
4. updated setupenv batch file
Preallocation routine will now correctly get next tree node during resource search
Update with the fixes for
- build error
- Missing file in package
- Removed install from all since this is only needed for Yocto
- build error
- Missing file in package
- Removed install from all since this is only needed for Yocto
Added arm makefiles to XDC release packages
RN update
Completed testing of CD local allocation feature
9 years agoAdded missing linker options with support for latest Linaro toolchain DEV.RM_LLD.02.00.00.03
Added missing linker options with support for latest Linaro toolchain
fix linker flags
Added linux makefiles for Linux test project
Added rmver.h
Added Linux example and updated release notes
Transport now directly used to send response packets instead of searching based on transport handle remote instance name. Also, added transport reconfiguration API
Cleaned up test directory and added makefile for ARM test project
Merge branch 'master' of gtgit01.gt.design.ti.com:git/projects/rm-lld
Added ARM makefile
Merge remote-tracking branch 'origin/master'
add high priority and starvation counter queues to second qm
Added local resource management on CD instances (Free portion not tested)
Added RESOURCE_STATUS service for requesting the owner reference count for a given resource
Updated tree.h license and added COPYING.txt for Yocto build
Added description of RM shared server/client to Doxygen intro
ARM policy updates based on KeystoneII Syslib port
Cleanup memory test
Coverity fixes
Create shared copy of policy for Shared Server/Client so application doesn't have to manage the policy in shared memory via linker. Some Coverity bug fixes
Completed cleanup of test projects. Partitioned cdProcess to prepare for CD allocator capabilities
Fixed bug preventing UNSPECIFIED allocations from taking place
Updated Server-CD-Client memory tests. Fixed minor bugs
Fixed major bug where the rm handle was being used in policy code without ever being passed
Updated pdk version in setupenv
Removed memory test project warning
Fixed large memory leak when allocating RM instance. Expanded the RM memory test
Created test project to check for memory leaks in RM (work in progress)
10 years agoWhen resource base is not specified the allocation will come from an DEV.RM_LLD.02.00.00.02
When resource base is not specified the allocation will come from an
unallocated resource node as opposed to a resource node not owned by the
requesting instance
unallocated resource node as opposed to a resource node not owned by the
requesting instance
Release notes update
Updated release notes
cleanup and fixes for returning resource reference count
Fixed bug in allocator and kernel updates to the policies and GRL
10 years agoAdded number of current owners for resource to response information and started clean...
Added number of current owners for resource to response information and started cleanup of sizeof() operator
K2H data section additions for GRL and policies
Added data section and alignment pragmas to device GRL and policies
Added support for Shared Clients which piggyback onto a Shared Server instance in order to make service requests