]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/log
processor-sdk/performance-audio-sr.git
4 years agoPRSDK-4536: Updated submodules
Veeranna Hanchinal [Fri, 31 Aug 2018 06:52:26 +0000 (12:22 +0530)]
PRSDK-4536: Updated submodules

4 years agoPRSDK-4429: Fix for mute output during interchange of THD and DDP stream
Veeranna Hanchinal [Wed, 29 Aug 2018 13:16:10 +0000 (18:46 +0530)]
PRSDK-4429: Fix for mute output during interchange of THD and DDP stream

4 years agoPRSDK-4433: Perform obj-audio output verification for Dolby decoders (MAT/DDP/THD)
Veeranna Hanchinal [Wed, 29 Aug 2018 13:08:01 +0000 (18:38 +0530)]
PRSDK-4433: Perform obj-audio output verification for Dolby decoders (MAT/DDP/THD)

4 years agoAdded more docs.
Jianzhong Xu [Mon, 9 Jul 2018 19:13:29 +0000 (15:13 -0400)]
Added more docs.

4 years agoCleaning up makefiel and scripts.
Jianzhong Xu [Fri, 29 Jun 2018 22:41:45 +0000 (18:41 -0400)]
Cleaning up makefiel and scripts.

4 years agoRenamed pasdk to pasrc, PASDK_ROOT_DIR to PAROOT_DIR, PASDK_ROOT to
Jianzhong Xu [Fri, 29 Jun 2018 21:52:27 +0000 (17:52 -0400)]
Renamed pasdk to pasrc, PASDK_ROOT_DIR to PAROOT_DIR, PASDK_ROOT to
PAROOT.

4 years agoSubmodules clean up:
Jianzhong Xu [Fri, 29 Jun 2018 17:16:36 +0000 (13:16 -0400)]
Submodules clean up:
Change submodule pasdk to pasrc
Remove submodule os_paf_dev
Move submodules asp, 3p-ipp-ti to upper level

4 years agoMerge branch 'dev_pasdk1_3_integration' of ssh://bitbucket.itg.ti.com/pasdk/pasdk_sr...
Jianzhong Xu [Tue, 26 Jun 2018 20:16:57 +0000 (16:16 -0400)]
Merge branch 'dev_pasdk1_3_integration' of ssh://bitbucket.itg.ti.com/pasdk/pasdk_sr into dev_pasdk1_3_integration

4 years agoChanged master Makefile and added setup scripts to make sure out-of-box example can...
Jianzhong Xu [Tue, 26 Jun 2018 20:00:24 +0000 (16:00 -0400)]
Changed master Makefile and added setup scripts to make sure out-of-box example can be rebuilt in both Linux and Windows.

4 years agoUpdate Windows build scripts
Frank Livingston [Fri, 22 Jun 2018 18:31:49 +0000 (13:31 -0500)]
Update Windows build scripts

- Update PAF build script to take correct CGT install directory.
- Update env setup script to set PAF related build env vars.

4 years agoChanged makefiles to make PASDK into performance audio demo in PRSDK.
Jianzhong Xu [Tue, 19 Jun 2018 20:43:56 +0000 (16:43 -0400)]
Changed makefiles to make PASDK into performance audio demo in PRSDK.

4 years agoChanged copyright year to 2018.
Jianzhong Xu [Mon, 18 Jun 2018 18:50:27 +0000 (14:50 -0400)]
Changed copyright year to 2018.

4 years agoMerge remote-tracking branch 'origin/dev_pasdk_frank_pasdk577RunTimeAudioIoCfg' into...
Jianzhong Xu [Mon, 18 Jun 2018 16:33:24 +0000 (12:33 -0400)]
Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk577RunTimeAudioIoCfg' into dev_pasdk1_3_integration

4 years agoPASDK-577:Call new McASP LLD control cmd to set Tx bit-clock divider
Frank Livingston [Fri, 15 Jun 2018 15:58:57 +0000 (10:58 -0500)]
PASDK-577:Call new McASP LLD control cmd to set Tx bit-clock divider

This is a workaround for the pair-wise channel swap issue with the McASP
LLD control cmd casp_IOCTL_CNTRL_SET_FORMAT_CHAN.

4 years agoManually merged commit 7df08c3 from
Jianzhong Xu [Wed, 13 Jun 2018 19:16:30 +0000 (15:16 -0400)]
Manually merged commit 7df08c3 from
dev_pasdk_frank_pasdk577RunTimeAudioIoCfg.

4 years agoMerge remote-tracking branch 'origin/dev_pasdk1_3_integration' into dev_pasdk_frank_p...
Frank Livingston [Tue, 12 Jun 2018 21:17:30 +0000 (16:17 -0500)]
Merge remote-tracking branch 'origin/dev_pasdk1_3_integration' into dev_pasdk_frank_pasdk577RunTimeAudioIoCfg

4 years agoAnalog in and analog out configuration is working.
Jianzhong Xu [Tue, 12 Jun 2018 14:35:03 +0000 (10:35 -0400)]
Analog in and analog out configuration is working.

5 years agoPASDK-577:
Frank Livingston [Thu, 7 Jun 2018 00:30:36 +0000 (19:30 -0500)]
PASDK-577:

Change default rateX to correspond to default Tx McASP CLKXDIV
Add error return to asopSetCheckRateX.
Update ASOT to check error returns from setCheckRateX.
- ignored in Init-Sync Dec1. This is typical use case since RateX
  change is normal at start of stream.
- not ignored in Dec Info2. This isn't typical use case since RateX
  shouldn't change during stream.

5 years agoPASDK-577:Add "proof of concept" code for McASP LLD to setCheckRateX
Frank Livingston [Wed, 6 Jun 2018 22:21:43 +0000 (17:21 -0500)]
PASDK-577:Add "proof of concept" code for McASP LLD to setCheckRateX

Add "proof of concept" code to asopSetCheckRateX() for setting Tx McASP
CLKXDIV using McASP LLD.

The "proof of concept" code only works for HDMI input & output sampling
rates 44.1,48,88.2,96 & 192 kHz.

Additional integration work needs to be done for asopSetCheckRateX()
full functionality. See sap_d10.c:manageOutput() for details of required
functionality.

5 years agoPASDK-577:Add experimental code for setting CLKXDIV in setCheckRateX
Frank Livingston [Wed, 6 Jun 2018 21:09:19 +0000 (16:09 -0500)]
PASDK-577:Add experimental code for setting CLKXDIV in setCheckRateX

5 years agoPASDK-577:Add error in case Output re-select w/ McASP LLD driver handle non-NULL
Frank Livingston [Wed, 6 Jun 2018 19:03:22 +0000 (14:03 -0500)]
PASDK-577:Add error in case Output re-select w/ McASP LLD driver handle non-NULL

5 years agoPASDK-577:Revert removal of Board_init() in DSP main()
Frank Livingston [Wed, 6 Jun 2018 17:41:00 +0000 (12:41 -0500)]
PASDK-577:Revert removal of Board_init() in DSP main()

5 years agoPASDK-577:Clear already posted Output events on Output re-select
Frank Livingston [Tue, 5 Jun 2018 19:06:09 +0000 (14:06 -0500)]
PASDK-577:Clear already posted Output events on Output re-select

5 years agoPASDK-577:Clear already posted Input events on Input re-select
Frank Livingston [Tue, 5 Jun 2018 17:23:11 +0000 (12:23 -0500)]
PASDK-577:Clear already posted Input events on Input re-select

Clear (drop) already posted Input events upon Input re-select.
Without this change, IO Phy & McASP LLD lose sync after Input re-select.
This problem was discovered for execPAIInHDMI re-select after at-boot.

5 years agoMerge remote-tracking branch 'origin/dev_pasdk_frank_pasdk577RunTimeAudioIoCfg' into...
Frank Livingston [Wed, 30 May 2018 21:16:42 +0000 (16:16 -0500)]
Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk577RunTimeAudioIoCfg' into dev_pasdk1_3_integration

5 years agoPASDK 571: DTSX input and output working preliminarily:
Jianzhong Xu [Fri, 25 May 2018 20:36:13 +0000 (16:36 -0400)]
PASDK 571: DTSX input and output working preliminarily:
1. I/O DATA added DTSHD specific handling
2. ASIT decoder init split into two parts in order not to wait for slave decoder reset too long
3. ASIT decoder FSM change corresponding to #2.
4. ASOT added reset of audio frame data pointers.

5 years agoPASDK-577:Add McASP LLD ch reset before McASP LLD ch delete
Frank Livingston [Thu, 24 May 2018 22:03:52 +0000 (17:03 -0500)]
PASDK-577:Add McASP LLD ch reset before McASP LLD ch delete

Rx McASP EDMA callback function stops without this update on Input
shortcut re-select.

5 years agoPASDK-577:Add JX updates for autodet restart, plug into ASIT FSM
Frank Livingston [Tue, 15 May 2018 19:07:24 +0000 (14:07 -0500)]
PASDK-577:Add JX updates for autodet restart, plug into ASIT FSM

5 years agoPASDK-576:Avoid IO Buff allocating split buffer on buffer wrap
Frank Livingston [Mon, 14 May 2018 22:58:51 +0000 (17:58 -0500)]
PASDK-576:Avoid IO Buff allocating split buffer on buffer wrap

Dynamically size IO Buff buffer from which to allocate.
Size is multiple of:
Stream AF sample count x stride x size of element.

- Stream AF sample count is computed from ASP chain reset.
- Stride is from Output shortcut (select devices, McASP LLD config).
- Size of element is hard-coded in some place to 4. This need to be checked.
It should be possible to obtain size of element from the Output shortcut.

5 years agoPASDK-577:Update asitSelectDevices() to call interace specific initialization
Frank Livingston [Thu, 10 May 2018 23:14:34 +0000 (18:14 -0500)]
PASDK-577:Update asitSelectDevices() to call interace specific initialization

asitSelectDevices() updated to call D10_initClkMux() for every new
interface.

D10_initClkMux() configures the McASP clock mux on the Audio Daughter Card.
This clock mux will have the same setting for InHDMI or InHDMI stereo.

5 years agoPASDK-577:Split D10 audio hardware init & add OutNone check to asitIoCompsInit()
Frank Livingston [Thu, 10 May 2018 21:50:42 +0000 (16:50 -0500)]
PASDK-577:Split D10 audio hardware init & add OutNone check to asitIoCompsInit()

D10_init() split:
- Run-once code, called from main
- Interface specific code, called from asitSelectedDevices()

5 years agoPASDK-477:Move McaspDevice_init() from asitSelectDevices() to main()
Frank Livingston [Thu, 10 May 2018 20:36:17 +0000 (15:36 -0500)]
PASDK-477:Move McaspDevice_init() from asitSelectDevices() to main()

McaspDevice_init() is run-once driver initialization code.

5 years agoPASDK-577:Update ASOT handling of OutNone
Frank Livingston [Thu, 10 May 2018 17:27:20 +0000 (12:27 -0500)]
PASDK-577:Update ASOT handling of OutNone

ASOT SM state changes to "Device Select" state in case OutNone selected in
"Reset Output Processing" state

5 years agoPASDK-577:Move local var declarations outside if()
Frank Livingston [Thu, 10 May 2018 15:55:17 +0000 (10:55 -0500)]
PASDK-577:Move local var declarations outside if()

5 years agoPASDK-577:Reconfigure IO Buf & Phy when new Input device selected
Frank Livingston [Thu, 10 May 2018 15:22:01 +0000 (10:22 -0500)]
PASDK-577:Reconfigure IO Buf & Phy when new Input device selected

5 years agoPASDK-577:Add back run-once code to asitSelectDevices()
Frank Livingston [Wed, 9 May 2018 23:50:56 +0000 (18:50 -0500)]
PASDK-577:Add back run-once code to asitSelectDevices()

Code crashes in D10_init() on new interface w/o run-once control in place.

5 years agoPASDK-577:Dynamic Input device selection
Frank Livingston [Wed, 9 May 2018 22:30:22 +0000 (17:30 -0500)]
PASDK-577:Dynamic Input device selection

Update Input device selection routine to allow dynamic selection over
alpha command (Input shortcuts).

5 years agoPASDK-577:Add more comments to ASOT select devices function
Frank Livingston [Wed, 9 May 2018 22:18:38 +0000 (17:18 -0500)]
PASDK-577:Add more comments to ASOT select devices function

5 years agoPASDK-577:Dynamic Output device selection
Frank Livingston [Wed, 9 May 2018 01:41:25 +0000 (20:41 -0500)]
PASDK-577:Dynamic Output device selection

Update Output device selection to allow dynamic selection over alpha
commands (Output shortcuts)

5 years agoPASDK-577:Add McAsp LLD driver handle for each Output Interface
Frank Livingston [Tue, 8 May 2018 17:31:53 +0000 (12:31 -0500)]
PASDK-577:Add McAsp LLD driver handle for each Output Interface

McASP LLD driver handle stored in mcaspLLDconfig for each Output Interface
for Interface

5 years agoPASDK-576:Fix output pair-wise channel swap issue
Frank Livingston [Tue, 8 May 2018 02:07:08 +0000 (21:07 -0500)]
PASDK-576:Fix output pair-wise channel swap issue

5 years agoPASDK-576:Update IO shortcuts
Frank Livingston [Thu, 3 May 2018 16:00:30 +0000 (11:00 -0500)]
PASDK-576:Update IO shortcuts

Update Output shortcuts to respond only when requested SIO select update
is observed (or timeout).
change all compile-time at-boot shortcuts so Input shortcut is invoked
before Output shortcut (Output has dependency on Input selection /
initialization).

5 years agoUpdate McASP Tx clock divider for PCM
Frank Livingston [Mon, 30 Apr 2018 19:40:32 +0000 (14:40 -0500)]
Update McASP Tx clock divider for PCM

5 years agoPASDK-636:Updates for PrSDK 4.3.0.5
Frank Livingston [Mon, 30 Apr 2018 19:39:45 +0000 (14:39 -0500)]
PASDK-636:Updates for PrSDK 4.3.0.5

5 years agoPASDK-633:Add code to process pending ack messages on decode complete
Frank Livingston [Fri, 27 Apr 2018 21:30:47 +0000 (16:30 -0500)]
PASDK-633:Add code to process pending ack messages on decode complete

ASIT was losing messaging sync in decode compelte (decDecodeComplete()
because of pending IPC MessageQ ACK messages (e.g. stream terminated
before EOS). Added code to process any such pending ACK messages.

5 years agoPASDK-633: Implemented IB config queue in ASIT decode FSM.
Jianzhong Xu [Thu, 26 Apr 2018 22:00:44 +0000 (18:00 -0400)]
PASDK-633: Implemented IB config queue in ASIT decode FSM.

5 years agoPASDK-568:Fix merge error
Frank Livingston [Mon, 23 Apr 2018 20:10:21 +0000 (15:10 -0500)]
PASDK-568:Fix merge error

5 years agoPASDK-568:Merge to 561 integration branch
Frank Livingston [Mon, 23 Apr 2018 19:26:45 +0000 (14:26 -0500)]
PASDK-568:Merge to 561 integration branch

5 years agoDisable debug capture of AF
Frank Livingston [Fri, 20 Apr 2018 20:56:06 +0000 (15:56 -0500)]
Disable debug capture of AF

5 years agoPASDK 568: fixed ASIT decoding FSM bug.
Jianzhong Xu [Fri, 20 Apr 2018 19:59:27 +0000 (15:59 -0400)]
PASDK 568: fixed ASIT decoding FSM bug.

5 years agoMerge branch 'PASDK-563-DDP-Verification' into dev_pasdk_frank_pasdk568thdHsrVerification
Jianzhong Xu [Fri, 20 Apr 2018 18:49:47 +0000 (14:49 -0400)]
Merge branch 'PASDK-563-DDP-Verification' into dev_pasdk_frank_pasdk568thdHsrVerification
   - picking up the fix in ioBuffInit

5 years agoioBuffInit returns error if parameter nominal delay is equal to buffer size.
Jianzhong Xu [Fri, 20 Apr 2018 18:12:31 +0000 (14:12 -0400)]
ioBuffInit returns error if parameter nominal delay is equal to buffer size.

5 years agoPASDK-568:Reduce number of compiler warnings
Frank Livingston [Fri, 20 Apr 2018 15:31:18 +0000 (10:31 -0500)]
PASDK-568:Reduce number of compiler warnings

5 years agoPASDK-568:Remove extra call to CB stream frame length initialization missed in previo...
Frank Livingston [Fri, 20 Apr 2018 15:28:58 +0000 (10:28 -0500)]
PASDK-568:Remove extra call to CB stream frame length initialization missed in previous commit

5 years agoFix No IP build
Frank Livingston [Fri, 20 Apr 2018 15:06:46 +0000 (10:06 -0500)]
Fix No IP build

5 years agoMerge remote-tracking branch 'origin/PASDK-563-DDP-Verification' into dev_pasdk_frank...
Frank Livingston [Fri, 20 Apr 2018 14:49:52 +0000 (09:49 -0500)]
Merge remote-tracking branch 'origin/PASDK-563-DDP-Verification' into dev_pasdk_frank_pasdk568thdHsrVerification

5 years agoPASDK-568:Revert merge from PASDK-514, add Gate & cache inv to CB stream FL read...
Frank Livingston [Fri, 20 Apr 2018 00:16:04 +0000 (19:16 -0500)]
PASDK-568:Revert merge from PASDK-514, add Gate & cache inv to CB stream FL read function

5 years agoPASDK-568: added error check after calling encoder wrapper.
Jianzhong Xu [Thu, 19 Apr 2018 21:32:13 +0000 (17:32 -0400)]
PASDK-568: added error check after calling encoder wrapper.

5 years agoPASDK-568: added logic and encoder wrapper to handle output buffer wrapping around
Jianzhong Xu [Thu, 19 Apr 2018 21:16:12 +0000 (17:16 -0400)]
PASDK-568: added logic and encoder wrapper to handle output buffer wrapping around

5 years agoPASDK-568:Move Dec Info1 IS to Dec Decode1 IS
Frank Livingston [Thu, 19 Apr 2018 20:19:54 +0000 (15:19 -0500)]
PASDK-568:Move Dec Info1 IS to Dec Decode1 IS

ARM:
- latch 1st decode AF output
DSP:
- in Decode IS, use latched AF to initialize Stream AF
- overwrite Stream AF sample count to CB stream frame length.
CB stream frame length can be configured via alpha command or
automatically.
- Execute ASP chain reset, Enc Info, SetCheckRateX & StartOutput.
ASP chain reset will have proper AF sample count in case SRC enabled for
decimation (Stream AF sample count will be updated in this case).
StartOuput Phy frame length & delay setup will have proper sample count
for frame length parameter.

5 years agoRemove tabs
Frank Livingston [Thu, 19 Apr 2018 19:58:43 +0000 (14:58 -0500)]
Remove tabs

5 years agoRemove tabs
Frank Livingston [Wed, 18 Apr 2018 19:37:39 +0000 (14:37 -0500)]
Remove tabs

5 years agoPASDK-568:Update CB read to properly set AF sample count
Frank Livingston [Wed, 18 Apr 2018 19:31:33 +0000 (14:31 -0500)]
PASDK-568:Update CB read to properly set AF sample count

cbReadAf():
AF sample count set to number of PCM samples read from PCM buffer in case
of partial read (fewer PCM samples in buffer than number of PCM samples
requested in read).
Update code to set AF sample count to number of PCM
samples requested in read.
If CB in drain state, this isn't an underflow (e.g. EOS trailing samples).
If CB not in drain state, this is logged as an underflow.

5 years agoPASDK-514: Moved CB status to Non-cached memory.
Chitresh Gupta [Tue, 23 Jan 2018 16:00:35 +0000 (21:30 +0530)]
PASDK-514: Moved CB status to Non-cached memory.

(cherry picked from commit 41ffcdb271f8964663ef0fd0174e86935e104c6d)

5 years agoMerge remote-tracking branch 'origin/dev_pasdk_frank_pasdk587CreateNewMakefiles'...
Frank Livingston [Mon, 9 Apr 2018 18:02:10 +0000 (13:02 -0500)]
Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk587CreateNewMakefiles' into dev_pasdk_pasdk589PasdkIntegrationIntoPrsdkTesting

5 years agoRemoved eclipse plugin since we will let Yocto do it.
Jianzhong Xu [Fri, 6 Apr 2018 19:59:20 +0000 (15:59 -0400)]
Removed eclipse plugin since we will let Yocto do it.

5 years agoAdded McASP clock configurations for THD 96kHz, 192kHz output.
Jianzhong Xu [Thu, 5 Apr 2018 19:26:10 +0000 (15:26 -0400)]
Added McASP clock configurations for THD 96kHz, 192kHz output.

5 years agoPASDK 564: Removed one dependency of hard coded number from the input task initializa...
Jianzhong Xu [Wed, 4 Apr 2018 21:18:17 +0000 (17:18 -0400)]
PASDK 564: Removed one dependency of hard coded number from the input task initialization.

5 years agoChanged product name and root path environment variable name.
Jianzhong Xu [Tue, 3 Apr 2018 16:13:57 +0000 (12:13 -0400)]
Changed product name and root path environment variable name.

5 years agoPASDK-587:Update products.mak for Windows
Frank Livingston [Thu, 29 Mar 2018 19:58:34 +0000 (14:58 -0500)]
PASDK-587:Update products.mak for Windows

5 years agoFix glitch in Windows environment setup for IPC install directory
Frank Livingston [Thu, 29 Mar 2018 19:50:45 +0000 (14:50 -0500)]
Fix glitch in Windows environment setup for IPC install directory

5 years agoPASDK-605:Add PASDK root dir variable to Windows environment setup batch file
Frank Livingston [Thu, 29 Mar 2018 18:51:58 +0000 (13:51 -0500)]
PASDK-605:Add PASDK root dir variable to Windows environment setup batch file

5 years agoPASDK-605:Fix OS package creation script for split os_paf_dev
Frank Livingston [Wed, 28 Mar 2018 22:14:09 +0000 (17:14 -0500)]
PASDK-605:Fix OS package creation script for split os_paf_dev

5 years agoPASDK-605:Update PAF & FD build scripts for PAF updates: from PASDK_1.2.2.0
Frank Livingston [Wed, 28 Mar 2018 22:06:30 +0000 (17:06 -0500)]
PASDK-605:Update PAF & FD build scripts for PAF updates: from PASDK_1.2.2.0

5 years agoPASDK-605:Update Tools submodule
Frank Livingston [Wed, 28 Mar 2018 21:10:47 +0000 (16:10 -0500)]
PASDK-605:Update Tools submodule

5 years agoPASDK-605:Update submodules
Frank Livingston [Wed, 28 Mar 2018 17:10:40 +0000 (12:10 -0500)]
PASDK-605:Update submodules

5 years agoPASDK-585:Remove K2G name from Aud API usage
Frank Livingston [Tue, 27 Mar 2018 02:43:33 +0000 (21:43 -0500)]
PASDK-585:Remove K2G name from Aud API usage

5 years agoMerge branch 'dev_pasdk_frank_pasdk605SanitizeReposForIpContent' into dev_pasdk_pasdk...
Frank Livingston [Tue, 27 Mar 2018 02:10:08 +0000 (21:10 -0500)]
Merge branch 'dev_pasdk_frank_pasdk605SanitizeReposForIpContent' into dev_pasdk_pasdk561Integration

5 years agoReplaced hard coded OUTPUT_STRIDE with configured stride = num_serializer*num_channel.
Jianzhong Xu [Mon, 26 Mar 2018 19:58:02 +0000 (15:58 -0400)]
Replaced hard coded OUTPUT_STRIDE with configured stride = num_serializer*num_channel.
McASP Tx clock is hard coded for DDP 48kHz. DDP 48kHz streaming works
fine. To run PCM streaming, neeed to change McASP Tx clock aclkxctl.

5 years agoDebugging DDP output.
Jianzhong Xu [Mon, 26 Mar 2018 15:48:03 +0000 (11:48 -0400)]
Debugging DDP output.

5 years agoPASDK-605:Update PAF submodule
Frank Livingston [Fri, 23 Mar 2018 20:12:36 +0000 (15:12 -0500)]
PASDK-605:Update PAF submodule

5 years agoPASDK-605:Use split os_paf_dev submodules
Frank Livingston [Fri, 23 Mar 2018 19:49:19 +0000 (14:49 -0500)]
PASDK-605:Use split os_paf_dev submodules

Move os_paf_dev repo from pasdk/paf to pasdk/os_paf_dev
Add pasdk/paf repo w/o IP:
Add pasdk/asp repo containing BM2, DEM & SNG1
Add pasdk/3p-ip-ti repo containing GEQ3 & DSD2.

5 years agoUpdate DTS IP submodule for updated make files
Frank Livingston [Fri, 23 Mar 2018 18:35:51 +0000 (13:35 -0500)]
Update DTS IP submodule for updated make files

5 years agoPASDK-605:Update DSD build script (library option only) for split os_paf_dev repo
Frank Livingston [Fri, 23 Mar 2018 17:13:05 +0000 (12:13 -0500)]
PASDK-605:Update DSD build script (library option only) for split os_paf_dev repo

5 years agoPASDK-605:Update FD package creation script for split os_paf_dev repo
Frank Livingston [Fri, 23 Mar 2018 16:03:26 +0000 (11:03 -0500)]
PASDK-605:Update FD package creation script for split os_paf_dev repo

5 years agoPASDK-605:Update PASDK & FD package version number in build_all.bat
Frank Livingston [Fri, 23 Mar 2018 02:32:38 +0000 (21:32 -0500)]
PASDK-605:Update PASDK & FD package version number in build_all.bat

5 years agoPASDK-605:Update DH & DTS:X component make files for split os_paf_dev repo
Frank Livingston [Fri, 23 Mar 2018 02:30:28 +0000 (21:30 -0500)]
PASDK-605:Update DH & DTS:X component make files for split os_paf_dev repo

5 years agoPASDK-586:Update PAF libs build batch file to copy windows make files to active make...
Frank Livingston [Fri, 23 Mar 2018 02:27:28 +0000 (21:27 -0500)]
PASDK-586:Update PAF libs build batch file to copy windows make files to active make files

5 years agoAdd branch labels to DH build batch file for easier debug
Frank Livingston [Fri, 23 Mar 2018 02:25:09 +0000 (21:25 -0500)]
Add branch labels to DH build batch file for easier debug

5 years agoPASDK-605:Update PAF submodule
Frank Livingston [Thu, 22 Mar 2018 20:49:26 +0000 (15:49 -0500)]
PASDK-605:Update PAF submodule

5 years agoMerge branch 'dev_pasdk_pasdk561Integration' of ssh://bitbucket.itg.ti.com/pasdk...
Jianzhong Xu [Wed, 21 Mar 2018 19:10:06 +0000 (15:10 -0400)]
Merge branch 'dev_pasdk_pasdk561Integration' of ssh://bitbucket.itg.ti.com/pasdk/pasdk_sr into dev_pasdk_pasdk561Integration

5 years agoPASDK-575: Update McASP LLD configurations for analog in and analog out.
Jianzhong Xu [Wed, 21 Mar 2018 18:56:04 +0000 (14:56 -0400)]
PASDK-575: Update McASP LLD configurations for analog in and analog out.

5 years agoPASDK-561:Update PAF submodule to use latest PAF make files
Frank Livingston [Tue, 20 Mar 2018 17:10:30 +0000 (12:10 -0500)]
PASDK-561:Update PAF submodule to use latest PAF make files

5 years agoPASDK-587:Remove ARM & DSP release build configuration. Update install rules. Update...
Frank Livingston [Tue, 20 Mar 2018 15:57:04 +0000 (10:57 -0500)]
PASDK-587:Remove ARM & DSP release build configuration. Update install rules. Update RTSC component makefile to invoke install rule.

5 years agoPASDK-587:Update RTSC component makefile for PASDK ARM & DSP application build
Frank Livingston [Mon, 19 Mar 2018 23:30:08 +0000 (18:30 -0500)]
PASDK-587:Update RTSC component makefile for PASDK ARM & DSP application build

5 years agoPASDK-587:Add conditional assignment of build variables which can be set from environ...
Frank Livingston [Mon, 19 Mar 2018 23:27:55 +0000 (18:27 -0500)]
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.

5 years agoPASDK-587:Update RTSC component makefile for update in PAF build
Frank Livingston [Mon, 19 Mar 2018 23:25:40 +0000 (18:25 -0500)]
PASDK-587:Update RTSC component makefile for update in PAF build

5 years agoMerge branch 'dev_pasdk_frank_pasdk587CreateNewMakefiles' into dev_pasdk_pasdk561Inte...
Frank Livingston [Mon, 19 Mar 2018 17:50:03 +0000 (12:50 -0500)]
Merge branch 'dev_pasdk_frank_pasdk587CreateNewMakefiles' into dev_pasdk_pasdk561Integration

5 years agoAdded compilation of paf to the master makefile.
Jianzhong Xu [Wed, 14 Mar 2018 18:47:37 +0000 (14:47 -0400)]
Added compilation of paf to the master makefile.

5 years agoAdded RTSC packaging files to the final tar ball.
Jianzhong Xu [Tue, 13 Mar 2018 19:43:08 +0000 (15:43 -0400)]
Added RTSC packaging files to the final tar ball.