Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware-utils/mktplinkfw: add support for the TL-WA901ND | Gabor Juhos | 2010-07-01 | 1 | -0/+9 |
| | | | | | | Patch-by: Pieter "Fate" Hollants <pieter@hollants.com> SVN-Revision: 22015 | ||||
* | preset stable and try* flags for TRX2 headers | Markus Wigge | 2010-07-01 | 2 | -4/+22 |
| | | | | | | | | | | * changed addpattern.c to preset the stable and try flags used in TRXv2 images to dupe CFE and pretend a stable image. * changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF like CFE does on startup * fixed compile warnings in trx.c by explicit casting SVN-Revision: 22012 | ||||
* | fixed trx version to handling | Markus Wigge | 2010-06-28 | 1 | -1/+1 |
| | | | | | | I forgot to write the right trx version to the actual header... SVN-Revision: 21986 | ||||
* | remove whitespaces in imagetag tool | Florian Fainelli | 2010-06-20 | 1 | -7/+7 |
| | | | | SVN-Revision: 21848 | ||||
* | Revert r21806 there are no users of it yet | Florian Fainelli | 2010-06-14 | 4 | -513/+0 |
| | | | | SVN-Revision: 21808 | ||||
* | add hcsmakeimage, for cable modems/routers based on bcm33xx | Florian Fainelli | 2010-06-14 | 4 | -0/+513 |
| | | | | SVN-Revision: 21806 | ||||
* | fix mktitanimg segfault on 64-bits hosts (#7443) | Florian Fainelli | 2010-06-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 21767 | ||||
* | add mktitanimg to create Titan (AR7-based) images (#6632) | Florian Fainelli | 2010-06-06 | 3 | -0/+1211 |
| | | | | SVN-Revision: 21689 | ||||
* | firmware-utils/mkzynfw: add support for the NBG460N board | Gabor Juhos | 2010-05-14 | 2 | -0/+20 |
| | | | | | | | | Adding NBG460N/550N/550NH boards to mkzynfw. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21446 | ||||
* | firmware-utils/mkzynfw: don't use next_offset twice (closes #7273) | Gabor Juhos | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | | The test if a file can fit in an image considers the current offset twice. So a image that would fit is too big. Thanks-to: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21445 | ||||
* | tools/firmware-utils: add size check to the mkplanexfw tool | Gabor Juhos | 2010-04-26 | 1 | -4/+11 |
| | | | | | | Also pad the image to a 64K boundary. SVN-Revision: 21174 | ||||
* | remove 'svn:executable' property | Nicolas Thill | 2010-04-12 | 1 | -0/+0 |
| | | | | SVN-Revision: 20831 | ||||
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 1 | -246/+80 |
| | | | | | | combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. SVN-Revision: 20652 | ||||
* | move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it | Florian Fainelli | 2010-03-28 | 1 | -178/+1 |
| | | | | SVN-Revision: 20548 | ||||
* | firmware-utils/trx: add relative offset parameter | Gabor Juhos | 2010-03-27 | 1 | -2/+22 |
| | | | | | | | | * will be used for the WRT160NL board * patch by Bernhard Loos * note: rejected parts has been fixed SVN-Revision: 20522 | ||||
* | revert r18760 since it prevents people from building working eva images | Florian Fainelli | 2010-03-26 | 1 | -88/+26 |
| | | | | SVN-Revision: 20437 | ||||
* | added support for wrt54g3gv2-vf and new trx header format | Markus Wigge | 2010-03-25 | 2 | -14/+50 |
| | | | | | | | | | | | | - hacked addpattern due to changes in header format - added "-5" to addpattern, some 0xFF are needed for trx2 header "-4" broke CRC checking in CFE - hacked trx.c due to new header format version - added target to create trx-V2 images the flashmap driver possibly needs to be customized. SVN-Revision: 20433 | ||||
* | fix file creation mode, thanks rtz | Florian Fainelli | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20293 | ||||
* | mktplinkfw: add option to strip padding from the end of the image | Gabor Juhos | 2010-03-10 | 1 | -3/+15 |
| | | | | SVN-Revision: 20120 | ||||
* | mktplinkfw: fix help string, and remove duplicated option | Gabor Juhos | 2010-03-08 | 1 | -5/+3 |
| | | | | SVN-Revision: 20067 | ||||
* | firmware-utils/mktplinkfw: add board definitions for TL-WR941ND v4 | Gabor Juhos | 2010-02-19 | 1 | -0/+9 |
| | | | | SVN-Revision: 19748 | ||||
* | firmware-utils: unify cc and cc2 macros, simplifies Makefile | Jo-Philipp Wich | 2010-02-01 | 1 | -9/+4 |
| | | | | SVN-Revision: 19487 | ||||
* | firmware-utils: copy bcm_tag.h to src/ and get rid of cc3 macro, fixes ↵ | Jo-Philipp Wich | 2010-02-01 | 2 | -5/+179 |
| | | | | | | imagetag compilation SVN-Revision: 19485 | ||||
* | ar71xx: add support for the TL-WR841N v1.5 board | Gabor Juhos | 2009-12-22 | 1 | -0/+9 |
| | | | | SVN-Revision: 18893 | ||||
* | lzma2eva: Endianness fixes. | Michael Büsch | 2009-12-11 | 1 | -26/+88 |
| | | | | SVN-Revision: 18760 | ||||
* | ar71xx: TL-WR1043ND support cleanup | Gabor Juhos | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18697 | ||||
* | ar71xx: preliminary support for the TL-WR1043ND | Gabor Juhos | 2009-12-08 | 1 | -0/+9 |
| | | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696 | ||||
* | ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵ | Gabor Juhos | 2009-11-28 | 2 | -0/+200 |
| | | | | | | web interface SVN-Revision: 18571 | ||||
* | firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski) | Gabor Juhos | 2009-11-28 | 2 | -0/+140 |
| | | | | SVN-Revision: 18569 | ||||
* | mkfwimage: add support for the XM layout (bullet/rocket/nano M) | Felix Fietkau | 2009-11-18 | 1 | -1/+7 |
| | | | | SVN-Revision: 18448 | ||||
* | ar71xx: increase max size of RouterStation and RouterStation Pro firmware images | Gabor Juhos | 2009-11-13 | 1 | -2/+2 |
| | | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410 | ||||
* | ar71xx: add preliminary support for the TL-WR841ND v5 board | Gabor Juhos | 2009-10-30 | 1 | -0/+9 |
| | | | | SVN-Revision: 18226 | ||||
* | firmware-utils: raise the default trx image size limit for something more ↵ | Felix Fietkau | 2009-09-07 | 1 | -1/+1 |
| | | | | | | appropriate for devices with 8M flash SVN-Revision: 17537 | ||||
* | add support for the Pirelli AG226G board (#5337) | Florian Fainelli | 2009-08-09 | 1 | -0/+4 |
| | | | | SVN-Revision: 17190 | ||||
* | firmware-utils/addpattern: add support for the WRT160NL | Gabor Juhos | 2009-08-06 | 1 | -5/+55 |
| | | | | SVN-Revision: 17140 | ||||
* | firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep ↵ | Gabor Juhos | 2009-07-12 | 5 | -0/+726 |
| | | | | | | Mistry <sandeep.mistry at gmail.com>) SVN-Revision: 16792 | ||||
* | increase size of the kernel partition on the TL-WR[789]41N boards | Gabor Juhos | 2009-07-11 | 1 | -3/+3 |
| | | | | SVN-Revision: 16785 | ||||
* | firmware-utils/mktplinkfw: add option for combined images | Gabor Juhos | 2009-07-08 | 1 | -22/+40 |
| | | | | SVN-Revision: 16742 | ||||
* | firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1 | Gabor Juhos | 2009-07-07 | 1 | -1/+10 |
| | | | | SVN-Revision: 16740 | ||||
* | fix segfault when using the maxlen argument (#4359) | Florian Fainelli | 2009-07-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 16641 | ||||
* | firmware-utils: add a tool to compute crc value for the 5gxi firmware | Gabor Juhos | 2009-06-25 | 2 | -0/+310 |
| | | | | SVN-Revision: 16557 | ||||
* | firmware-utils/mkcsysimg: minor bugfix | Gabor Juhos | 2009-06-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 16556 | ||||
* | firmware-utils/mkcsysimg: add signature for the 5GXi board | Gabor Juhos | 2009-06-24 | 2 | -5/+6 |
| | | | | SVN-Revision: 16551 | ||||
* | firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption ↵ | Gabor Juhos | 2009-06-24 | 2 | -0/+362 |
| | | | | | | algrithm SVN-Revision: 16550 | ||||
* | add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364) | Florian Fainelli | 2009-06-18 | 1 | -3/+4 |
| | | | | SVN-Revision: 16506 | ||||
* | firmware-utils: add a small utility for generating nand flash images with ↵ | Felix Fietkau | 2009-06-14 | 2 | -0/+205 |
| | | | | | | ecc info SVN-Revision: 16458 | ||||
* | The attached patch adds building of firmware images for more routers based ↵ | Florian Fainelli | 2009-06-10 | 1 | -28/+34 |
| | | | | | | | | on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> SVN-Revision: 16396 | ||||
* | rework imagetag firmware generator and MTD partition parser to accomodate ↵ | Florian Fainelli | 2009-06-09 | 2 | -95/+265 |
| | | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393 | ||||
* | build firmware image for the MZK-W300NH board | Gabor Juhos | 2009-06-04 | 1 | -5/+60 |
| | | | | SVN-Revision: 16342 | ||||
* | firmware-utils/mkfwimage: add support for RouterStation Pro (patch from ↵ | Gabor Juhos | 2009-05-25 | 1 | -0/+6 |
| | | | | | | Ubiquiti Networks) SVN-Revision: 16064 |