PASDK-605:Update PAF submodule
PASDK-561:Update PAF submodule to use latest PAF make files
PASDK-587:Remove ARM & DSP release build configuration. Update install rules. Update RTSC component makefile to invoke install rule.
PASDK-587:Update RTSC component makefile for PASDK ARM & DSP application build
PASDK-587:Add conditional assignment of build variables which can be set from environment.
Update name of CGT build variable to allow them to be set from environment.
Update name of CGT build variable to allow them to be set from environment.
PASDK-587:Update RTSC component makefile for update in PAF build
Merge branch 'dev_pasdk_frank_pasdk587CreateNewMakefiles' into dev_pasdk_pasdk561Integration
Added compilation of paf to the master makefile.
Added RTSC packaging files to the final tar ball.
Added more RTSC files for packaing PASDK.
Updates
Added new folder installer_builder/rtsc which contains what's needed to make a RTSC product.
PASDK-587:Add make files for test_arm & test_dsp
PASDK-587:Change include header file name for case sensitivity on Linux
PASDK-587:Update back slashes to forward slashes in include directories for portability
PASDK-587:Remove misc.lib from No IP command files
PASDK-561:Update PAF library makefiles, default to Linux.
PASDK-561:Update PAF library makefiles
PASDK-585:Update PAF make files
Comment out prototype for unused function
PASDK-585:Update ARM CCS project build configuration for CCS 7.4
Exclude linker command file from project or linker throws errors
concerning undefined & redefined memory regions defined in config.bld.
This is because linker includes two copies of linker command file in
command line. This doesn't occur for CCS 7.1.
Exclude linker command file from project or linker throws errors
concerning undefined & redefined memory regions defined in config.bld.
This is because linker includes two copies of linker command file in
command line. This doesn't occur for CCS 7.1.
PASDK-585:Update DSP No IP CGT version
PASDK-585:Update ARM & DSP CCS project build configurations
ARM & DSP, all DTS:X build configurations
DSP, all release build configuration
ARM & DSP, all DTS:X build configurations
DSP, all release build configuration
PASDK-585:Update build scripts
Allow different XDC Tools, SYSBIOS, and ARM/DSP CGT for PASDK & IP.
Provided BMDA overrides for XDC Tools & SYSBIOS.
Allow different XDC Tools, SYSBIOS, and ARM/DSP CGT for PASDK & IP.
Provided BMDA overrides for XDC Tools & SYSBIOS.
PASDK-585:Update PAF C6x CGT
PASDK-585:Update ARM CCS project DH & DH IP package build profiles
PASDK-585:Update DSP CCS project DH & DH IP package build profiles
PASDK-585:Remove unnecessary dependencies from Dolby IP makefiles
PASDK-585:Update PDK & EDMA3 LLD
PASDK-585:Update XDC tools, SYSBIOS, UIA, IPC & ARM CGT.
PASDK-585:Update CCS projects for No IP build
Merge remote-tracking branch 'origin/PASDK-136-new-i-o-integration-into-pasdk-1-x' into dev_pasdk_pasdk29Integration
Tested McASP configuration for I/O shortcut HDMIStereo.
Removed hard coded macros in ASIT that depend on input interface.
Removed hard coded macros in ASIT that depend on input interface.
Update comments
PASDK-538:Remove unused code
Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk538UpdateIpcMessaging' into PASDK-136-new-i-o-integration-into-pasdk-1-x
Updated project file to not use enscription.
Defined McASP configuration parameters for every SAP_D10_XXX (in sap_d10.c).
Tested and verified for HDMI input and DAC output with 8-channel PCM.
Tested and verified for HDMI input and DAC output with 8-channel PCM.
PASDK-538:Update DSP ASP master messaging to use SyncEvents
Code clean up
PASDK-538:Move location of aspMsg_common.h
Merge branch 'dev_pasdk_frank_pasdk516AsotRefactoring' into dev_pasdk_pasdk29Integration
PASDK-516:Slight update to write complete handling
Fixed loss of SYNC problem and restart problem. ASIT FSM works fine with
100's of PCM/bit streams.
100's of PCM/bit streams.
PASDK-516:Add updates for PCE
Add updates for proper OB configuration for PCM encoder.
Add updates for proper OB configuration for PCM encoder.
PASDK-516:Fix EDMA event clear in Processing Decoder Output state
PASDK-516:Several ASOT updates
- Add output frame length change in asopStartOutput()
- Move location of IO Phy priming
- Fix problems with Output SIO selection
- Add output frame length change in asopStartOutput()
- Move location of IO Phy priming
- Fix problems with Output SIO selection
PASDK-516:remove empty file
PASDK-516:First version of ASOT refactoring
- First version of ASOT refactoring using Wake Timer & Tx McASP EDMA events.
- Uses New IO Phy & Buff routines.
- Cleaned up and removed unused code.
Code compiles, but is as yet untested.
- First version of ASOT refactoring using Wake Timer & Tx McASP EDMA events.
- Uses New IO Phy & Buff routines.
- Cleaned up and removed unused code.
Code compiles, but is as yet untested.
Implemented event-based ASIT FSM execpt the initial state.
Sending messages to ARM is split into send and acknowledgment.
Message event posting by ARM is simulated for testing.
The state machine works fine for PCM streams. However for bit stream, two problems remain:
1. sometimes message from ARM has error
2. sometimes loss of SYNC is detected in the beginning portion of a bitstream.
Sending messages to ARM is split into send and acknowledgment.
Message event posting by ARM is simulated for testing.
The state machine works fine for PCM streams. However for bit stream, two problems remain:
1. sometimes message from ARM has error
2. sometimes loss of SYNC is detected in the beginning portion of a bitstream.
PASDK-516:Add ASOT wake timer, update existing ASOT SM to use events
PASDK-516:Remove unused semaphore for Tx McASP EDMA
Remove references to unused platform_lib in DSP app.cfg
PASDK-516:Remove SAP watchdog idle function from DSP app.cfg
Remove unused DSP app.cfg code related to secure boot
PASDK-516:Rename ASOT event & event Ids, remove unused code
PASDK-516:Add ASOT event creation
Align abort messages in sys init
PADK-516:Remove conflicting function definition
Fixed frame length discrepancy between ASIT and decoder.
Modified input task decode processing to have both INFO and DECODE done for every
I/O PHY transfer completion.
I/O PHY transfer completion.
Fixed problem of input task being stuck when input stream stops:
1. sends message ASP_SLAVE_DEC_EXIT when finishing decoding,
2. skip I/O PHY prime when restarting - workaround for now.
1. sends message ASP_SLAVE_DEC_EXIT when finishing decoding,
2. skip I/O PHY prime when restarting - workaround for now.
Updated input task and decode processing. Input task can run with
decode messages going between ARM and DSP.
decode messages going between ARM and DSP.
Refactored input decoding processing. Updated input task. Not tested.
Started refactoring output task and integrating new I/O into output
task. PCM loopback bypassing ARM working fine for HDMI in and analog out.
task. PCM loopback bypassing ARM working fine for HDMI in and analog out.
Started refactoring input task. New code works up to auto-detection which detects
input format reliably when input switches between PCM and bit stream.
input format reliably when input switches between PCM and bit stream.
Added I/O components memory allocation to input and output
initPhaseMalloc. Added McASP LLD to application\itopo\evmk2g.
Standalone test works fine. PASDK functionality stays unchanged.
initPhaseMalloc. Added McASP LLD to application\itopo\evmk2g.
Standalone test works fine. PASDK functionality stays unchanged.
Split ASIP and ASOP initialization into separate routines.
PASDK-477:Update docs
Update PASDK setup guide.
Update PASDK release notes.
Update DH IP release notes.
Update DTS:X IP release notes.
Update PASDK setup guide.
Update PASDK release notes.
Update DH IP release notes.
Update DTS:X IP release notes.
Update root installation folder to processor_sdk_audio_1_01_00_01
PASDK-477:Update to TI headers for DTS & update headers to 2017
PASDK-432:Remove DDR3 & MSMC heap static intializers from ARM image for DTS:X build
PASDK-477:Update MAT-THD submodule for PASDK-460
PASDK-477:Update 3p-ip-dts submodule
PASDK-477:Merge remote-tracking branch 'origin/dev_pasdk_qin_dtsx' into pasdk_frank_pasdk477_pasdk_1_1_1_rel
removed ASP_DECOP_CB_INIT_LAG_DTS.
PADSK-477:Update ARM DTS build configuration to use proper linker command file.
PASDK-477:Remove unnecessary common CB code which uses no longer defined ASP_DECOP_CB_INIT_LAG_DTS
PASDK-477:Merge remote-tracking branch 'origin/dev_pasdk_qin_dtsx' into pasdk_frank_pasdk477_pasdk_1_1_1_rel
PASDK-432:Remove ARM open-loop delay.
IPC GateMP_attach() patched with Cache_inv() call. This removes need for
ARM open loop delay for bootload.
IPC GateMP_attach() patched with Cache_inv() call. This removes need for
ARM open loop delay for bootload.
PASDK-458:Update PASDK setup guide, PASDK & PASDK Dolby IP Release Notes
PASDK-458:Update root installation folder to processor_sdk_audio_1_01_00_00 (not necessary if batch files used for build)
PASDK-458:Update headers to 2017
Build 68:Update DH ARM&DSP builds for HS device
Build 67:Update DH ARM&DSP builds for GP device
PASDK-432:Merge remote-tracking branch 'origin/dev_pasdk' into dev_pasdk_frank_pasdk432ValidateHsBoot
PASDK-432:Increase ARM open loop delay for HS boot.
Temporary workaround to ARM exit in IPC_attach().
Temporary workaround to ARM exit in IPC_attach().
Increased DTS norminal delay.
PASDK-432:Add code to check for null pointer in shared Beta table
(cherry picked from commit 9b5098f1d1df5be016e7086bba0442bda05c0dc1)
(cherry picked from commit 9b5098f1d1df5be016e7086bba0442bda05c0dc1)
PADSK-443:Remove CB debug code
PASDK-443:Remove GPIO debug code
PASDK-443:Fix comment
PADSK-443:Update MAT-THD submodule (PP fix for CIDK listening #22)
PASDK-443: Updated ARM max framelength for 192KHz THD stream.
This is for glitches fix.
This is for glitches fix.
PASDK-443: Added comments for CB capture code.
PASDK-443:Add GPIO configuration. To be removed in later cleanup.
PASDK-443:Update CB PCM buffer size to avoid overflow for 192 kHz tests.
Avoids overflow for Dolby CIDK listening tests #17,22,23,27 & 28.
Avoids overflow for Dolby CIDK listening tests #17,22,23,27 & 28.
Replaced "DTS_BUILD" compiler flag with "bsMetadata_type" check. This fixed the "GAP" problem in the tests with PCM inputs.
PASDK-443:Add PP updates for CB nominal delay
Move CB nominal delay hold off to ARM.
This ensures hold off for ND is correct for THD input
frames of variable size.
Move CB nominal delay hold off to ARM.
This ensures hold off for ND is correct for THD input
frames of variable size.
PASDK-443:Update CB read for Nominal Delay
Update Nominal Delay delta samples hold off calculation to not subtract
size of first input frame. THD frame size is variable, and first frame can
be quite large (e.g. 96 AUs). This will cause delta samples to be very
small or negative, resulting in no read hold off (sample build up) for CB
nominal delay.
Update Nominal Delay delta samples hold off calculation to not subtract
size of first input frame. THD frame size is variable, and first frame can
be quite large (e.g. 96 AUs). This will cause delta samples to be very
small or negative, resulting in no read hold off (sample build up) for CB
nominal delay.