commit | dc726ff41efac647004b170ac24e74d7c335d85f | [log] [tgz] |
---|---|---|
author | xiulipan <xiuli.pan@linux.intel.com> | Sat Apr 13 10:38:28 2019 +0800 |
committer | GitHub <noreply@github.com> | Sat Apr 13 10:38:28 2019 +0800 |
tree | 4d04f83b8dbe9a1d555b28cfd6dbf9e8cd498a9f | |
parent | 00bbb113d0a99c56958f5eadb498424b8bef8c67 [diff] |
Revert "soundwire: initial work" This reverts commit cba12f12a8ec5a8cb72c66314e14d0d57b0871bd.
See docs
mkdir build && cd build
Baytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Cherrytrail:
cmake -DTOOLCHAIN=xtensa-cht-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cht-elf ..
Haswell / Broadwell:
cmake -DTOOLCHAIN=xtensa-hsw-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-hsw-elf ..
Apollolake:
cmake -DTOOLCHAIN=xtensa-apl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-apl-elf ..
Cannonlake:
cmake -DTOOLCHAIN=xtensa-cnl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cnl-elf ..
Baytrail:
make baytrail_defconfig
Cherrytrail:
make cherrytrail_defconfig
Haswell:
make haswell_defconfig
Broadwell:
make broadwell_defconfig
Apollolake:
make apollolake_defconfig
Cannonlake:
make cannonlake_defconfig
make menuconfig
make bin # or `make bin -j<jobs>` for parallel build
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details