Go to file
Liam Girdwood 419b086240 configure: use the sof mailing list address
Replace the test email addres with sof mailing list in configure.ac

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2016-10-17 16:10:42 +01:00
src dma: set mask on local DSP memory regions. 2016-10-17 16:10:31 +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 core: initial import of open source DSP firmware 2016-09-22 16:02:43 +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 core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
configure.ac configure: use the sof mailing list address 2016-10-17 16:10:42 +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