commit | 4731a1ad66ce78920714e7b7c17da34c0e24a523 | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Wed Feb 06 10:10:37 2019 -0600 |
committer | ArturX Kloniecki <arturx.kloniecki@linux.intel.com> | Tue Mar 26 08:52:58 2019 +0100 |
tree | c12db5b857e21d7dbd342ef63e5bc60b55c2fb24 | |
parent | 55ae67b5c06a0349dcaab20958c299a090e12c1e [diff] |
topology: add support for HDMI only w/ 3 iDISP streams This is useful for headless devices such as Up2 with no external HDAudio codec but an HDMI/DP output. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@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