]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/log
keystone-rtos/edma3_lld.git
6 years agoMerge pull request #31 in PROCESSOR-SDK/edma3_lld from Document_update to master DEV.PROCESSOR-SDK.05.01.00.10 DEV.PROCESSOR-SDK.05.01.00.11 DEV.PROCESSOR-SDK.05.02.00.07 DEV_EDMA3_LLD_02_12_05_30C
Mahesh Radhakrishnan [Sat, 10 Mar 2018 00:52:41 +0000 (18:52 -0600)]
Merge pull request #31 in PROCESSOR-SDK/edma3_lld from Document_update to master

* commit '35589a7542ebace1b858ed22346c38e715c07859':
  Document Update: Release 4.3

6 years agoDocument Update: Release 4.3
Sinthu Raja M [Fri, 9 Mar 2018 11:55:04 +0000 (17:25 +0530)]
Document Update: Release 4.3

6 years agoMerge pull request #30 in PROCESSOR-SDK/edma3_lld from PRSDK-3363 to master
Raghu Nambiath [Tue, 27 Feb 2018 21:41:13 +0000 (15:41 -0600)]
Merge pull request #30 in PROCESSOR-SDK/edma3_lld from PRSDK-3363 to master

* commit 'f97379ac505787be68fa0068c48c93f375f20a1c':
  PRSDK-3363 Fixed Klocwork issue on EDMA Examples

6 years agoPRSDK-3363 Fixed Klocwork issue on EDMA Examples
Sinthu Raja M [Tue, 27 Feb 2018 16:57:28 +0000 (22:27 +0530)]
PRSDK-3363 Fixed Klocwork issue on EDMA Examples

  Klocwork error fix for EDMA3 examples

6 years agoMerge pull request #27 in PROCESSOR-SDK/edma3_lld from PRSDK-415 to master
Mahesh Radhakrishnan [Mon, 26 Feb 2018 21:51:20 +0000 (15:51 -0600)]
Merge pull request #27 in PROCESSOR-SDK/edma3_lld from PRSDK-415 to master

* commit '24cc4bc8763902321b368dbd14207ce8af1ee056':
  Removing Extra lines
  PRSDK-415 Reverting makefile changes
  PRSDK-415 Address review comments
  PRSDK-415 Address review comments.
  PRSDK-415 Add support to verify allocated PaRAM Id
  PRSDK-415: Address review comments
  PRSDK-415: Updated config file to be generic
  PRSDK-415 Update global cfgparams for AM335x
  PRSDK-415 Disabled reserved parameters for AM335x

6 years agoRemoving Extra lines
Sinthu Raja M [Mon, 26 Feb 2018 19:37:55 +0000 (01:07 +0530)]
Removing Extra lines

 Deleted extra lines

6 years agoPRSDK-415 Reverting makefile changes
Sinthu Raja M [Mon, 26 Feb 2018 19:35:13 +0000 (01:05 +0530)]
PRSDK-415 Reverting makefile changes

 Reverting makefile changes on EDMA3 driver which is added for exporting
 EDMA3_RES_USER_REQ flags

6 years agoPRSDK-415 Address review comments
Sinthu Raja M [Mon, 26 Feb 2018 19:25:32 +0000 (00:55 +0530)]
PRSDK-415 Address review comments

 Removed #ifdef EDMA3_RES_USER_REQ enclosures in EDMA3 driver and
 examples.
 Add API in EDMA3 examples to validate the paRAM id allocated is
 same as the requested DMA channel number.

6 years agoMerge pull request #29 in PROCESSOR-SDK/edma3_lld from PRSDK-3579 to master
Mahesh Radhakrishnan [Fri, 23 Feb 2018 20:11:43 +0000 (14:11 -0600)]
Merge pull request #29 in PROCESSOR-SDK/edma3_lld from PRSDK-3579 to master

* commit 'dce5a71ee3c71e3c0b57b1b108d698956b761eb6':
  edma3: PRSDK-3579: Clean up static analysis error in UART/SPI LLD caused by edma3 LLD

6 years agoedma3: PRSDK-3579: Clean up static analysis error in UART/SPI LLD caused by edma3 LLD
Hao Zhang [Fri, 23 Feb 2018 14:22:12 +0000 (09:22 -0500)]
edma3: PRSDK-3579: Clean up static analysis error in UART/SPI LLD caused by edma3 LLD

dmaChannelHwEvtMap is an array of size 2, lCh should be checked before
referencing drvObject->gblCfgParams.dmaChannelHwEvtMap[]

Signed-off-by: Hao Zhang <hzhang@ti.com>
6 years agoPRSDK-415 Address review comments.
Sinthu Raja M [Thu, 22 Feb 2018 11:57:37 +0000 (17:27 +0530)]
PRSDK-415 Address review comments.

 - Removed global variable which is used to get PaRAM ID.
 - Updated EDMA3_DRV_getAllocatedPARAMId() function to return paRAM
 id from the EDMA3 driver global variable.
 - Updated makefile to receive EDMA3_RES_USER_REQ macro as a flag
 through command line interface.

Signed-off-by: Pratap Reddy <x0257344@ti.com>
6 years agoPRSDK-415 Add support to verify allocated PaRAM Id
Sinthu Raja M [Wed, 21 Feb 2018 15:46:02 +0000 (21:16 +0530)]
PRSDK-415 Add support to verify allocated PaRAM Id

 Add support to verify the requested DMA Channel ID gets the
 corresponding PaRAM Id.
 The test can be enabled by adding EDMA3_RES_USER_REQ macro in
 makefile of driver and AM335x example makefile.

6 years agoPRSDK-415: Address review comments
Sinthu Raja M [Wed, 7 Feb 2018 07:37:16 +0000 (13:07 +0530)]
PRSDK-415: Address review comments

 Removed generic allocation request modification as per review
 comments.

6 years agoPRSDK-415: Updated config file to be generic
Sinthu Raja M [Tue, 6 Feb 2018 08:44:47 +0000 (14:14 +0530)]
PRSDK-415: Updated config file to be generic

 Updated AM335x config file generically on all EDMA3 regions
 to allocate user request PARAM set from any regions.

6 years agoPRSDK-415 Update global cfgparams for AM335x
Sinthu Raja M [Wed, 31 Jan 2018 16:38:16 +0000 (22:08 +0530)]
PRSDK-415 Update global cfgparams for AM335x

 Reused reserved PARAM set masking code removed previously.
 Updated Global cfgparams to allocate user request PARAM set.

6 years agoPRSDK-415 Disabled reserved parameters for AM335x
Sinthu Raja M [Tue, 30 Jan 2018 14:45:22 +0000 (20:15 +0530)]
PRSDK-415 Disabled reserved parameters for AM335x

 Removed code in RM driver which masks first n DMA channel
 PARAM sets as reserved.

6 years agoMerge pull request #20 in PROCESSOR-SDK/edma3_lld from misrac_fix_PRSDK-3354 to master
Mahesh Radhakrishnan [Thu, 8 Feb 2018 18:56:58 +0000 (12:56 -0600)]
Merge pull request #20 in PROCESSOR-SDK/edma3_lld from misrac_fix_PRSDK-3354 to master

* commit '81e2f425f6bf02b1bf477955a818b76f8a303969':
  misrac fix 2 for 4.2.0 (PRSDK-3354)
  misrac fix for 4.2.0 (PRSDK-3354)

6 years agoMerge pull request #28 in PROCESSOR-SDK/edma3_lld from PRSDK-3314 to master
Raghu Nambiath [Thu, 1 Feb 2018 18:50:15 +0000 (12:50 -0600)]
Merge pull request #28 in PROCESSOR-SDK/edma3_lld from PRSDK-3314 to master

* commit '93b3bc284324354729ddd5a2aedeea853dc135ca':
  Fix for OMAPL138 ARM example build error

6 years agoFix for OMAPL138 ARM example build error
Pratap Reddy [Thu, 1 Feb 2018 17:38:07 +0000 (23:08 +0530)]
Fix for OMAPL138 ARM example build error

6 years agoMerge pull request #26 in PROCESSOR-SDK/edma3_lld from PRSDK-3314 to master
Raghu Nambiath [Wed, 31 Jan 2018 16:08:28 +0000 (10:08 -0600)]
Merge pull request #26 in PROCESSOR-SDK/edma3_lld from PRSDK-3314 to master

* commit 'c2dd8e1721e98df7563a2b21a80f5d71b82c4c27':
  PRSDK-3314 Add MMap config for EDMA3 instance 2
  PRSDK-3314 Update makefile for permission issue

6 years agoMerge pull request #23 in PROCESSOR-SDK/edma3_lld from PRSDK-3391 to master
Raghu Nambiath [Fri, 26 Jan 2018 21:29:57 +0000 (15:29 -0600)]
Merge pull request #23 in PROCESSOR-SDK/edma3_lld from PRSDK-3391 to master

* commit '1e3c9bf8f60f5bf9f3de13773a5f0a2c29030d95':
  PRSDK-3391 Add wrapper function for TDAXX platform
  PRSDK-3391 Removed unnecessary comments.
  PRSDK-3391 Wrapper function for handling Interrupt

6 years agoPRSDK-3314 Add MMap config for EDMA3 instance 2
Sinthu Raja M [Thu, 25 Jan 2018 12:08:47 +0000 (17:38 +0530)]
PRSDK-3314 Add MMap config for EDMA3 instance 2

 Added mempry map configuration for EDMA3 instance 2
 Removed cfg file used for ccs project in OMAPL138

6 years agoPRSDK-3314 Update makefile for permission issue
Sinthu Raja M [Thu, 25 Jan 2018 11:39:24 +0000 (17:09 +0530)]
PRSDK-3314 Update makefile for permission issue

 Updated rules makefile of all cores to avoid permission issue in
 building the EDMA3 examples

6 years agoPRSDK-3391 Add wrapper function for TDAXX platform
Sinthu Raja M [Tue, 23 Jan 2018 15:00:07 +0000 (20:30 +0530)]
PRSDK-3391 Add wrapper function for TDAXX platform

 Added Interrupt handling wrapper function for TDAXX platform.

6 years agoMerge pull request #25 in PROCESSOR-SDK/edma3_lld from PRSDK-3366-3 to master
Raghu Nambiath [Wed, 17 Jan 2018 21:17:32 +0000 (15:17 -0600)]
Merge pull request #25 in PROCESSOR-SDK/edma3_lld from PRSDK-3366-3 to master

* commit 'b5139cb0ad6b2a26fe7023d12849a0a209f0e4ac':
  Update the *.SF and *.MF files
  make sure the *.SF and *.MF are in the correct line ending.
  add .gitattributes to specify the *SF and *MF to be binary files

6 years agoUpdate the *.SF and *.MF files
Ming Wei [Wed, 17 Jan 2018 20:52:01 +0000 (14:52 -0600)]
Update the *.SF and *.MF files

Signed-off-by: Ming Wei <mwei@ti.com>
6 years agomake sure the *.SF and *.MF are in the correct line ending.
Ming Wei [Wed, 17 Jan 2018 20:32:21 +0000 (14:32 -0600)]
make sure the *.SF and *.MF are in the correct line ending.

Signed-off-by: Ming Wei <mwei@ti.com>
6 years agoadd .gitattributes to specify the *SF and *MF to be binary files
Wei [Wed, 17 Jan 2018 19:22:29 +0000 (13:22 -0600)]
add .gitattributes to specify the *SF and *MF to be binary files

Signed-off-by: Wei <mwei@ti.com>
6 years agoMerge pull request #24 in PROCESSOR-SDK/edma3_lld from PRSDK-3366-2 to master
Raghu Nambiath [Tue, 16 Jan 2018 23:28:38 +0000 (17:28 -0600)]
Merge pull request #24 in PROCESSOR-SDK/edma3_lld from PRSDK-3366-2 to master

* commit 'fc13cf1dc60698fc35d7220ffffeaa8465e792ed':
  eclipse: add the signed feature and plugins folders

6 years agoeclipse: add the signed feature and plugins folders
Wei [Tue, 16 Jan 2018 22:45:23 +0000 (16:45 -0600)]
eclipse: add the signed feature and plugins folders

Signed-off-by: Wei <mwei@ti.com>
6 years agoPRSDK-3391 Removed unnecessary comments.
Sinthu Raja M [Mon, 15 Jan 2018 13:39:29 +0000 (19:09 +0530)]
PRSDK-3391 Removed unnecessary comments.

 Removed all the single line comments which are not necessary

6 years agoPRSDK-3391 Wrapper function for handling Interrupt
Sinthu Raja M [Mon, 15 Jan 2018 12:11:00 +0000 (17:41 +0530)]
PRSDK-3391 Wrapper function for handling Interrupt

 Added wrapper function for enabling and disabling interrupt event
 in DSP based on core specific

6 years agoMerge pull request #22 in PROCESSOR-SDK/edma3_lld from PRSDK-3366 to master
Raghu Nambiath [Fri, 12 Jan 2018 21:47:25 +0000 (15:47 -0600)]
Merge pull request #22 in PROCESSOR-SDK/edma3_lld from PRSDK-3366 to master

* commit 'ddfa294c9d210b728db4ad9ad2c07a926c0844cd':
  edma3-lld: remove the obsolete eclipse plugin

6 years agoedma3-lld: remove the obsolete eclipse plugin
Wei [Wed, 20 Dec 2017 22:23:55 +0000 (16:23 -0600)]
edma3-lld: remove the obsolete eclipse plugin

Signed-off-by: Wei <mwei@ti.com>
6 years agoMerge pull request #21 in PROCESSOR-SDK/edma3_lld from PRSDK-3374 to master DEV_EDMA3_LLD_02_12_05_30B
Mahesh Radhakrishnan [Mon, 11 Dec 2017 23:11:45 +0000 (17:11 -0600)]
Merge pull request #21 in PROCESSOR-SDK/edma3_lld from PRSDK-3374 to master

* commit 'b0352022c6386676deb0f76347cf68fd4c6715ec':
  PRSDK-3374: Added PDF versions of the documents

6 years agoPRSDK-3374: Added PDF versions of the documents
Mahesh Radhakrishnan [Mon, 11 Dec 2017 23:07:48 +0000 (18:07 -0500)]
PRSDK-3374: Added PDF versions of the documents

6 years agomisrac fix 2 for 4.2.0 (PRSDK-3354)
Suraj Das [Mon, 11 Dec 2017 19:30:55 +0000 (14:30 -0500)]
misrac fix 2 for 4.2.0 (PRSDK-3354)

6 years agomisrac fix for 4.2.0 (PRSDK-3354)
Suraj Das [Fri, 8 Dec 2017 23:05:13 +0000 (18:05 -0500)]
misrac fix for 4.2.0 (PRSDK-3354)

6 years agoMerge pull request #19 in PROCESSOR-SDK/edma3_lld from edma_fix_v3_PRSDK-3197 to... DEV_EDMA3_LLD_02_12_05_30A
Raghu Nambiath [Wed, 6 Dec 2017 23:47:38 +0000 (17:47 -0600)]
Merge pull request #19 in PROCESSOR-SDK/edma3_lld from edma_fix_v3_PRSDK-3197 to master

* commit 'e3822afd59ff8dc2ce1a2b9a996a9a4f475df741':
  modified the endian check for ti compileri (PRSDK-3197)

6 years agomodified the endian check for ti compileri (PRSDK-3197)
Suraj Das [Wed, 6 Dec 2017 22:06:23 +0000 (17:06 -0500)]
modified the endian check for ti compileri (PRSDK-3197)

6 years agoMerge pull request #18 in PROCESSOR-SDK/edma3_lld from edma_fix_v2_PRSDK-3197 to...
Raghu Nambiath [Wed, 6 Dec 2017 21:58:18 +0000 (15:58 -0600)]
Merge pull request #18 in PROCESSOR-SDK/edma3_lld from edma_fix_v2_PRSDK-3197 to master

* commit 'f1d26105b93684104b9d7df51080e4abbf0fd85d':
  fixed based on review comments (PRSDK-3197)
  modified endian check based on gcc and ti compiler (PRSDK-3197)

6 years agofixed based on review comments (PRSDK-3197)
Suraj Das [Wed, 6 Dec 2017 21:18:13 +0000 (16:18 -0500)]
fixed based on review comments (PRSDK-3197)

6 years agomodified endian check based on gcc and ti compiler (PRSDK-3197)
Suraj Das [Wed, 6 Dec 2017 17:05:30 +0000 (12:05 -0500)]
modified endian check based on gcc and ti compiler (PRSDK-3197)

6 years agoMerge pull request #17 in PROCESSOR-SDK/edma3_lld from edma_fix_PRSDK-3197 to master
Raghu Nambiath [Mon, 4 Dec 2017 15:25:02 +0000 (09:25 -0600)]
Merge pull request #17 in PROCESSOR-SDK/edma3_lld from edma_fix_PRSDK-3197 to master

* commit '925c9c2082470b6179d8a2e98f607984354ab0ba':
  modified endianess check based on GCC 6.3.x

6 years agomodified endianess check based on GCC 6.3.x
Suraj Das [Wed, 29 Nov 2017 19:14:46 +0000 (14:14 -0500)]
modified endianess check based on GCC 6.3.x

6 years agoMerge pull request #16 in PROCESSOR-SDK/edma3_lld from PRSDK-1755 to master
Raghu Nambiath [Tue, 28 Nov 2017 14:22:11 +0000 (08:22 -0600)]
Merge pull request #16 in PROCESSOR-SDK/edma3_lld from PRSDK-1755 to master

* commit '83fa44c0a3df27c3b54f38344459db2a2b49dc85':
  PRSDK-1755 Removed CCS Example project from EDMA

6 years agoPRSDK-1755 Removed CCS Example project from EDMA
Sinthu Raja M [Mon, 27 Nov 2017 13:10:13 +0000 (18:40 +0530)]
PRSDK-1755 Removed CCS Example project from EDMA

 Removed CCS project example from EDMA driver

6 years agoMerge pull request #15 in PROCESSOR-SDK/edma3_lld from doc_ver_update_4.2.0.1 to... DEV_EDMA3_LLD_02_12_05_30
Mahesh Radhakrishnan [Mon, 23 Oct 2017 21:00:50 +0000 (16:00 -0500)]
Merge pull request #15 in PROCESSOR-SDK/edma3_lld from doc_ver_update_4.2.0.1 to master

* commit '91a50f1b5f6ef62c8bc8f074af0a8bcebcf079f9':
  Documentation & version udpate

6 years agoDocumentation & version udpate
Mahesh Radhakrishnan [Mon, 23 Oct 2017 19:55:53 +0000 (15:55 -0400)]
Documentation & version udpate

6 years agoMerge pull request #14 in PROCESSOR-SDK/edma3_lld from PRSDK-3125_tda2xx_inline_fix...
Raghu Nambiath [Wed, 18 Oct 2017 16:59:08 +0000 (11:59 -0500)]
Merge pull request #14 in PROCESSOR-SDK/edma3_lld from PRSDK-3125_tda2xx_inline_fix to master

* commit '533b118a42520a57ca02640d62a8d963b52c3b99':
  PRSDK-3125: Update remainig
  PRSDK-3125: Updating inline declaration as per the gcc update to 6.3.1

6 years agoPRSDK-3125: Update remainig
Mahesh Radhakrishnan [Wed, 18 Oct 2017 16:21:53 +0000 (12:21 -0400)]
PRSDK-3125: Update remainig

6 years agoPRSDK-3125: Updating inline declaration as per the gcc update to 6.3.1
Mahesh Radhakrishnan [Wed, 18 Oct 2017 15:21:01 +0000 (11:21 -0400)]
PRSDK-3125: Updating inline declaration as per the gcc update to 6.3.1

6 years agoMerge pull request #13 in PROCESSOR-SDK/edma3_lld from rtos-next to master
Raghu Nambiath [Mon, 16 Oct 2017 22:33:40 +0000 (17:33 -0500)]
Merge pull request #13 in PROCESSOR-SDK/edma3_lld from rtos-next to master

* commit '0caaac3c6ee97d421184589d21a1bfc9ea0edf67':
  PRSDK-3125: Updating Arm9 makefile after sysbios 6.52.0.11
  PRSDK-3125: Updating A8 makefile for sysbios 6.52.0.11
  PRSDK-3125: Updating A15 makefile to use sysbios 6.52.0.12

6 years agoMerge pull request #12 in PROCESSOR-SDK/edma3_lld from PRSDK-3125 to rtos-next rtos-next
Raghu Nambiath [Tue, 10 Oct 2017 01:08:27 +0000 (20:08 -0500)]
Merge pull request #12 in PROCESSOR-SDK/edma3_lld from PRSDK-3125 to rtos-next

* commit '1b14960be10b6734329754943eb169c4013b6769':
  PRSDK-3125: Updating Arm9 makefile after sysbios 6.52.0.11
  PRSDK-3125: Updating A8 makefile for sysbios 6.52.0.11
  PRSDK-3125: Updating A15 makefile to use sysbios 6.52.0.12

6 years agoPRSDK-3125: Updating Arm9 makefile after sysbios 6.52.0.11
Mahesh Radhakrishnan [Tue, 10 Oct 2017 00:33:12 +0000 (20:33 -0400)]
PRSDK-3125: Updating Arm9 makefile after sysbios 6.52.0.11

6 years agoPRSDK-3125: Updating A8 makefile for sysbios 6.52.0.11
Mahesh Radhakrishnan [Tue, 10 Oct 2017 00:20:28 +0000 (20:20 -0400)]
PRSDK-3125: Updating A8 makefile for sysbios 6.52.0.11

6 years agoPRSDK-3125: Updating A15 makefile to use sysbios 6.52.0.12
Mahesh Radhakrishnan [Mon, 9 Oct 2017 23:39:35 +0000 (19:39 -0400)]
PRSDK-3125: Updating A15 makefile to use sysbios 6.52.0.12

6 years agoMerge pull request #11 in PROCESSOR-SDK/edma3_lld from version_update-02.12.05 to... DEV_EDMA3_LLD_02_12_05_29
Ivan Pang [Fri, 22 Sep 2017 19:25:54 +0000 (14:25 -0500)]
Merge pull request #11 in PROCESSOR-SDK/edma3_lld from version_update-02.12.05 to master

* commit '0c00c659f9647dd5f88d2ccafd703e573c34f97d':
  2.12.5: updated eclipse and docs for versioning

6 years ago2.12.5: updated eclipse and docs for versioning
Ivan Pang [Fri, 22 Sep 2017 19:25:04 +0000 (14:25 -0500)]
2.12.5: updated eclipse and docs for versioning

Signed-off-by: Ivan Pang <i-pang@ti.com>
6 years agoMerge pull request #10 in PROCESSOR-SDK/edma3_lld from PRSDK-2608 to master
Ivan Pang [Tue, 15 Aug 2017 22:13:53 +0000 (17:13 -0500)]
Merge pull request #10 in PROCESSOR-SDK/edma3_lld from PRSDK-2608 to master

* commit '48b0b5fec3f5615f0a968f18c418bbd1e947902f':
  PRSDK-2608: Updated IPC version to 3.46.2.04 in OMAPL138 examples
  PRSDK-2608: Updated IPC package to latest version in OMAPL138 RTSC config

6 years agoPRSDK-2608: Updated IPC version to 3.46.2.04 in OMAPL138 examples
Pratap Reddy [Tue, 15 Aug 2017 21:45:08 +0000 (03:15 +0530)]
PRSDK-2608: Updated IPC version to 3.46.2.04 in OMAPL138 examples

6 years agoPRSDK-2608: Updated IPC package to latest version in OMAPL138 RTSC config
Pratap Reddy [Fri, 11 Aug 2017 18:50:42 +0000 (00:20 +0530)]
PRSDK-2608: Updated IPC package to latest version in OMAPL138 RTSC config

6 years agoMerge pull request #9 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to... DEV_EDMA3_LLD_02_12_04_28A
Ivan Pang [Fri, 23 Jun 2017 17:16:32 +0000 (12:16 -0500)]
Merge pull request #9 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to master

* commit 'ad4cb7fdeaa76b9c51a6663f93ea77e6a13c20d5':
  docs: updated for 2.12.4.28

6 years agodocs: updated for 2.12.4.28
Ivan Pang [Fri, 23 Jun 2017 17:15:47 +0000 (12:15 -0500)]
docs: updated for 2.12.4.28

Signed-off-by: Ivan Pang <i-pang@ti.com>
6 years agoMerge pull request #8 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to... DEV_EDMA3_LLD_02_12_04_28
Ivan Pang [Fri, 23 Jun 2017 00:20:38 +0000 (19:20 -0500)]
Merge pull request #8 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to master

* commit '59f9cee4562ad466bffd02041c1397bb2bde070a':
  docs: updated to 2.12.4

6 years agodocs: updated to 2.12.4
Ivan Pang [Fri, 23 Jun 2017 00:20:09 +0000 (19:20 -0500)]
docs: updated to 2.12.4

Signed-off-by: Ivan Pang <i-pang@ti.com>
6 years agoMerge pull request #7 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to...
Ivan Pang [Thu, 11 May 2017 19:09:48 +0000 (14:09 -0500)]
Merge pull request #7 in PROCESSOR-SDK/edma3_lld from version_update-02.12.04 to master

* commit 'bdadadefa8e0f4b705ca5f38431220a122e2431b':
  eclipse: bumped plugin to 2.12.4

6 years agoeclipse: bumped plugin to 2.12.4
Ivan Pang [Tue, 2 May 2017 22:04:00 +0000 (17:04 -0500)]
eclipse: bumped plugin to 2.12.4

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoMerge pull request #6 in PROCESSOR-SDK/edma3_lld from PRSDK-2128 to master
Ivan Pang [Mon, 10 Apr 2017 16:14:19 +0000 (11:14 -0500)]
Merge pull request #6 in PROCESSOR-SDK/edma3_lld from PRSDK-2128 to master

* commit 'e2cd3ace52fd7e16169c7f380bf59f82c3383a10':
  PRSDK-2128: Added MMU configurations to enable edma instance 1 access on OMAPL138

7 years agoPRSDK-2128: Added MMU configurations to enable edma instance 1 access on OMAPL138
Pratap Reddy [Wed, 5 Apr 2017 16:13:05 +0000 (21:43 +0530)]
PRSDK-2128: Added MMU configurations to enable edma instance 1 access on OMAPL138

7 years agoMerge pull request #5 in PROCESSOR-SDK/edma3_lld from version_update-02.12.03 to... DEV_EDMA3_LLD_02_12_03_27
Ivan Pang [Mon, 27 Mar 2017 06:40:23 +0000 (01:40 -0500)]
Merge pull request #5 in PROCESSOR-SDK/edma3_lld from version_update-02.12.03 to master

* commit '451fc494f7ff1cb475e837e3dd30c02e819e3d65':
  version updated to 02.12.03

7 years agoversion updated to 02.12.03
Ivan Pang [Sun, 26 Mar 2017 23:54:42 +0000 (18:54 -0500)]
version updated to 02.12.03

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoMerge pull request #4 in PROCESSOR-SDK/edma3_lld from PRSDK-2098 to master
Ivan Pang [Tue, 21 Mar 2017 22:03:46 +0000 (17:03 -0500)]
Merge pull request #4 in PROCESSOR-SDK/edma3_lld from PRSDK-2098 to master

* commit '87dba58e751b54b154c1bfb80c6ee50d481135c4':
  PRSDK-2098: Updated project setup to use latest tools
  PRSDK-2098: Fix for OMAPL13x ARM9 example build issue
  PRSDK-2098: Fix omapl13x example compilation

7 years agoPRSDK-2098: Updated project setup to use latest tools
Pratap Reddy [Tue, 21 Mar 2017 21:02:43 +0000 (02:32 +0530)]
PRSDK-2098: Updated project setup to use latest tools

7 years agoPRSDK-2098: Fix for OMAPL13x ARM9 example build issue
Pratap Reddy [Tue, 21 Mar 2017 20:52:09 +0000 (02:22 +0530)]
PRSDK-2098: Fix for OMAPL13x ARM9 example build issue

7 years agoPRSDK-2098: Fix omapl13x example compilation
Justin Sobota [Wed, 15 Mar 2017 19:01:08 +0000 (15:01 -0400)]
PRSDK-2098: Fix omapl13x example compilation

Signed-off-by: Justin Sobota <jsobota@ti.com>
7 years agoMerge pull request #3 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master
Ivan Pang [Mon, 20 Feb 2017 22:04:30 +0000 (16:04 -0600)]
Merge pull request #3 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master

* commit 'cc8b3bbe758770e5a96f5982d48b08c7c97495a2':
  OMAPL137 Integration: Config files for OMAPL137EVM
  OMAPL137 Integration: EDMA3 LLD CCS example
  OMAPL137 INtegration: Build setup
  OMAPL137 Integration: Added platform mapping for OMAPL137

7 years agoOMAPL137 Integration: Config files for OMAPL137EVM
Sinthu Raja [Mon, 30 Jan 2017 13:28:16 +0000 (18:58 +0530)]
OMAPL137 Integration: Config files for OMAPL137EVM

Add default config files for OMAPL137 EVM board

Signed-off-by: Pratap Reddy <x0257344@ti.com>
7 years agoOMAPL137 Integration: EDMA3 LLD CCS example
Sinthu Raja [Mon, 30 Jan 2017 13:26:22 +0000 (18:56 +0530)]
OMAPL137 Integration: EDMA3 LLD CCS example

Add CCS project to test and verify the EDMA3 LLD

Signed-off-by: Pratap Reddy <x0257344@ti.com>
7 years agoOMAPL137 INtegration: Build setup
Sinthu Raja [Mon, 30 Jan 2017 13:23:38 +0000 (18:53 +0530)]
OMAPL137 INtegration: Build setup

Update makefile and build setup to support OMAPL137 EDMA3 LLD

Signed-off-by: Pratap Reddy <x0257344@ti.com>
7 years agoOMAPL137 Integration: Added platform mapping for OMAPL137
Sinthu Raja [Thu, 12 Jan 2017 17:17:56 +0000 (22:47 +0530)]
OMAPL137 Integration: Added platform mapping for OMAPL137

 - edma LLD does not support makefile setup for OMAPL137. Using the
   libraries from OMAPL138 as quick solution. May need to add OMAPL137
   specific makefiles and libraries in long-term.

Signed-off-by: Pratap Reddy <x0257344@ti.com>
7 years agoMerge pull request #2 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master
Ivan Pang [Thu, 12 Jan 2017 14:34:55 +0000 (08:34 -0600)]
Merge pull request #2 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master

* commit '72293869197162a964f2075c80b18f7d58d16f53':
  Fix for compilation error due to missing ','

7 years agoFix for compilation error due to missing ','
Pratap Reddy [Wed, 11 Jan 2017 18:28:49 +0000 (23:58 +0530)]
Fix for compilation error due to missing ','

Fix for typo in OMAPL137 device name

7 years agoMerge pull request #1 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master
Ivan Pang [Tue, 10 Jan 2017 22:49:52 +0000 (16:49 -0600)]
Merge pull request #1 in PROCESSOR-SDK/edma3_lld from PRSDK-1521 to master

* commit '5dd58d3f2561f5ac07442df2037666c88b531976':
  OMAPL137 Integration: Add OMAPL137 in device list

7 years agoOMAPL137 Integration: Add OMAPL137 in device list
Sinthu Raja [Mon, 26 Dec 2016 13:44:39 +0000 (19:14 +0530)]
OMAPL137 Integration: Add OMAPL137 in device list

Added OMAPL137 in device list of edma3/drv folder

Signed-off-by: Pratap Reddy <x0257344@ti.com>
Format correction for proper alignment

OMAPL137 Integration: Support form omapl137 in RM

Add suppdrt for OMAPL137 in edma3/rm and edma3/drv/sample

Signed-off-by: Pratap Reddy <x0257344@ti.com>
7 years agoRevert "Include rules.make file" DEV_EDMA3_LLD_02_12_02_26
Sivaraj R [Mon, 28 Nov 2016 17:15:24 +0000 (22:45 +0530)]
Revert "Include rules.make file"

This reverts commit ed4a3c472313345e4f16f9ce7e9d333243205eaa.

7 years agoRevert "TDA2ex and other core support needed for PDK"
Sivaraj R [Mon, 28 Nov 2016 17:14:12 +0000 (22:44 +0530)]
Revert "TDA2ex and other core support needed for PDK"

This reverts commit 709d29dee783acaf88ca134b19d9a99f84587dbd.

7 years agoTDA2ex and other core support needed for PDK
Sivaraj R [Mon, 28 Nov 2016 06:09:48 +0000 (11:39 +0530)]
TDA2ex and other core support needed for PDK

- There is no family build in PDK. Need to use separate flag and src for
  tda2ex. Used SOC filter for same
- New core types for IPU, A15, DSP and EVE added in PDK. Added support for
  these

Signed-off-by: Sivaraj R <sivaraj@ti.com>
7 years agoInclude rules.make file
Sivaraj R [Mon, 28 Nov 2016 04:34:24 +0000 (10:04 +0530)]
Include rules.make file

- This is required for PDK build as common.mk file doesn't include
  Rules.make file
- This doesn't break other builds as include is done based on -

Signed-off-by: Sivaraj R <sivaraj@ti.com>
7 years agoarm makerules: updated to use BIOS runtime lib instead of toolchain's
Ivan Pang [Fri, 28 Oct 2016 21:29:13 +0000 (16:29 -0500)]
arm makerules: updated to use BIOS runtime lib instead of toolchain's

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoedma3: bumped version up to 2.12.2.26
Ivan Pang [Wed, 26 Oct 2016 00:16:09 +0000 (19:16 -0500)]
edma3: bumped version up to 2.12.2.26

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoPRSDK-927: added #ifdef check and merge to master
Ivan Pang [Tue, 18 Oct 2016 21:11:28 +0000 (16:11 -0500)]
PRSDK-927: added #ifdef check and merge to master

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoReverted PRSDK-927 implementation due to build DEV_EDMA3_LLD_02_12_01_25A
Ivan Pang [Wed, 14 Sep 2016 17:10:07 +0000 (12:10 -0500)]
Reverted PRSDK-927 implementation due to build

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoPRSDK-927: additional fix to ensure the far qualifier only applies for C66x compilation
Ivan Pang [Wed, 14 Sep 2016 15:52:41 +0000 (10:52 -0500)]
PRSDK-927: additional fix to ensure the far qualifier only applies for C66x compilation

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoBumped minor version to 02.12.01.25 DEV_EDMA3_LLD_02_12_01_25
Ivan Pang [Tue, 13 Sep 2016 19:06:54 +0000 (14:06 -0500)]
Bumped minor version to 02.12.01.25

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoPRSDK-927: updated declaration of numEdma3Instances to far, since build mem_model...
Ivan Pang [Fri, 9 Sep 2016 18:44:02 +0000 (13:44 -0500)]
PRSDK-927: updated declaration of numEdma3Instances to far, since build mem_model:data=far

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoPRSDK-1156: removed unused references to PATH in env.mk
Ivan Pang [Tue, 6 Sep 2016 21:42:09 +0000 (16:42 -0500)]
PRSDK-1156: removed unused references to PATH in env.mk

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agoBumped minor version to 02.12.01.24 DEV_EDMA3_LLD_02_12_01_24
Ivan Pang [Wed, 29 Jun 2016 21:39:55 +0000 (16:39 -0500)]
Bumped minor version to 02.12.01.24

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agomakerules: removed fpu libgcc.a since arm-none-eabi-gcc flag -mfloat-abi=hard automat...
Ivan Pang [Tue, 31 May 2016 19:30:42 +0000 (14:30 -0500)]
makerules: removed fpu libgcc.a since arm-none-eabi-gcc flag -mfloat-abi=hard automatically links it

Signed-off-by: Ivan Pang <i-pang@ti.com>
7 years agomakefiles: updated gcc arm none to 4.9.3
Ivan Pang [Fri, 27 May 2016 18:59:34 +0000 (13:59 -0500)]
makefiles: updated gcc arm none to 4.9.3

Signed-off-by: Ivan Pang <i-pang@ti.com>