]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/log
keystone-rtos/rm-lld.git
11 years agoRM Blocking functionality when no callback provided is working
Justin Sobota [Tue, 5 Mar 2013 00:17:34 +0000 (19:17 -0500)]
RM Blocking functionality when no callback provided is working

11 years agoAdded local gate for NULL service callback and fixed bug where resource node offset...
Justin Sobota [Mon, 4 Mar 2013 23:06:39 +0000 (18:06 -0500)]
Added local gate for NULL service callback and fixed bug where resource node offset was returning bad value for static allocations

11 years agoCleaned up test code to show clear PASS/FAIL
Justin Sobota [Mon, 4 Mar 2013 21:12:13 +0000 (16:12 -0500)]
Cleaned up test code to show clear PASS/FAIL

11 years agoContinued cleanup of test code: replaced syncObj with GateMP
Justin Sobota [Fri, 1 Mar 2013 22:08:27 +0000 (17:08 -0500)]
Continued cleanup of test code: replaced syncObj with GateMP

11 years agoStarted cleanup of test code
Justin Sobota [Thu, 28 Feb 2013 20:31:45 +0000 (15:31 -0500)]
Started cleanup of test code

11 years agoAdded allocator delete and RM instance delete APIs
Justin Sobota [Wed, 27 Feb 2013 19:27:49 +0000 (14:27 -0500)]
Added allocator delete and RM instance delete APIs

11 years agoConverted recursive allocator creation functions to while loops to remove potential...
Justin Sobota [Tue, 26 Feb 2013 23:57:44 +0000 (18:57 -0500)]
Converted recursive allocator creation functions to while loops to remove potential for stack corruptions.  Other cleanup

11 years agoFixed test project build failure DEV.RM_LLD.02.00.00.01
Justin Sobota [Fri, 22 Feb 2013 21:24:41 +0000 (16:24 -0500)]
Fixed test project build failure

11 years agoAdded script for converting dtbs to C const array. Bug fixes and updates
Justin Sobota [Fri, 22 Feb 2013 20:58:23 +0000 (15:58 -0500)]
Added script for converting dtbs to C const array.  Bug fixes and updates

11 years agoCleaned up transaction processing code for each RM instance type
Justin Sobota [Wed, 20 Feb 2013 22:50:48 +0000 (17:50 -0500)]
Cleaned up transaction processing code for each RM instance type

11 years agoFixed tabs in device GRL
Justin Sobota [Tue, 19 Feb 2013 22:44:12 +0000 (17:44 -0500)]
Fixed tabs in device GRL

11 years agoAllow service requests without callback as long as request won't be forwarded to...
Justin Sobota [Tue, 19 Feb 2013 22:31:26 +0000 (17:31 -0500)]
Allow service requests without callback as long as request won't be forwarded to another instance

11 years agoAdded handling of resource sharing with Linux permissions
Justin Sobota [Mon, 18 Feb 2013 22:12:31 +0000 (17:12 -0500)]
Added handling of resource sharing with Linux permissions

11 years agoCreated allocator module
Justin Sobota [Fri, 15 Feb 2013 20:53:46 +0000 (15:53 -0500)]
Created allocator module

11 years agoCleaned up cross-references in internal rm transport API
Justin Sobota [Thu, 14 Feb 2013 18:39:07 +0000 (13:39 -0500)]
Cleaned up cross-references in internal rm transport API

11 years agoMinor updates
Justin Sobota [Wed, 13 Feb 2013 20:15:05 +0000 (15:15 -0500)]
Minor updates

11 years agoRemoved debug compiler flag
Justin Sobota [Wed, 13 Feb 2013 00:02:22 +0000 (19:02 -0500)]
Removed debug compiler flag

11 years agoMerged Keystone II to master for initial release
Justin Sobota [Tue, 12 Feb 2013 22:59:48 +0000 (17:59 -0500)]
Merged Keystone II to master for initial release

11 years agoAdded ability for instance to allocate same resource twice (init then use)
Justin Sobota [Tue, 12 Feb 2013 19:37:49 +0000 (14:37 -0500)]
Added ability for instance to allocate same resource twice (init then use)

11 years agoUpdated build infrastructure for Keystone II
Justin Sobota [Fri, 8 Feb 2013 23:49:05 +0000 (18:49 -0500)]
Updated build infrastructure for Keystone II

11 years agoAdded K2 specific test project directories
Justin Sobota [Thu, 7 Feb 2013 22:58:40 +0000 (17:58 -0500)]
Added K2 specific test project directories

11 years agoReady for Alpha release
Justin Sobota [Thu, 7 Feb 2013 21:33:13 +0000 (16:33 -0500)]
Ready for Alpha release

11 years agoCompleted API documentation and Doxygen
Justin Sobota [Thu, 7 Feb 2013 00:34:17 +0000 (19:34 -0500)]
Completed API documentation and Doxygen

11 years agoSmall API cleanup more doxygenination
Justin Sobota [Tue, 5 Feb 2013 23:21:21 +0000 (18:21 -0500)]
Small API cleanup more doxygenination

11 years agoAdded and tested static policy feature. Continued cleanup of API
Justin Sobota [Tue, 5 Feb 2013 01:13:56 +0000 (20:13 -0500)]
Added and tested static policy feature.  Continued cleanup of API

11 years agoUpdated static policy for testing
Justin Sobota [Thu, 31 Jan 2013 20:55:42 +0000 (15:55 -0500)]
Updated static policy for testing

11 years agoStarted consolidating error codes and cleaning up static(premain) allocation code
Justin Sobota [Thu, 31 Jan 2013 20:45:10 +0000 (15:45 -0500)]
Started consolidating error codes and cleaning up static(premain) allocation code

11 years agoCleaned up transport API
Justin Sobota [Wed, 30 Jan 2013 20:59:02 +0000 (15:59 -0500)]
Cleaned up transport API

11 years agoMoved tree and libfdt into a util directory
Justin Sobota [Tue, 29 Jan 2013 22:38:06 +0000 (17:38 -0500)]
Moved tree and libfdt into a util directory

11 years agoFixed copyrights, unified MAX_NAME_LENGTH, removed rm_types
Justin Sobota [Tue, 29 Jan 2013 21:13:54 +0000 (16:13 -0500)]
Fixed copyrights, unified MAX_NAME_LENGTH, removed rm_types

11 years agoAPI naming convention cleanup, switch to strncpy, renamed resourceNode allocatedTo...
Justin Sobota [Mon, 28 Jan 2013 23:42:22 +0000 (18:42 -0500)]
API naming convention cleanup, switch to strncpy, renamed resourceNode allocatedTo fields to owner fields

11 years agoFixed policy alignment retrieval bug
Justin Sobota [Thu, 24 Jan 2013 19:41:25 +0000 (14:41 -0500)]
Fixed policy alignment retrieval bug

11 years agoBug fixes after cleanup of policy module
Justin Sobota [Thu, 24 Jan 2013 17:04:57 +0000 (12:04 -0500)]
Bug fixes after cleanup of policy module

11 years agoAdded pre-main capabilities, cleaned up services and NameServer modules
Justin Sobota [Tue, 22 Jan 2013 23:32:01 +0000 (18:32 -0500)]
Added pre-main capabilities, cleaned up services and NameServer modules

11 years agoAdded policy verification on allocator operations
Justin Sobota [Mon, 21 Jan 2013 00:18:20 +0000 (19:18 -0500)]
Added policy verification on allocator operations

11 years agoAdded init/use permissions, added instance lists for allocation, and started code...
Justin Sobota [Fri, 18 Jan 2013 23:30:24 +0000 (18:30 -0500)]
Added init/use permissions, added instance lists for allocation, and started code cleanup

11 years agoWrote policy validation routines
Justin Sobota [Tue, 15 Jan 2013 22:47:51 +0000 (17:47 -0500)]
Wrote policy validation routines

11 years agoRewriting policy definition feature
Justin Sobota [Sat, 12 Jan 2013 00:23:48 +0000 (19:23 -0500)]
Rewriting policy definition feature

11 years agoAdding policy checking feature on RM Server
Justin Sobota [Mon, 7 Jan 2013 19:40:51 +0000 (14:40 -0500)]
Adding policy checking feature on RM Server

11 years agoLinux-dtb-alias property cleanup
Justin Sobota [Thu, 20 Dec 2012 22:51:21 +0000 (17:51 -0500)]
Linux-dtb-alias property cleanup

11 years agoFree and unspecified allocation bug fixes
Justin Sobota [Wed, 19 Dec 2012 22:28:23 +0000 (17:28 -0500)]
Free and unspecified allocation bug fixes

11 years agoInitial testing, basic demo complete
Justin Sobota [Mon, 17 Dec 2012 23:48:58 +0000 (18:48 -0500)]
Initial testing, basic demo complete

11 years agoBug fixes, cleanup, expanded test code
Justin Sobota [Mon, 17 Dec 2012 00:57:57 +0000 (19:57 -0500)]
Bug fixes, cleanup, expanded test code

11 years agoImplemented basic allocate/free servicing on RM Server. wrote basic NameServer. code...
Justin Sobota [Sun, 16 Dec 2012 02:15:42 +0000 (21:15 -0500)]
Implemented basic allocate/free servicing on RM Server. wrote basic NameServer. code cleanup

11 years agoCompleted and tested routines that automatically reserve linux resources
Justin Sobota [Sat, 15 Dec 2012 00:29:19 +0000 (19:29 -0500)]
Completed and tested routines that automatically reserve linux resources

11 years agoCompleted routines for automatically reserving Linux resources
Justin Sobota [Fri, 14 Dec 2012 00:02:52 +0000 (19:02 -0500)]
Completed routines for automatically reserving Linux resources

11 years agoFinished tree allocator functions. Writing Linux DTB parsing routins
Justin Sobota [Thu, 13 Dec 2012 00:47:43 +0000 (19:47 -0500)]
Finished tree allocator functions.  Writing Linux DTB parsing routins

11 years agoWrote tree allocate and free operations
Justin Sobota [Wed, 12 Dec 2012 01:21:13 +0000 (20:21 -0500)]
Wrote tree allocate and free operations

11 years agoIntegrated red-black tree algorithm for tree allocators
Justin Sobota [Mon, 10 Dec 2012 23:55:32 +0000 (18:55 -0500)]
Integrated red-black tree algorithm for tree allocators

11 years agoWrote integer allocator creator
Justin Sobota [Tue, 4 Dec 2012 23:09:00 +0000 (18:09 -0500)]
Wrote integer allocator creator

11 years agoWrote a DTB node forward parser. Used as base for parsing resource and policy DTBs
Justin Sobota [Sat, 1 Dec 2012 21:30:06 +0000 (16:30 -0500)]
Wrote a DTB node forward parser.  Used as base for parsing resource and policy DTBs

11 years agoMissed a file...
Justin Sobota [Fri, 30 Nov 2012 16:51:02 +0000 (11:51 -0500)]
Missed a file...

11 years agoAdded DTB value extraction functions for Resource List and Policy DTBs
Justin Sobota [Fri, 30 Nov 2012 16:49:22 +0000 (11:49 -0500)]
Added DTB value extraction functions for Resource List and Policy DTBs

11 years agoTested ability to read in and parse resource and policy DTB files
Justin Sobota [Thu, 29 Nov 2012 15:47:08 +0000 (10:47 -0500)]
Tested ability to read in and parse resource and policy DTB files

11 years agoRemoved receipts started basic testing on infrastructure code
Justin Sobota [Tue, 20 Nov 2012 23:20:35 +0000 (18:20 -0500)]
Removed receipts started basic testing on infrastructure code

11 years agoContinuing rework on transaction request/response mechanism
Justin Sobota [Mon, 19 Nov 2012 23:27:54 +0000 (18:27 -0500)]
Continuing rework on transaction request/response mechanism

11 years agoCoded basic test project started removing receipt construct
Justin Sobota [Mon, 19 Nov 2012 14:41:50 +0000 (09:41 -0500)]
Coded basic test project started removing receipt construct

11 years agoCoded basic unit test to test RM infrastructure
Justin Sobota [Thu, 15 Nov 2012 23:19:25 +0000 (18:19 -0500)]
Coded basic unit test to test RM infrastructure

11 years agoBasic infrastructure coded. All compiler errors resolved
Justin Sobota [Tue, 13 Nov 2012 22:03:32 +0000 (17:03 -0500)]
Basic infrastructure coded. All compiler errors resolved

11 years agocompleted request/response infrastructure
Justin Sobota [Mon, 12 Nov 2012 19:50:57 +0000 (14:50 -0500)]
completed request/response infrastructure

11 years agoChecking in latest changes
Justin Sobota [Fri, 9 Nov 2012 23:37:52 +0000 (18:37 -0500)]
Checking in latest changes

11 years agoSmall change to test commit name
Justin Sobota [Mon, 5 Nov 2012 21:24:42 +0000 (16:24 -0500)]
Small change to test commit name

11 years agocommit prior to modifying transaction tracking and storing
Justin [Mon, 5 Nov 2012 21:02:40 +0000 (16:02 -0500)]
commit prior to modifying transaction tracking and storing

11 years agoCompleted transaction forwarder
Justin Sobota [Fri, 2 Nov 2012 20:44:39 +0000 (16:44 -0400)]
Completed transaction forwarder

11 years agoChecking in RMv2 progress
Justin Sobota [Mon, 29 Oct 2012 15:18:18 +0000 (11:18 -0400)]
Checking in RMv2 progress

11 years agoRM LLD 2.0.0.x initial release for KeyStone-II DEV.RM_LLD.02.00.00.00
Murtaza Gaadiwala [Wed, 17 Oct 2012 21:45:12 +0000 (17:45 -0400)]
RM LLD 2.0.0.x initial release for KeyStone-II

11 years agoUpdated setupenv.bat
Justin Sobota [Mon, 15 Oct 2012 21:08:43 +0000 (17:08 -0400)]
Updated setupenv.bat

11 years agoSynced with latest RM LLD
Justin Sobota [Mon, 15 Oct 2012 19:46:18 +0000 (15:46 -0400)]
Synced with latest RM LLD

11 years agoBase directory structure for new RM
Justin Sobota [Fri, 12 Oct 2012 20:31:30 +0000 (16:31 -0400)]
Base directory structure for new RM

11 years agoCommited by migration script DEV.RM_LLD.01.00.00.11
Martin Qian [Thu, 27 Sep 2012 20:47:13 +0000 (16:47 -0400)]
Commited by migration script