Go to file
Tomasz Lauda 4bd543c337 rimage: fix possible buffer overflow
Fixes possible buffer overflow with strcpy.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2018-11-28 12:35:57 +01:00
doc Merge remote-tracking branch 'gh/next' into gp20-alpha-drop-stable 2018-08-16 15:52:03 +01:00
m4 rimage: add support for automatic MEU signing 2018-06-04 13:54:25 +01:00
rimage rimage: fix possible buffer overflow 2018-11-28 12:35:57 +01:00
scripts Update Docker README for SOFT merge 2018-11-24 23:38:51 -08:00
src Merge pull request #615 from slawblauciak/hda_dma_cleanup 2018-11-27 14:35:58 +00:00
test Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
tools Merge pull request #638 from bkokoszx/logger-rimage-headers 2018-11-27 14:33:57 +00:00
.gitignore Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
.travis.yml Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
CODEOWNERS github: add ranj063 as owner of src/host 2018-11-25 20:03:39 -08:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
README.md Add link to unit testing documentation 2018-09-05 14:57:37 -07:00
autogen.sh Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
configure.ac Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
version.sh Revert "scripts: add local version number file" 2018-11-21 17:15:14 +00:00

README.md

Sound Open Firmware

Status

Build Status

Documentation

See docs

Prerequisites

  • Docker

Build Instructions

  1. Run autogen.sh

  2. Build and install the rimage ELF image creator and signing tool

./configure --enable-rimage
make
sudo make install
  1. Run the following configure based on your platform.

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/

  1. make

  2. make bin

End with an example of getting some data out of the system or using it for a little demo

Running the tests

See unit testing documentation

Deployment

Add additional notes about how to deploy this on a live system

Contributing

TODO?

License

This project is licensed under the BSD Clause 3 - see the LICENCE file for details