commit | a96fc3f6c91be7787bd7c7b0b7e311ba687d93a8 | [log] [tgz] |
---|---|---|
author | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Thu Jul 25 14:07:07 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Jul 25 14:07:07 2019 +0200 |
tree | d18c6b80301189d8c385a0800ef9cf2934bcbcc1 | |
parent | 7606327f81be5a1b4ac35f42987661f728849b93 [diff] |
Revert "ipc: align stream.h with kernel" This reverts commit 6119126d90f9baf697bd1dda1815905072a21319.
See docs
mkdir build && cd build
Baytrail / Cherrytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-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