]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/log
processor-sdk/performance-audio-sr.git
6 years agoPASDK-319:Update headers to 2017
Frank Livingston [Tue, 6 Jun 2017 22:30:28 +0000 (17:30 -0500)]
PASDK-319:Update headers to 2017

6 years agoPASDK-319:Add alpha package generation to build scripts
Frank Livingston [Tue, 6 Jun 2017 20:32:30 +0000 (15:32 -0500)]
PASDK-319:Add alpha package generation to build scripts

6 years agoPASDK-319:Update OS package creation script to include DEL3,DM
Frank Livingston [Tue, 6 Jun 2017 19:55:23 +0000 (14:55 -0500)]
PASDK-319:Update OS package creation script to include DEL3,DM

6 years agoPASDK-319:Update PAF submodule for DEL3 makefile update
Frank Livingston [Tue, 6 Jun 2017 19:05:14 +0000 (14:05 -0500)]
PASDK-319:Update PAF submodule for DEL3 makefile update

6 years agoUpdate tools submodule (v2.4.8)
Frank Livingston [Tue, 6 Jun 2017 18:58:22 +0000 (13:58 -0500)]
Update tools submodule (v2.4.8)

6 years agoBuild #46:Disable PP CB dumps
Frank Livingston [Sat, 3 Jun 2017 19:09:15 +0000 (14:09 -0500)]
Build #46:Disable PP CB dumps

6 years agoBuild #46:Update DDP submodule
Frank Livingston [Sat, 3 Jun 2017 18:37:51 +0000 (13:37 -0500)]
Build #46:Update DDP submodule

6 years agoPASDK-277:Increase MAT-THD nominal delay to 3504.
Frank Livingston [Sat, 3 Jun 2017 18:26:37 +0000 (13:26 -0500)]
PASDK-277:Increase MAT-THD nominal delay to 3504.

Resulting maximum size for PCM circular buffer in CB is 7680 samples.
=>maximum size for AF circular buffer size in CB is 7680/256=30.

We currently allocate 90*4096 bytes for each audio frame, and this is
being allocated from SR_DDR3. Needed to increase size of SR_DDR3, which
required moving other memory regions to different base addresses.
NOTE: COMMON2_DDR3 is untouched, hard-coded MAR settings in DSP system
init thread don't need to be changed.

6 years agoPASDK-277:Add debug variables
Frank Livingston [Sat, 3 Jun 2017 14:36:18 +0000 (09:36 -0500)]
PASDK-277:Add debug variables

Captures show ASIT exits & re-enters decodeProcessing().
Because of this, cbInitSourceSel() is called twice during MAT-THD stream,
both "early" in stream. Because of this, ~5 decode frames are lost from CB.

Data accumulation in the CB associated with these 5 frames is lost.
(variable fill rate - fixed empty rate). As a result, CB can underflow
for MAT-THD streams.

Current approach(s) to circumvent CB underflow problem center around
artificially accumulating some amount of data at point in stream where
decodeProcessing() is re-entered.
- PP approach will accumulate first 5 frames of data (of whatever size in stream).
- Bogdan's approach will accumulate some number of samples:
(fixed nominal delay - size of frame where decodeProcessing is resumed).

Neither approach will gaurantee no underflow.

6 years agoPASDK_277:Initial code for Bogdan's CB nominal delay
Frank Livingston [Fri, 2 Jun 2017 00:15:44 +0000 (19:15 -0500)]
PASDK_277:Initial code for Bogdan's CB nominal delay

6 years agoPASDK-277: Added GPIO for timestamping CB operation.
Chitresh Gupta [Mon, 29 May 2017 15:26:35 +0000 (20:56 +0530)]
PASDK-277: Added GPIO for timestamping CB operation.

6 years agoPASDK-277: Added capture for CB R/W operations.
Chitresh Gupta [Mon, 29 May 2017 15:10:43 +0000 (20:40 +0530)]
PASDK-277: Added capture for CB R/W operations.

6 years agoPASDK-277: Capture MAT-THD core samples output.
Chitresh Gupta [Mon, 29 May 2017 14:56:50 +0000 (20:26 +0530)]
PASDK-277: Capture MAT-THD core samples output.

6 years agoPASDK-277: Corrected comment.
Chitresh Gupta [Sat, 27 May 2017 13:50:21 +0000 (19:20 +0530)]
PASDK-277: Corrected comment.

6 years agoPASDK-277: Updated CB lag implementation.
Chitresh Gupta [Sat, 27 May 2017 13:47:29 +0000 (19:17 +0530)]
PASDK-277: Updated CB lag implementation.

This implementation also helps to
synchronize CB read and write operation.

6 years agoBuild #44 debug:revert changes for PASDK-277,CID=e58c364a
Frank Livingston [Sat, 20 May 2017 15:28:11 +0000 (10:28 -0500)]
Build #44 debug:revert changes for PASDK-277,CID=e58c364a

6 years agoUpdate tools submodule (v2.4.7) (note tools CID for 2.4.7 moved)
Frank Livingston [Fri, 19 May 2017 15:31:04 +0000 (10:31 -0500)]
Update tools submodule (v2.4.7) (note tools CID for 2.4.7 moved)

6 years agoBuild #44:Update mat-thd submodule (remove update for PASDK-300, CID=c96187b2
Frank Livingston [Fri, 19 May 2017 02:17:52 +0000 (21:17 -0500)]
Build #44:Update mat-thd submodule (remove update for PASDK-300, CID=c96187b2

6 years agoUpdate tools submodule (v2.4.7)
Frank Livingston [Thu, 18 May 2017 22:45:45 +0000 (17:45 -0500)]
Update tools submodule (v2.4.7)

6 years agoBuild #44:Update submodules
Frank Livingston [Thu, 18 May 2017 19:28:40 +0000 (14:28 -0500)]
Build #44:Update submodules

6 years agoBuild #44:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk277' into dev_pasdk_...
Frank Livingston [Thu, 18 May 2017 18:59:29 +0000 (13:59 -0500)]
Build #44:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk277' into dev_pasdk_frank

6 years agoCommenting/cleanup.
Frank Livingston [Thu, 18 May 2017 17:17:33 +0000 (12:17 -0500)]
Commenting/cleanup.

Change generic name for audio stream task configuration(s) ("pC") to
something specific to particular audio stream task, ASIT/ASOT/ASDT
("pAsitCfg/pAsotCfg/pAsdtCfg").

6 years agoPASDK-277: Mute issue fix for THD.
Chitresh Gupta [Fri, 12 May 2017 13:51:41 +0000 (19:21 +0530)]
PASDK-277: Mute issue fix for THD.

6 years agoPASDK-254:Move location of mem stat dump on ARM to include memory malloc'd in EXT...
Frank Livingston [Thu, 11 May 2017 23:27:31 +0000 (18:27 -0500)]
PASDK-254:Move location of mem stat dump on ARM to include memory malloc'd in EXT NC SHM in GateMP() functions

6 years agoPASDK-254:Add debug IDLE memstat report
Frank Livingston [Thu, 11 May 2017 17:19:58 +0000 (12:19 -0500)]
PASDK-254:Add debug IDLE memstat report

6 years agoRemove audio clock simulation build options
Frank Livingston [Thu, 11 May 2017 17:08:28 +0000 (12:08 -0500)]
Remove audio clock simulation build options

6 years agoCommenting/cleanup
Frank Livingston [Wed, 10 May 2017 22:26:56 +0000 (17:26 -0500)]
Commenting/cleanup

6 years agoCommenting/cleanup
Frank Livingston [Wed, 10 May 2017 22:25:22 +0000 (17:25 -0500)]
Commenting/cleanup

6 years agoRemove ref to debug var in AFP
Frank Livingston [Wed, 10 May 2017 21:03:10 +0000 (16:03 -0500)]
Remove ref to debug var in AFP

6 years agoPASDK-254:Provide compile-time switch to allow heap usage to be displayed after each...
Frank Livingston [Wed, 10 May 2017 20:28:37 +0000 (15:28 -0500)]
PASDK-254:Provide compile-time switch to allow heap usage to be displayed after each Task has completed intialization

6 years agoPASDK-254:Update paf submodule
Frank Livingston [Tue, 9 May 2017 23:38:53 +0000 (18:38 -0500)]
PASDK-254:Update paf submodule

6 years agoPASDK-254:
Frank Livingston [Tue, 9 May 2017 23:36:41 +0000 (18:36 -0500)]
PASDK-254:
Update PAF mem status print function to account for all heaps in shared regions.
Replace printf w/ System_printf in paf_alg_print.c

6 years agoBuild #43:Update submodules
Frank Livingston [Tue, 9 May 2017 16:34:06 +0000 (11:34 -0500)]
Build #43:Update submodules

6 years agoUpdate CCS project build for "Release" build to build ARM Debug build profile. This...
Frank Livingston [Fri, 5 May 2017 22:07:56 +0000 (17:07 -0500)]
Update CCS project build for "Release" build to build ARM Debug build profile. This is because currenlty we don't have an ARM release build profile, but we have a DSP release build profile.

6 years agoPASDK-71:Update Release build profile to not include clk.c
Frank Livingston [Thu, 4 May 2017 22:18:50 +0000 (17:18 -0500)]
PASDK-71:Update Release build profile to not include clk.c

6 years agoPASDK-71:Disable PFP's by default.
Frank Livingston [Thu, 4 May 2017 19:25:00 +0000 (14:25 -0500)]
PASDK-71:Disable PFP's by default.

6 years agoPASDK-71:Update to PFP #7.
Frank Livingston [Thu, 4 May 2017 02:02:25 +0000 (21:02 -0500)]
PASDK-71:Update to PFP #7.
Change PFP usage for autodet cycle collection.
Change PFP IDs.

6 years agoPASDK-71:Ensure pfpBegin() not called twice before call to pfpEnd() for particular...
Frank Livingston [Wed, 3 May 2017 18:12:27 +0000 (13:12 -0500)]
PASDK-71:Ensure pfpBegin() not called twice before call to pfpEnd() for particular PFP ID

6 years agoAdd "Release" build profile.
Frank Livingston [Tue, 2 May 2017 20:40:30 +0000 (15:40 -0500)]
Add "Release" build profile.

Currently this is the same as "Debug" build profile, except using -o3 for
mib.c and sap.c.

6 years agoPASDK-71:Add System Stream code to handle PFP alpha commands on DSP.
Frank Livingston [Tue, 2 May 2017 01:27:18 +0000 (20:27 -0500)]
PASDK-71:Add System Stream code to handle PFP alpha commands on DSP.

Also change System Initialization Task to use location in locally defined global array to
determine when System Stream Task is initialized. System Stream Task sets
array location to 1 upon completion of initialization.

6 years agoCleaned up system stream.
Frank Livingston [Sat, 29 Apr 2017 21:15:48 +0000 (16:15 -0500)]
Cleaned up system stream.
1) gSysInit renamed to gSysStreamInit.
2) gSysStreamInit declaration moved to systemStream.c, extern'd in systemStream.h.
3) Moved system stream task code from system.c to systemStream.c (system.c is SS configuration only).
4) sysInit Task uses gSysStreamInit exported from systemStream.c.
5) Added header files for itopo/identify.h and itopo/system.c. Replaced externs in various .c files for externs defined in .c files corresponding to these header files.

Fixed PFP for autoprocessing to call pfpEnd() and thus not be "inside" autoprocessing PFP when auto processing completes.
Fixed PFP for decode processing to call pfpEnd() and thus not be "inside" decode processing PFP when decode processing completes.

Added partial alpha interface for PFPs:
1) enable/disable PFPs over alpha commands
2) reset PFPs over alpha commands

6 years agoPASDK-71:Add init values for SS status for ASIT/ASOT, etc. loads
Frank Livingston [Sat, 29 Apr 2017 14:00:22 +0000 (09:00 -0500)]
PASDK-71:Add init values for SS status for ASIT/ASOT, etc. loads

6 years agoPASDK-71:Add PFP for measurement of autodet cycles
Frank Livingston [Fri, 28 Apr 2017 22:28:47 +0000 (17:28 -0500)]
PASDK-71:Add PFP for measurement of autodet cycles

6 years agoPASDK-71:Add benchmark configuration for all ASPs using PFP
Frank Livingston [Fri, 28 Apr 2017 02:33:08 +0000 (21:33 -0500)]
PASDK-71:Add benchmark configuration for all ASPs using PFP

6 years agoPASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS peak load
Frank Livingston [Thu, 27 Apr 2017 23:31:22 +0000 (18:31 -0500)]
PASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS peak load

6 years agoPASDK-71:Update paf and tools submodules
Frank Livingston [Thu, 27 Apr 2017 19:44:52 +0000 (14:44 -0500)]
PASDK-71:Update paf and tools submodules

6 years agoPASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS load
Frank Livingston [Thu, 27 Apr 2017 19:39:51 +0000 (14:39 -0500)]
PASDK-71:Add SS status for ASIT/ASOT/AIP/AFP/SS load

6 years agoPASDK-71:Update PFP begin/end for ASIT decode processing & ASOT output processing
Frank Livingston [Thu, 27 Apr 2017 17:05:02 +0000 (12:05 -0500)]
PASDK-71:Update PFP begin/end for ASIT decode processing & ASOT output processing

6 years agoPASDK-71:Add PFP for (1) ASIT decode processing and (2) ASOT output processing
Frank Livingston [Thu, 27 Apr 2017 02:34:27 +0000 (21:34 -0500)]
PASDK-71:Add PFP for (1) ASIT decode processing and (2) ASOT output processing

6 years agoPASDK-71:Add PFP component to ARM & DSP.
Frank Livingston [Wed, 26 Apr 2017 23:21:37 +0000 (18:21 -0500)]
PASDK-71:Add PFP component to ARM & DSP.

PFP used for INFO/DECODE profile on ARM.
PFP used for ASP profile on DSP.

Need to add alpha interface for e.g.:
- Change ASP being profiled
- Reset PFP statistics
- Read PFP statistics

7 years agoBuild #42:Update Dolby IP submodules
Frank Livingston [Sun, 16 Apr 2017 15:44:08 +0000 (10:44 -0500)]
Build #42:Update Dolby IP submodules

7 years agoBuild #41: update PAF submodule
Frank Livingston [Thu, 13 Apr 2017 19:53:00 +0000 (14:53 -0500)]
Build #41: update PAF submodule

7 years agoBuild #41: update submodules
Frank Livingston [Thu, 13 Apr 2017 17:40:30 +0000 (12:40 -0500)]
Build #41: update submodules

7 years agoMerge remote-tracking branch 'origin/dev_pasdk_govind_pasdk251' into dev_pasdk_frank
Frank Livingston [Thu, 13 Apr 2017 17:20:24 +0000 (12:20 -0500)]
Merge remote-tracking branch 'origin/dev_pasdk_govind_pasdk251' into dev_pasdk_frank

Merge for Build #41

7 years agoPASDK-251: Input Rate now dynamically managed by CSL-I2C.
Govind Jeyaram [Wed, 12 Apr 2017 20:37:21 +0000 (13:37 -0700)]
PASDK-251: Input Rate now dynamically managed by CSL-I2C.

7 years agoFixed bugs in Circular buffer.
Chitresh Gupta [Wed, 5 Apr 2017 11:16:04 +0000 (16:46 +0530)]
Fixed bugs in Circular buffer.

(cherry picked from commit 7841834617070900de95310b598c7565d2eea2b9)

7 years agoPASDK-251: Free DMA resources (link params + error param, too; not just active channe...
Govind Jeyaram [Wed, 5 Apr 2017 17:09:51 +0000 (10:09 -0700)]
PASDK-251: Free DMA resources (link params + error param, too; not just active channel) during PAF_SIO_CONTROL_CLOSE.

(cherry picked from commit 011092a6642a0c3a403aa8dc0b55d450dd55000c)

7 years agoPASDK-251: Free DMA resources (link params + error param, too; not just active channe...
Govind Jeyaram [Wed, 5 Apr 2017 17:09:51 +0000 (10:09 -0700)]
PASDK-251: Free DMA resources (link params + error param, too; not just active channel) during PAF_SIO_CONTROL_CLOSE.

7 years agoAdd more comments
Frank Livingston [Wed, 5 Apr 2017 15:49:45 +0000 (10:49 -0500)]
Add more comments

7 years agoPASDK-251:Merge commit '87978bd' into dev_pasdk_frank_pasdk251
Frank Livingston [Tue, 4 Apr 2017 20:20:31 +0000 (15:20 -0500)]
PASDK-251:Merge commit '87978bd' into dev_pasdk_frank_pasdk251

7 years agoPASDK-251: CSL based I2C implement, to communicate with HDMI repeater card.
Govind Jeyaram [Tue, 4 Apr 2017 03:45:57 +0000 (20:45 -0700)]
PASDK-251: CSL based I2C implement, to communicate with HDMI repeater card.

7 years agoPASDK-251: Remove DEC commands from Output Shortcuts.
Govind Jeyaram [Mon, 3 Apr 2017 20:55:55 +0000 (13:55 -0700)]
PASDK-251: Remove DEC commands from Output Shortcuts.

7 years agoPASDK-251: Rearrange dependent files for SAP (out of pa/boards area).
Govind Jeyaram [Mon, 3 Apr 2017 20:48:50 +0000 (13:48 -0700)]
PASDK-251: Rearrange dependent files for SAP (out of pa/boards area).

7 years agoUpdate tools submodule
Frank Livingston [Mon, 3 Apr 2017 17:51:06 +0000 (12:51 -0500)]
Update tools submodule

7 years agoPASDK-251: SAP_reclaim bug-fix. Alleviates the problem with control stuck in SAP_shut...
Govind Jeyaram [Mon, 3 Apr 2017 16:53:10 +0000 (09:53 -0700)]
PASDK-251: SAP_reclaim bug-fix. Alleviates the problem with control stuck in SAP_shutdown.

7 years agoPASDK-251: Clean up - Log_info() related mod.
Govind Jeyaram [Sat, 1 Apr 2017 00:49:03 +0000 (17:49 -0700)]
PASDK-251: Clean up - Log_info() related mod.

7 years agoPASDK-251: Clean up initialization. Now HDMI clock is Default for output clock mux.
Govind Jeyaram [Sat, 1 Apr 2017 00:47:54 +0000 (17:47 -0700)]
PASDK-251: Clean up initialization. Now HDMI clock is Default for output clock mux.

7 years agoUpdate PAF submodule
Frank Livingston [Thu, 30 Mar 2017 22:58:19 +0000 (17:58 -0500)]
Update PAF submodule

7 years agoFix uninitialized ENC status variables
Frank Livingston [Thu, 30 Mar 2017 22:57:05 +0000 (17:57 -0500)]
Fix uninitialized ENC status variables

7 years agoUpdated OAR and PAF submodule.
Chitresh Gupta [Fri, 24 Mar 2017 08:40:15 +0000 (14:10 +0530)]
Updated OAR and PAF submodule.

7 years agoPASDK-251:Fix uninitialized global variables (DSP params, numBufOverride
Frank Livingston [Wed, 22 Mar 2017 21:25:29 +0000 (16:25 -0500)]
PASDK-251:Fix uninitialized global variables (DSP params, numBufOverride
in PAF_AST_params_outBufStatus.
NOTE: This problem also exists in DA8x, DSPA (SB00) params.

7 years agoPASDK-216:Update tools
Frank Livingston [Wed, 22 Mar 2017 14:56:31 +0000 (09:56 -0500)]
PASDK-216:Update tools

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk258Alpha4Release'
Frank Livingston [Mon, 20 Mar 2017 20:20:35 +0000 (15:20 -0500)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_frank_pasdk258Alpha4Release'

7 years agoPASDK-258:Add comment to PASDK release notes describing incomplete functionality...
Frank Livingston [Mon, 20 Mar 2017 20:02:55 +0000 (15:02 -0500)]
PASDK-258:Add comment to PASDK release notes describing incomplete functionality w.r.t. PASDK-242.

7 years agoPASDK-258:Update build scripts to handle release notes
Frank Livingston [Mon, 20 Mar 2017 19:54:18 +0000 (14:54 -0500)]
PASDK-258:Update build scripts to handle release notes

7 years agoPASDK-258:Add Brandon's Release Notes for PASDK & Dolby IP
Frank Livingston [Thu, 16 Mar 2017 23:12:56 +0000 (18:12 -0500)]
PASDK-258:Add Brandon's Release Notes for PASDK & Dolby IP

7 years agoPASDK-258:Remove stale ReadMe.txt file
Frank Livingston [Thu, 16 Mar 2017 20:43:01 +0000 (15:43 -0500)]
PASDK-258:Remove stale ReadMe.txt file

7 years agoPASDK-258:Update PASDK setup guide (.doc & .pdf), Brandon's updates
Frank Livingston [Thu, 16 Mar 2017 20:33:42 +0000 (15:33 -0500)]
PASDK-258:Update PASDK setup guide (.doc & .pdf), Brandon's updates

7 years agoPASDK-258:Update OS package creation script to handle tools as sub-module (remove...
Frank Livingston [Thu, 16 Mar 2017 17:52:11 +0000 (12:52 -0500)]
PASDK-258:Update OS package creation script to handle tools as sub-module (remove 3rd party python tools, add tools setup script)

7 years agoPASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk258HigherSampleRateS...
Frank Livingston [Thu, 16 Mar 2017 17:47:05 +0000 (12:47 -0500)]
PASDK-258:Merge remote-tracking branch 'origin/dev_pasdk_pp_pasdk258HigherSampleRateSupport' into dev_pasdk_frank_pasdk258Alpha4Release

7 years agoPASDK-258:Update Alpha command package (code cleanup + copyright change to 2017)
Frank Livingston [Thu, 16 Mar 2017 16:06:38 +0000 (11:06 -0500)]
PASDK-258:Update Alpha command package (code cleanup + copyright change to 2017)

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 16:05:59 +0000 (11:05 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update FD package version number.
Frank Livingston [Thu, 16 Mar 2017 15:26:12 +0000 (10:26 -0500)]
PASDK-258:Update FD package version number.

7 years agoPASDK258: Always use Input interface rate hard-coded to 192 kHz.
Chitresh Gupta [Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530)]
PASDK258: Always use Input interface rate hard-coded to 192 kHz.

7 years agoPASDK258: Updated PAF submodule for SRC fix.
Chitresh Gupta [Thu, 16 Mar 2017 11:59:35 +0000 (17:29 +0530)]
PASDK258: Updated PAF submodule for SRC fix.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 10:07:56 +0000 (05:07 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 09:50:51 +0000 (04:50 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update copyright for files modified since Alpha-2 release.
Frank Livingston [Thu, 16 Mar 2017 09:43:29 +0000 (04:43 -0500)]
PASDK-258:Update copyright for files modified since Alpha-2 release.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Thu, 16 Mar 2017 01:47:05 +0000 (20:47 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 23:07:52 +0000 (18:07 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Add FD package version number build scripts.
Frank Livingston [Wed, 15 Mar 2017 23:07:21 +0000 (18:07 -0500)]
PASDK-258:Add FD package version number build scripts.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 23:03:33 +0000 (18:03 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:58:46 +0000 (17:58 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:56:22 +0000 (17:56 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:56:01 +0000 (17:56 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:55:11 +0000 (17:55 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:54:07 +0000 (17:54 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng...
Frank Livingston [Wed, 15 Mar 2017 22:53:17 +0000 (17:53 -0500)]
PASDK-258:Update PDK eng to 1.0.1.1. Using build number to differentiate PDK eng versions.

7 years agoPASDK-258:Update build_os_pkg.bat to include config_cust.ini for pyalpha from tools...
Frank Livingston [Mon, 13 Mar 2017 16:12:23 +0000 (11:12 -0500)]
PASDK-258:Update build_os_pkg.bat to include config_cust.ini for pyalpha from tools for release.

7 years agoPASDK-258:Update PASDK_VERSION in build_all.bat
Frank Livingston [Sun, 12 Mar 2017 02:06:31 +0000 (20:06 -0600)]
PASDK-258:Update PASDK_VERSION in build_all.bat