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)
commitb4e566d65795837a92f58d80ea09c2c6647abc9a
tree56f26af973065fe1fb73a703fff68868c10bfb38
parente8ca8b538563756d9957c9e2b06cd8e25a9c6dcf
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
Makefile
src/oseama.c [new file with mode: 0644]