Go to file
Keyon Jie 8cbf06c96b host: cleanup host_cmd() cases
1. only pause at running stage;
2. resetting buffer pointers and local_elem for stopping, to let next
starting begin from original position;
3. adding processes for COMP_CMD_AVAIL_UPDATE.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2017-02-13 14:54:31 +00:00
src host: cleanup host_cmd() cases 2017-02-13 14:54:31 +00:00
.gitignore version: improve git version for build and IPC 2016-12-22 20:20:10 +00:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am version: improve git version for build and IPC 2016-12-22 20:20:10 +00:00
README readme: Fix DSP compiler tool directy setting for platform build 2016-10-31 23:31:05 +00:00
autogen.sh core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
build-all.sh build: fix configure naming to use newlib header directory. 2016-10-18 17:18:16 +01:00
configure.ac version: improve git version for build and IPC 2016-12-22 20:20:10 +00:00
git-version.sh version: improve git version for build and IPC 2016-12-22 20:20:10 +00:00

README

Build Instructions

1) Run "autogen.sh" 

2) Run the following configure based on your platform.

Baytrail :-

./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf

Cherrytrail :-

./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf

3) make

4) make bin