bcm963xx: add cfe image tagging utility
authorFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2008 17:29:51 +0000 (17:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2008 17:29:51 +0000 (17:29 +0000)
commit0d2cbd5da8eae79fc37486b5c03fc4d7e4deba9e
tree05e5866629f63c57681dc12180ff157b0927fc57
parent280de6975b30a0c32c0b78f20c9d88050f05cfb8
bcm963xx: add cfe image tagging utility

This replaces the proprietary bcmImageBuilder program from the Broadcom source
drops. It basically adds a 256 bytes header in front of the kernel + rootfs
which contains a few text signatures, the locations of the data as well as the
checksums of the data and the tag. It also adds a 12 bytes header in front of
the LZMA kernel which contains the load address, kernel entry and the size of
the compressed LZMA data.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11170
tools/firmware-utils/Makefile
tools/firmware-utils/src/imagetag.c [new file with mode: 0644]