commit | c922a866e211a3e56d1e280fa72fc0328f81c802 | [log] [tgz] |
---|---|---|
author | Marcin Maka <marcin.maka@linux.intel.com> | Thu Feb 21 19:19:44 2019 +0100 |
committer | Marcin Maka <marcin.maka@linux.intel.com> | Fri Feb 22 12:16:05 2019 +0100 |
tree | 631944603e646300fe20eda9560ebb3163881183 | |
parent | 69f0bde75785a6705059cb0b26efb0fe9317d876 [diff] |
debug: stack dump code converted to uintptr_t for size arithmetic Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
See docs
mkdir build && cd build
Baytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Cherrytrail:
cmake -DTOOLCHAIN=xtensa-cht-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cht-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