Go to file
Keyon Jie 677fc76612 ssp: cleanup ssp status
We are using 6 states, 2 of them are substates:
init, idle, running, paused,
draining(sub state when transferring from running to idle)
pausing(substate when transferring from running to paused).

Don't response new command when in substates, only stay in
substates for limited timeout. e.g. 2ms for draing and 1ms
for pausing.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2016-10-24 10:53:15 +01:00
src ssp: cleanup ssp status 2016-10-24 10:53:15 +01:00
.gitignore core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am build: fix configure naming to use newlib header directory. 2016-10-18 17:18:16 +01:00
README core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01: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 build: fix configure naming to use newlib header directory. 2016-10-18 17:18:16 +01:00
git-version-gen core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01: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-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf

Cherrytrail :-

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

3) make

4) make bin