Go to file
Liam Girdwood c28a210732
Merge pull request #301 from tlauda/topic/alloc_free_block
alloc: fix free_block
2018-09-03 14:36:42 +01:00
doc Merge remote-tracking branch 'gh/next' into gp20-alpha-drop-stable 2018-08-16 15:52:03 +01:00
m4 rimage: add support for automatic MEU signing 2018-06-04 13:54:25 +01:00
rimage icl: initial support 2018-08-31 19:52:48 +02:00
scripts scripts: add icl to xtensa-build-all.sh 2018-08-31 19:53:17 +02:00
src alloc: fix free_block 2018-09-03 11:17:03 +02:00
test Merge pull request #200 from mwierzbix/unitTest-lib-rstrlen 2018-09-03 13:45:18 +01:00
.gitignore Merge remote-tracking branch 'gh/next' into next-master2 2018-08-29 16:42:29 +01:00
.travis.yml ci: travis: update to use docker hub image 2018-08-07 21:48:57 +08:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am idc: intra DSP communication 2018-07-03 12:33:13 +02:00
README README: Fix a typo in the example SOF configure command 2018-06-07 21:21:27 +01:00
autogen.sh sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
configure.ac icl: initial support 2018-08-31 19:52:48 +02:00
version.sh scripts: version: fix version error when have no tags 2018-08-09 11:45:43 +08:00

README

Build Instructions

1) Run "autogen.sh" 

2) Build and install the rimage ELF image creator and signing tool

./configure --enable-rimage
make
sudo make install

3) Run the following configure based on your platform.

Baytrail :-

./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf

Cherrytrail :-

./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf

Library for Host Platform :-
If building library for host platform, run the following configure. Please modify
the --prefix option to choose the directory for installing the library files and
headers

./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/

4) make

5) make bin