Go to file
Pierre-Louis Bossart f7beb51118 sof: add git pre- and post-commit hooks
Use Linux checkpatch.pl to check for style problems on each commit
rather than waste time on mailing lists.

The hooks are installed by default with autogen.sh if there are
no pre-existing hooks, e.g. if a global template is used.

Commits can still be forced by using git commit -n (or --no-verify) if
you absolutely need to bypass checkpatch.pl in a work branch.

Note that both checkpatch.pl and spelling.txt are provided under
a GPL v2 license.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
2018-01-23 21:08:05 +00:00
scripts sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
src build: add build support for cannonlake 2018-01-23 16:19:59 +00:00
.gitignore gitignore: ignore boot loaders and binaries. 2018-01-23 16:15:51 +00:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am build: fix install and dist build targets. 2018-01-10 17:36:41 +00:00
README README: correct the root-dir, which didn't work actually 2017-12-08 21:52:57 +00:00
autogen.sh sof: add git pre- and post-commit hooks 2018-01-23 21:08:05 +00:00
build-all.sh platform: hsw: Add build support for haswell and broadwell 2018-01-22 12:25:12 +00:00
configure.ac build: add build support for cannonlake 2018-01-23 16:19:59 +00:00
version.sh build: fix version script to use correct version in tarball build 2018-01-11 14:58:08 +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=$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

3) make

4) make bin