firmware-utils: add oseama tool for creating Seama entities
authorRafał Miłecki <zajec5@gmail.com>
Mon, 4 Apr 2016 14:53:22 +0000 (14:53 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Mon, 4 Apr 2016 14:53:22 +0000 (14:53 +0000)
commit83402f0fc6c6e3b0c77a085b658bd4a670a5ed4c
treefac387889799eccdbe1adc37a47fd5b7774371be
parentfb1ae813e2ac75b4a808a99a45dfc385342be3b6
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>
Backport of r48601

SVN-Revision: 49116
tools/firmware-utils/Makefile
tools/firmware-utils/src/oseama.c [new file with mode: 0644]