]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/dspdce.git/log
glsdk/dspdce.git
10 years ago update MemHeader to hold the flags
Pradeep Venkatasubbarao [Fri, 21 Mar 2014 11:16:17 +0000 (16:46 +0530)]
 update MemHeader to hold the flags

The MemHeader structure is updated to hold the memory attribute flags.
This change is triggered by the need to hold the coreid in the flags from
the libdce perpective.
In future flags can be used to hold more attributes.
The least significant 4 bits is assumed to hold the coreid.
This information is noted needed by the remoteproc. Its only for
book keeping and the structure sizes on MPU and remote procs must match.

dependent MPU Patch:
http://review.omapzoom.org/#/c/34863

Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years agoUpdated XDC, IPC and BIOS versions in Makefile 1.00.00.02
Pradeep Venkatasubbarao [Wed, 12 Mar 2014 06:43:56 +0000 (12:13 +0530)]
Updated XDC, IPC and BIOS versions in Makefile

XDC : 3.25.05.94
BIOS : 6.37.02.27
IPC : 3.21.00.07
Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years agoUpdated ipc version to 3_20_00_06 in Makefile
Pradeep Venkatasubbarao [Wed, 18 Dec 2013 04:05:28 +0000 (09:35 +0530)]
Updated ipc version to 3_20_00_06 in Makefile
Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years ago[DSP2] Align resource table to remoteproc 1.00.00.01
Pradeep Venkatasubbarao [Tue, 17 Dec 2013 11:17:15 +0000 (16:47 +0530)]
[DSP2] Align resource table to remoteproc

This patch updates the dsp resource table to match the
VRING address in kernel resource table.

Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years agoModified Memory Map in Resource table. 1.00.00.00
Pradeep Venkatasubbarao [Tue, 3 Dec 2013 11:01:25 +0000 (16:31 +0530)]
Modified Memory Map in Resource table.

Now DSP can allocate upto 64MB.

Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years ago[CLEANUP] Remove auto generated file
Pradeep Venkatasubbarao [Mon, 18 Nov 2013 05:44:53 +0000 (11:14 +0530)]
[CLEANUP] Remove auto generated file

Removing the bldcfg.mk from source control.

Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
10 years ago[DCE] Add initial code for DSP
Pradeep Venkatasubbarao [Mon, 18 Nov 2013 05:10:06 +0000 (10:40 +0530)]
[DCE] Add initial code for DSP

This is the first draft of the DCE code on DSP.
It contains a sample Universal Copy codec below the
VIDEC2 interface.

Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>