firmware-utils: add oseama tool for creating Seama entities
authorRafał Miłecki <zajec5@gmail.com>
Mon, 1 Feb 2016 12:42:00 +0000 (12:42 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Mon, 1 Feb 2016 12:42:00 +0000 (12:42 +0000)
commit590c7825c191800b98cf00a431e95bba07c64604
treec085ab1b5f0ca2e20dee4d8fee327df9f7a83876
parent9220dd5d368efb81132007cca93eb783fd7b48dc
firmware-utils: add oseama tool for creating Seama entities

It has an important feature (compared to seama) of using multiple input
files, aligning them and padding zeroes until reaching a specified
absolute offset. This is needed for a proper flash layout on NAND. We
want kernel partition to be big enough to handle future updates without
a need to resize it and wipe whole "ubi" partition. It's important as
we don't want to lose block counters.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48601
tools/firmware-utils/Makefile
tools/firmware-utils/src/oseama.c [new file with mode: 0644]