]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
mcasp-lld: add to PDK
authorJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:55:03 +0000 (14:55 -0400)
committerJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:55:03 +0000 (14:55 -0400)
commit258c054c3e380d3c4986757e2eae41620ad893fe
tree7d7f4b200cc44d050244c150cf2be3cbc8e421da
parenta2c136f5131b4f2daa4125876de2b572a4a29229
mcasp-lld: add to PDK

Development of mcasp-lld has been relocated here from:
* Repo: https://git.ti.com/keystone-rtos/mcasp-lld
* Branch: master
* Commit ID: 3b206c0081cc3e78122982948b40a16e2e24522c

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
225 files changed:
packages/ti/drv/mcasp/.gitignore [new file with mode: 0644]
packages/ti/drv/mcasp/Settings.h [new file with mode: 0644]
packages/ti/drv/mcasp/Settings.xdc [new file with mode: 0644]
packages/ti/drv/mcasp/Settings.xdc.xdt [new file with mode: 0644]
packages/ti/drv/mcasp/build/buildlib.xs [new file with mode: 0644]
packages/ti/drv/mcasp/build/makefile.mk [new file with mode: 0644]
packages/ti/drv/mcasp/build/makefile_profile.mk [new file with mode: 0644]
packages/ti/drv/mcasp/config.bld [new file with mode: 0644]
packages/ti/drv/mcasp/config_mk.bld [new file with mode: 0644]
packages/ti/drv/mcasp/docs/Doxyfile [new file with mode: 0644]
packages/ti/drv/mcasp/docs/MCASP_LLD_SDS.doc [new file with mode: 0644]
packages/ti/drv/mcasp/docs/MCASP_LLD_SDS.pdf [new file with mode: 0644]
packages/ti/drv/mcasp/docs/MCASP_LLD_SoftwareManifest.doc [new file with mode: 0644]
packages/ti/drv/mcasp/docs/MCASP_LLD_SoftwareManifest.pdf [new file with mode: 0644]
packages/ti/drv/mcasp/docs/MCASP_LLD_SoftwareManifest.txt [new file with mode: 0644]
packages/ti/drv/mcasp/docs/Module.xs [new file with mode: 0644]
packages/ti/drv/mcasp/docs/ReleaseNotes_MCASP_LLD.doc [new file with mode: 0644]
packages/ti/drv/mcasp/docs/ReleaseNotes_MCASP_LLD.pdf [new file with mode: 0644]
packages/ti/drv/mcasp/docs/Thumbs.db [new file with mode: 0644]
packages/ti/drv/mcasp/docs/doxyfile.xdt [new file with mode: 0644]
packages/ti/drv/mcasp/docs/tifooter.htm [new file with mode: 0644]
packages/ti/drv/mcasp/docs/tiheader.htm [new file with mode: 0644]
packages/ti/drv/mcasp/docs/tilogo.gif [new file with mode: 0644]
packages/ti/drv/mcasp/docs/titagline.gif [new file with mode: 0644]
packages/ti/drv/mcasp/eclipseDocs/sample.xml [new file with mode: 0644]
packages/ti/drv/mcasp/eclipseDocs/toc_cdoc_sample.xml [new file with mode: 0644]
packages/ti/drv/mcasp/example/MCASP_AudioDCAnalogLoopback_TestApp/makefile [new file with mode: 0755]
packages/ti/drv/mcasp/example/MCASP_AudioDCDigitalLoopback_TestApp/makefile [new file with mode: 0755]
packages/ti/drv/mcasp/example/MCASP_AudioLoopback_TestApp/makefile [new file with mode: 0644]
packages/ti/drv/mcasp/example/MCASP_DeviceLoopback_Regression_TestApp/makefile [new file with mode: 0644]
packages/ti/drv/mcasp/example/MCASP_DeviceLoopback_TestApp/makefile [new file with mode: 0644]
packages/ti/drv/mcasp/example/Module.xs [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/armv7/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/armv7/bios/MCASP_Audio_evmAM335x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/armv7/bios/MCASP_DeviceLoopback_evmAM335x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM335x/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/armv7/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/armv7/bios/MCASP_Audio_evmAM437x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/armv7/bios/MCASP_DeviceLoopback_evmAM437x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM437x/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/armv7/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/armv7/bios/MCASP_Audio_evmAM572x_SMP_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/armv7/bios/MCASP_Audio_evmAM572x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/armv7/bios/MCASP_DeviceLoopback_evmAM572x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/AudioEQ_demo.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/MCASP_AudioEQ_evmAM572x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/MCASP_Audio_evmAM572x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/c66/bios/MCASP_DeviceLoopback_evmAM572x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/include/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM572x/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/a53/mcaspUnitTest_a53.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/include/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/r5/mcaspUnitTest_r5.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/r5/mpu.xs [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmAM65xx/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/armv7/bios/MCASP_Audio_evmDRA72x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/armv7/bios/MCASP_Audio_evmDRA75x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/armv7/bios/MCASP_DeviceLoopback_evmDRA72x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/armv7/bios/MCASP_DeviceLoopback_evmDRA75x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/armv7/bios/loopback_arm.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_AudioEQ_evmDRA72x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_AudioEQ_evmDRA75x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_AudioEQ_evmDRA78x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_Audio_evmDRA72x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_Audio_evmDRA75x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_Audio_evmDRA78x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_DeviceLoopback_evmDRA72x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_DeviceLoopback_evmDRA75x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/MCASP_DeviceLoopback_evmDRA78x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/c66/bios/loopback_dsp.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra72x/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra72x/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra72x/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra75x/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra75x/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra75x/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra78x/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra78x/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/include/dra78x/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_Audio_evmDRA72x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_Audio_evmDRA75x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_Audio_evmDRA78x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_DeviceLoopback_evmDRA72x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_DeviceLoopback_evmDRA75x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/MCASP_DeviceLoopback_evmDRA78x_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/m4/bios/loopback_m4.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra72x/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra72x/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra75x/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra75x/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra78x/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmDRA7xx/src/dra78x/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/armv7/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/armv7/bios/MCASP_Audio_evmK2G_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/armv7/bios/MCASP_DeviceLoopback_evmK2G_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/AudioEQ_demo.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/AudioLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/MCASP_AudioEQ_evmK2G_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/MCASP_Audio_evmK2G_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/c66/bios/MCASP_DeviceLoopback_evmK2G_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmK2G/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/AIC31_Stereo_Loopback/src/audioSample_io.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/armv5/bios/MCASP_Audio_evmOMAPL137_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/armv5/bios/audiosample.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/c674/bios/MCASP_Audio_evmOMAPL137_c674xExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/c674/bios/audiosample.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/evmOMAPL137/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/armv7/bios/MCASP_DeviceLoopback_idkAM571x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/c66/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/c66/bios/MCASP_DeviceLoopback_idkAM571x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM571x/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/armv7/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/armv7/bios/MCASP_DeviceLoopback_idkAM574x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/c66/bios/DeviceLoopback.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/c66/bios/MCASP_DeviceLoopback_idkAM574x_c66ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/idkAM574x/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/Aic31.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/Aic31Local.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/ICodec.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/MCASP_log.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/aic31_if.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/audioEQ.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/codec_if.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/deviceloopback.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/hw_types.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/mcasp_debug.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/mcasp_tune.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/profiling.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/include/regression.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/include/audioEQ_biquad.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/mcasp_extra_config.xs [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/j721e/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/armv5/bios/MCASP_Audio_lcdkOMAPL138_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/armv5/bios/audiosample.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/c674/bios/MCASP_Audio_lcdkOMAPL138_c674xExampleProject.txt [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/c674/bios/audiosample.cfg [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/include/Audio_evmInit.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/include/mcasp_cfg.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/src/audio_evmInit.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/lcdkOMAPL138/src/mcasp_cfg.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/MCASP_log.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/aic31.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/aic3104_if.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/aic3106_if.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/audioEQ.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/audioEQ_biquad.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/audioSample_io.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/audioSample_io_regression.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/audioSample_main.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/codec_if.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/deviceloopback.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/mcasp_debug.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/profiling.c [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/profiling.h [new file with mode: 0644]
packages/ti/drv/mcasp/example/src/regression.c [new file with mode: 0644]
packages/ti/drv/mcasp/include/McaspLocal.h [new file with mode: 0644]
packages/ti/drv/mcasp/include/Module.xs [new file with mode: 0644]
packages/ti/drv/mcasp/install/mcasplld.mpi [new file with mode: 0644]
packages/ti/drv/mcasp/makefile [new file with mode: 0644]
packages/ti/drv/mcasp/mcasp_component.mk [new file with mode: 0644]
packages/ti/drv/mcasp/mcasp_drv.h [new file with mode: 0644]
packages/ti/drv/mcasp/mcasp_osal.h [new file with mode: 0644]
packages/ti/drv/mcasp/mcasp_types.h [new file with mode: 0644]
packages/ti/drv/mcasp/mcaspver.h [new file with mode: 0644]
packages/ti/drv/mcasp/mcaspver.h.xdt [new file with mode: 0644]
packages/ti/drv/mcasp/package.bld [new file with mode: 0644]
packages/ti/drv/mcasp/package.xdc [new file with mode: 0644]
packages/ti/drv/mcasp/package.xs [new file with mode: 0644]
packages/ti/drv/mcasp/soc/Module.xs [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am335x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am437x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am571x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am572x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am574x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/am65xx/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/dra72x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/dra75x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/dra78x/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/j721e/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/k2g/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/mcasp_soc.h [new file with mode: 0644]
packages/ti/drv/mcasp/soc/omapl137/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/soc/omapl138/mcasp_soc.c [new file with mode: 0644]
packages/ti/drv/mcasp/src/Module.xs [new file with mode: 0644]
packages/ti/drv/mcasp/src/dma/V0/mcasp_dma.c [new file with mode: 0644]
packages/ti/drv/mcasp/src/dma/V1/mcasp_dma.c [new file with mode: 0755]
packages/ti/drv/mcasp/src/mcasp_drv.c [new file with mode: 0755]
packages/ti/drv/mcasp/src/mcasp_ioctl.c [new file with mode: 0644]
packages/ti/drv/mcasp/src/src_files_common.mk [new file with mode: 0644]