commit | 9eeb4f46ede28e111550b29e61ef279a645a99b9 | [log] [tgz] |
---|---|---|
author | Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com> | Mon Aug 12 12:28:15 2019 +0200 |
committer | Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com> | Mon Mar 23 10:22:58 2020 +0100 |
tree | 79d1899b580b2bf49da752564d2010888a53e6b0 | |
parent | 343def18033fedcf5182f4494440518ac20a5dab [diff] |
smart_amp: add smart_amp component template Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
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