commit | cc77f683225aad6ad195c97b8f2d6bdc325e4ad3 | [log] [tgz] |
---|---|---|
author | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Wed Feb 05 12:24:38 2020 +0100 |
committer | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Wed Feb 05 13:14:47 2020 +0100 |
tree | 0f0bc366119117a30d9aa693232870ba34f00fc2 | |
parent | f182c4a4bbd3e4a01d08bb43c9047727e8c2d37c [diff] |
memory: increase heap buffer size for ICL an JSP platforms This patch increases heap buffer size for ICL and JSP platforms. Therefore more pipelines can work simultaneously. 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