commit | ac0fafec5bb33f06895e08da7bb15391a8f6e88c | [log] [tgz] |
---|---|---|
author | Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com> | Wed Apr 01 13:51:13 2020 +0200 |
committer | Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com> | Thu Apr 02 11:47:54 2020 +0200 |
tree | c16121858b1a4572bdffb7162dff666d6404e7db | |
parent | f537f9063fa89aae5bced46d9df90ec098b3f97a [diff] |
tgl: disable CONFIG_CAVS_LPRO Use HP clock as default on tigerlake. 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