summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OMAP54XX: Add remote codec supportHEAD3.30.00.01_engmasterChris Ring2014-04-1519-763/+1194
| | | | | | | Add remote support based on IPC 3.x. This has only been build-tested, and almost certainly isn't functional. But it does enable initial remote examples ported to IPC 3.x to build, both on Linux and BIOS sides, for OMAP54XX.
* Linux: Add initial Linux autotools-based supportChris Ring2014-04-1523-3/+40065
| | | | | | | | | | | Build Linux libraries (from sources already present in the packages/ directory). Currently, 3 classes of libraries are built: * libce - the core * libce<ipc>, where <ipc> is currently only "noipc", used when all codecs are local * libce<osal>, where <osal> is currently "linux" or "linuxcmem"
* Dev: Add generated file to .gitignoreChris Ring2014-04-151-0/+3
| | | | Added a BIOS-side generated file to .gitignore.
* Build: Add notrace profileChris Ring2014-04-011-3/+22
| | | | | | | | | The 'notrace' profile is equivalent to the 'release' profile but contains no tracing support. This can improve performance, at the cost of system visibility. This was available in previous CE releases, so this commit just restores that functionality.
* BIOS: Initial commit of BIOS-only content3.30.00.00_engChris Ring2013-11-18390-0/+83250
This commit includes most/all of the CE sources required to build BIOS-side libraries for [at least] local codecs. The sources are largely taken from the [TI-internal] ce-w08 (3.24.00.08) build.