commit | 88707ca87e782631fd2da11a89e7a89d6bd95763 | [log] [tgz] |
---|---|---|
author | Adrian Bonislawski <adrian.bonislawski@linux.intel.com> | Fri Jun 05 10:47:30 2020 +0200 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Fri Jun 05 15:23:32 2020 +0200 |
tree | f269b0407ed90036d2d2cc0b3f60f5dfa9d31b5e | |
parent | 6581428c759e9d1e3fd6e6510db57524a0fc1821 [diff] |
ipc: header size validation fix This patch will deny IPC headers with size 0 Signed-off-by: Adrian Bonislawski <adrian.bonislawski@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