diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-05-18 17:29:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-05-18 17:29:51 +0000 |
commit | c097f77d51d8caca20893489381a5ebfe8428c08 (patch) | |
tree | 05e5866629f63c57681dc12180ff157b0927fc57 /tools/firmware-utils/Makefile | |
parent | 72192c48c5f7139bbdaf4ee21352dfe90f4cfa57 (diff) | |
download | upstream-c097f77d51d8caca20893489381a5ebfe8428c08.tar.gz upstream-c097f77d51d8caca20893489381a5ebfe8428c08.tar.bz2 upstream-c097f77d51d8caca20893489381a5ebfe8428c08.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 3d8e9eaefb..acb429c443 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -30,6 +30,7 @@ define Build/Compile $(call cc,lzma2eva,-lz) $(call cc,mkcasfw) $(call cc,mkfwimage,-lz) + $(call cc,imagetag) endef define Build/Install |