commit | 68b5ab82e6d24e78ff189c65831c171bc3c9d389 | [log] [tgz] |
---|---|---|
author | Slawomir Blauciak <slawomir.blauciak@linux.intel.com> | Mon Mar 30 12:54:26 2020 +0200 |
committer | Slawomir Blauciak <slawomir.blauciak@linux.intel.com> | Mon Mar 30 14:49:32 2020 +0200 |
tree | 6106ac976394c65d89a80677b5bcdae29a7dd599 | |
parent | 102a4aafaea7ed9182f7d531435b7d52a3e85968 [diff] |
kpb: perform additional pointer sanity checks Issues detected by code scans. Signed-off-by: Slawomir Blauciak <slawomir.blauciak@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