commit | afbb2a6f53192234d2d3de0ba2e229490d516e3b | [log] [tgz] |
---|---|---|
author | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Tue Jun 18 16:06:22 2019 +0200 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Tue Jun 18 23:16:21 2019 +0200 |
tree | 1cc697c535d5588baf9af10d9b6f5c5f6d55011e | |
parent | c357561ec93df91fa70628d8338a197bbdfe8e9c [diff] |
memcpy: fix bug in memcpy_s for cmocka memcpy_s has wrong check condition for overlapping sections. The copy from adjacent memory bloks will result in dsp panic while it should be allowed. This patch fixes the issue for cmocka tests. 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