commit | 2183aede833580c8b8da2c3eeb590379420fe873 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Nov 15 20:34:51 2018 +0000 |
committer | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Nov 15 23:18:59 2018 +0000 |
tree | 8db0ea87b268aa8f642c0ca4a6a118cf930eab4d | |
parent | 894886ab1ebc9a361ae5e1d801ceb9d071a6fd0a [diff] |
ipc: Fix false positive IPC dropped messages. On receiving an IPC IRQ the handler currently does not check the IRQ mask. This means notification received ACKs (i.e. for trace updates) from the host may be reported as duplicate host command IPCs. Fix this by checking IPC IRQ mask. Signed-off-by: Liam Girdwood <liam.r.girdwood@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