commit | 7a8420569144442a17b7eefd6501dd65f5913acd | [log] [tgz] |
---|---|---|
author | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Thu Jan 16 13:21:26 2020 +0100 |
committer | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Thu Jan 16 23:27:32 2020 +0100 |
tree | bb6e9f864c364de3cfc4f45c43df7b27a675c7f9 | |
parent | 97ec50edff0a476e900b278b3668763d2de547ea [diff] |
clk: waiti: change clocks selection according to power state This patch makes HP ring oscilator a default clock and use LP ring oscilator once we anter low power state. Signed-off-by: Marcin Rajwa <marcin.rajwa@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