===============================================================
Broadcom Chip ADSL FW Image De/Compress Utility v1.1-hugebird
===============================================================
ABOUT: This program decomp/comp the firmware image of a Broadcom chip
based DSL MODEM.
---------------
USAGE: BrFwmod -decomp <-i inputfile> </m:X> </notag> </cfe> </rfs> </knl>
BrFwmod -comp <-o outputfile> </m:X> </cfe> </r> </cfeblk:X> </128K>
BrFwmod -showinfo <-i inputfile>
Required Parameter
------------------
-decomp ........... decompress Image file into sub files
-comp ............. compress
-showinfo ......... show a Image file infomation
-i inputfile ...... custom input file(Image.bin by default)
-o outputfile .... custom output file(Image_Time.bin by default)
Optional Switches
-----------------
/cfe ........... ... decomp/recomp including CFE
/notag ............. don't decomp image tag
/128K .............. use 128K to cal root fs loading addr
/rfs ............... decomp including root filesystem
/knl ............... decomp including kernel image
/m:X ............... use method [X] to deal with the Image
:1 ............... tag+rootfs+kernel(default for comp)
:2 ............... tag+cfe+rootfs+kernel(default for decomp)
:3 ............... tag+cfe
:4 ............... tag only
/cfeblk:X .......... if not comp cfe in new image. this use to
cal CFE length X * [flash block size]
/r ................. Linux only:decomp/comp root filesystem image
-----------------------------------------------------------------