Fix for SDOCM00086934 same interrupt number is used for all TC error
Updated webgen makefile for release 02.11.03.02
Build version update for 02.11.03.02
Bug fixes SDOCM00086492 and SDOCM00086496
Updated webgen makefile
Documentation changes for release 02.11.03.01
xdc compatibility key and eclipse folder updated for EDMA version 02.11.03.01
Renamed Examples folder of Centaurus A8
Added Netra A8 Support
Single cfg file for Netra and Centaurus in drv sample
Fixed possible thread safety issues
Updated CCS project files for M3 Netra
Examples folder for M3 Netra Renamed evmTI816x_ARM -> evmTI816x_M3
Examples folder for M3 Netra Renamed evmTI816x_ARM -> evmTI816x_M3
CCS Project added to build the examples for M3 Centaurus
Addition of M3 support for Centaurus
Added cfg files, makefiles and examples build using makefile
Added cfg files, makefiles and examples build using makefile
Added Webgen makefile to publish in the release webpage
Updated Makefile to build for specific platform and Target, For libs and Examples
To build for all TARGETS supported by a PLATFORM provide only PLATFORM from command line
To build for a Specific target of a platform provide both PLATFORM and TARGET
If both are not specified it will build for all platform and targets supported.
Could be combined with libs, examples and clean makefile targets
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
To build for all TARGETS supported by a PLATFORM provide only PLATFORM from command line
To build for a Specific target of a platform provide both PLATFORM and TARGET
If both are not specified it will build for all platform and targets supported.
Could be combined with libs, examples and clean makefile targets
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
Updated package.xs to search library based on device name
getlibs() function of xdc is edited to pick libraries based on device name insted of platform name.
For custom boards platform name is user defined.
Could not differentiate between Netra EVM and SIM libraries and SAIm libraries are never returned.
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
getlibs() function of xdc is edited to pick libraries based on device name insted of platform name.
For custom boards platform name is user defined.
Could not differentiate between Netra EVM and SIM libraries and SAIm libraries are never returned.
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
Fix for IR SDOCM00084073
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
Signed-off-by: Prasad Konnur <prasad.konnur@ti.com>
Documentation changes for version 02.11.02.04
Updated eclipse folder for new version
Fix Error in using EDMA as XDC package
Fix for GENERIC defined for all release builds
Documents updated with IRs implimented for 02.11.02.03
Adding samples
Macro.ini for out of box build
Fixed bugs SDOCM00080618 and SDOCM00080034
Support of OMAP Tesla platform
Documentation changes for 02.11.02.03
makefile related changes for support of M3
config files and examples added for supporting m3 video/vpss of netra
xdc compatibility key updated
Patch II to add additional project files for CCSv5 project support for C66x examples
Project changes to resolve build issues.
Updated EDMA3 Driver version to 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Documentation for the release 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated makefile to build C66x targets only with ELF
- This is required if 7.0.x CGTOOL chain is used.
- Older CGTOOL 7.0.x tool chain for COFF does not support C66x target
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- This is required if 7.0.x CGTOOL chain is used.
- Older CGTOOL 7.0.x tool chain for COFF does not support C66x target
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the env.mk and the release batch file for release 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Doxygen generated help files for the release 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Doxygen cfg files for release 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the release batch file to rename config.bld file
- This removed buildforge dependancy on renaming the file
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- This removed buildforge dependancy on renaming the file
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for bugs because of which generic RM library was not pulled for C64P targets
- Refer IR# SDOCM00078797 for more details.
- for ISA c64p, library extensions that need to be generated are "64P"
- same way in getlibs() one has to check for "64P" to pull correct c64p libraries
- "-DGENERIC" flag has to be passed while building Generic RM library
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Refer IR# SDOCM00078797 for more details.
- for ISA c64p, library extensions that need to be generated are "64P"
- same way in getlibs() one has to check for "64P" to pull correct c64p libraries
- "-DGENERIC" flag has to be passed while building Generic RM library
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for IR# SDOCM00078808 - EDMA LLD example fails for multi core run for TCI6486 target
Updated the tools used for building the package in env.mk
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added new top level makefile for the build of C66x platforms only
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated XDC version and Compatibility key for the release 02.11.01.02
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
C99 type modification
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for multi-core execution of examples.
- Address would need to be global for EDMA transfer
- Testing version querry API added in the EDMA DRV module
- Adding of code to test default RM configuration
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Address would need to be global for EDMA transfer
- Testing version querry API added in the EDMA DRV module
- Adding of code to test default RM configuration
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Removed XDC and BIOS dependancy for DRV and RM module builds
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added support to Ny-Sh EVMs and Simulators.
- Also removed the old Ny simulator TCI6498
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Also removed the old Ny simulator TCI6498
Signed-off-by: Sundaram Raju <sundaram@ti.com>
12 years agoUpdated Documentation for the release 02.11.00.01 DEV_EDMA3_LLD_02_11_00_01 DEV_EDMA3_LLD_02_11_00_01_RC05
Updated Documentation for the release 02.11.00.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Commenting out the build of C66x generic RM library
- This support will properly be added in the next release of LLD
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- This support will properly be added in the next release of LLD
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Commenting out the build of evmOMAPL138_ARM example from default build as it fails
- Fix required in makerules of ARM-9
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Fix required in makerules of ARM-9
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Allowing Cache invalidation for all buffers assuming they might be in DDR
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fixed bugs in the rules_*.mk files of Cortex A8 and ARM-9
- added the necessary compile & link flags for Sample applications
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- added the necessary compile & link flags for Sample applications
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Doxygen generated help files for the release 02.11.00.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Doxygen cfg file for release 02.11.00.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated eclipse related files for the release 02.11.00.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated XDC related files for release 02.11.00.01
- changed the xdc compatibility key in the files
- added support for elf format in all platforms supported
- updated all package.bld files to fit new directory structure
- fixed many bugs (which never showed up) that were present earlier
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- changed the xdc compatibility key in the files
- added support for elf format in all platforms supported
- updated all package.bld files to fit new directory structure
- fixed many bugs (which never showed up) that were present earlier
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Modified the getlibs() to pick up the correct libraries in the new directory structure
- The directory structure changed with the new make based build system
- The name of the libraries also changed
- The old extensions of the libraries are maintained
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- The directory structure changed with the new make based build system
- The name of the libraries also changed
- The old extensions of the libraries are maintained
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added a batch file that can be used for building of the LLD libraries
- This is useful during a release and used by BuildForge project
- The batch file also generates XDC interface files required for the working of getlibs()
- It also removes unwanted XDC meta files that have build machine's local paths
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- This is useful during a release and used by BuildForge project
- The batch file also generates XDC interface files required for the working of getlibs()
- It also removes unwanted XDC meta files that have build machine's local paths
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated evmOMAPL138_ARM example's Makefile to use ARM9 variables
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Modified (DRV/RM) Sample libraries's Makefile to add specific flag for TI814X
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fixed bug in Makefiles and made correct source files to be picked for compilation based on CORE
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated Top level Makefile and component.mk
- Added the ARM examples into default build
- Made build of ARM libraries and examples conditional to ELF format
- Added Generic RM libraries to default build
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Added the ARM examples into default build
- Made build of ARM libraries and examples conditional to ELF format
- Added Generic RM libraries to default build
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added support for Cortex A8 on evmTI814x
- Added configuration for Cortex A8 on both DRV and RM Sample libraries
- Added example sample application evmTI814x_ARM
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Added configuration for Cortex A8 on both DRV and RM Sample libraries
- Added example sample application evmTI814x_ARM
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Changed evmTI814x example to older ccsv4 project version to suit makefile structure
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated Makerules
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added makefile for all examples and modified cfg file to remove loadpackage()
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added makefile for each component and the top level makefile
Also added the component.mk file
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Also added the component.mk file
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added makerules
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated the Configuration for Tomahawk in RM only
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated Documents for the release 02.10.04.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Modified XDC related files for the release 02.10.04.01
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added ELF support for C66x (both LE and BE) in the Generic library of RM
- Had to make some changes in XDC files to accomadate
C66x in Generic and not in the platform specific libraries
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Had to make some changes in XDC files to accomadate
C66x in Generic and not in the platform specific libraries
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for the bug in Generic platform library in RM
- Refer to IR# SDOCM00074466 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Refer to IR# SDOCM00074466 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Updated Documents for the release 02.10.03.04
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Modified the build related (XDC) files for adding support to TI814X
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added source files and example application project for supporting TI814X
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Adding support for the Cross-bar in TI814X
- Modified the DRV and RM source files for adding support for cross bar mapped events.
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Modified the DRV and RM source files for adding support for cross bar mapped events.
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Changed from 'ipc' module to 'knl' module in .cfg file of all example projects
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Changed from 'ipc' module to 'knl' module in all source files
- due to the change in DSP/BIOS
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- due to the change in DSP/BIOS
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for BIOS.6.30.02.42 ECM issue
- where the timer uses EVENT 7 instead of 14
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- where the timer uses EVENT 7 instead of 14
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Changed memory location of ping pong buffers from EXT_RAM to DDR3_RAM
Merge on top of
c68ef - 2010-09-04 00:43:33 +0530 -Sundaram Raju - Changed DM740 --> TI816X
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Merge on top of
c68ef - 2010-09-04 00:43:33 +0530 -Sundaram Raju - Changed DM740 --> TI816X
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fix for the platform TCI6498 moving from family c64p to c66 in DSP/BIOS.
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added support for Netra EVM (evmTI816X).
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Add support for C6472 and TCI6486: update default RM configuration
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Changed DM740 --> TI816X
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added new GENERIC platform for RM
- Added a new 'generic' platform in the Resource Manager library
that can be used for devices unsupported in the EDMA3 LLD
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Added a new 'generic' platform in the Resource Manager library
that can be used for devices unsupported in the EDMA3 LLD
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Add support for C6472 and TCI6486: tool version update for example projects
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Add support for C6472 and TCI6486: build related files
Add support for C6472 and TCI6486: source files
Fixed the CSL2_DAT_DEMO hang issue
- Refer to IR# SDOCM00069906 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Refer to IR# SDOCM00069906 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fixed the High Registers access bug in C6748/OMAPL138
- Refer to IR# SDOCM00071134 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- Refer to IR# SDOCM00071134 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Fixed the bug that leads to assert when using allocAnyContigRes() function
- When trying to request more contiguous resources than available assert is called
- Refer to IR# SDOCM00063765 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
- When trying to request more contiguous resources than available assert is called
- Refer to IR# SDOCM00063765 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
12 years agoUpdated Documents (partial) for release edma3_lld_02_10_03_04 DEV_EDMA3_LLD_02_10_03_04_RC01
Updated Documents (partial) for release edma3_lld_02_10_03_04
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added Build related files to add support for Netra Simulator
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Added source files to add support for Netra Simulator
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Documentation changes
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Add/Modify Build related files
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Added OMAPL138 ARM Support
Added/Modified source files
Signed-off-by: Vinay K Nooji <x0101786@ti.com>
Added/Modified source files
Signed-off-by: Vinay K Nooji <x0101786@ti.com>