commit | 7605252851ca9dfb56b30792eba714cf9f07d58d | [log] [tgz] |
---|---|---|
author | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Fri Jan 24 14:57:45 2020 +0100 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Fri Apr 24 11:12:55 2020 +0200 |
tree | 0c8b4822c88c77ef465e8d1a8b09537c428ca94c | |
parent | 1b71a50283d6ba26930236d57e5fd6ee4a83438d [diff] |
platform: intel: add clock switch for waiti Platforms with cAVS version 1.8 & 2.0 have hardware requirement that DSP should use LPRO as clock source in waiti. This patch adds config for that and enables it for platforms that need it. Signed-off-by: Janusz Jankowski <janusz.jankowski@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