commit | 1f5a965711466158105ae7d4fc5be96241017f72 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Sat Nov 24 20:19:30 2018 +0000 |
committer | Liam Girdwood <lgirdwood@gmail.com> | Sat Jan 26 14:27:44 2019 +0000 |
tree | 8b9fcb991ac1faeb180997b4f87b296bf10ea584 | |
parent | 6be5ccd936c52c4a6038b8086b956b284c02cbc6 [diff] |
platform: skl: Add memory map for SKL/KBL platforms Add memory map and linker script adjustments for SKL and KBL platforms. Signed-off-by: Liam Girdwood <liam.r.girdwood@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