commit | c9c1e407a1538161e38151248a0b663dd68f33a8 | [log] [tgz] |
---|---|---|
author | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Wed Sep 19 08:59:36 2018 +0200 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Wed Sep 19 09:43:13 2018 +0200 |
tree | d761c91c766801dde050e9d9b929248c16ee0dc5 | |
parent | e4e3cb131cff6047436b741d2de001071e86fa03 [diff] |
cnl: platform: increase L1 exit time Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
See docs
Run autogen.sh
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage make sudo make install
Baytrail :-
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Cherrytrail :-
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Library for Host Platform :- If building library for host platform, run the following configure. Please modify the --prefix option to choose the directory for installing the library files and headers
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/
make
make bin
End with an example of getting some data out of the system or using it for a little demo
See unit testing documentation
Add additional notes about how to deploy this on a live system
TODO?
This project is licensed under the BSD Clause 3 - see the LICENCE file for details