Commit Graph

497 Commits (4a6795409d1520fd3da3e909a8bcf9d7fd0927bb)

Author SHA1 Message Date
Florian Fainelli e9c19c7de9 Create a dummy sit package for 2.4 kernelsq
SVN-Revision: 10668
16 years ago
Florian Fainelli b2387fc537 Add definitions for the Zyxel NBG-318S
SVN-Revision: 10662
16 years ago
Matteo Croce 001f82bf2c Add AG241 code pattern (fixes #1089)
SVN-Revision: 10584
16 years ago
Gabor Juhos 4ee4c6f3f5 firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices
SVN-Revision: 10306
17 years ago
Gabor Juhos 76eef0ab42 firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)
SVN-Revision: 10258
17 years ago
Gabor Juhos b63a7d1242 firmware-utils/mkzynfw: add preliminary support for OEM boards
SVN-Revision: 10243
17 years ago
Gabor Juhos 1ceb95ed59 firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes #3003)
SVN-Revision: 10218
17 years ago
Florian Fainelli 80475bb573 Add support for Conceptronic C54BSR4
SVN-Revision: 10002
17 years ago
Gabor Juhos 9cb4694eb9 fix some definitions in the ZyXEL tool
SVN-Revision: 9493
17 years ago
Gabor Juhos 7beed53403 image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on
SVN-Revision: 9490
17 years ago
Felix Fietkau 2df957c7a6 add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)
SVN-Revision: 9434
17 years ago
Eugene Konev 6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
17 years ago
Gabor Juhos 36a1feebdd add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
17 years ago
Florian Fainelli 1585d61338 Add the ralink signature, will use it later
SVN-Revision: 8702
17 years ago
Gabor Juhos 4f4a3e5e40 I have new e-mail address. Thanks to Kaloz ;)
SVN-Revision: 8538
17 years ago
Gabor Juhos 570cecff14 remove case sensitivity from the board name checking
SVN-Revision: 8352
17 years ago
Florian Fainelli 6dcd8081a3 Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich)
SVN-Revision: 8329
17 years ago
Gabor Juhos d1f4e5ba7f add firmware generation tool for ZyXEL boards
SVN-Revision: 8318
17 years ago
Hamish Guthrie e970f61273 Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
17 years ago
Hamish Guthrie fe57573343 Fixed trx - variable append used uninitialised. If -A option was not used, the first offset was not written to the .trx file.
SVN-Revision: 7400
17 years ago
Florian Fainelli fdd36119e9 mkcsysimg cleanups
SVN-Revision: 7392
17 years ago
Felix Fietkau b71b54bb25 fix x86 boot filesystem allocation (#1736)
SVN-Revision: 7312
17 years ago
Felix Fietkau 63300d3d91 Fix broadcom squashfs images:
We switched over to appending the jffs2 eof mark to the squashfs images,
but since the squashfs is not always aligned to eraseblocksize, the eof
mark landed in the wrong place. This commit adds an extra flag to the
trx utility that can append extra data to a partition with alignment.
This is used to place the jffs2 eof mark at the right offset.

SVN-Revision: 7253
17 years ago
Florian Fainelli edeee75f53 Fix 32/64bits issues with airlink image generator
SVN-Revision: 7189
17 years ago
Florian Fainelli d7960b2e50 Fix airlink image generation tool
SVN-Revision: 6913
17 years ago
Florian Fainelli 46161bff7d mkcsysimg typos
SVN-Revision: 6853
17 years ago
Florian Fainelli c2d893e891 Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no longer broken, and have been tested
SVN-Revision: 6847
17 years ago
Florian Fainelli 305d012ea6 Add ADM5120 based edimax image generation utilities
SVN-Revision: 6840
17 years ago
Florian Fainelli bf04aa9f69 Make airlink.c more endianness robus (sn9)
SVN-Revision: 6834
17 years ago
Florian Fainelli aef8f80a3a Fix image generation (sn9)
SVN-Revision: 6781
17 years ago
Florian Fainelli ce510473d5 Fix a typo
SVN-Revision: 6771
17 years ago
Florian Fainelli 5720195886 fix crc32 and endianness, thanks sn9
SVN-Revision: 6769
17 years ago
Florian Fainelli 263d62cf19 airlink generation fix, thanks st9_
SVN-Revision: 6764
17 years ago
Florian Fainelli 56d10f7c3c Fix mkmylofw write_out_padding routine
SVN-Revision: 6758
17 years ago
Florian Fainelli 6c9b120593 Add definitions to myloader thanks Gabor Juhos
SVN-Revision: 6710
17 years ago
Florian Fainelli 7b564bfdcb Fix potential unligned access with MyLoader based devices, thanks Juhos
SVN-Revision: 6659
17 years ago
Florian Fainelli eaf0c708f2 Make mksyshdr safe for 64bits platforms (#1504)
SVN-Revision: 6646
17 years ago
Florian Fainelli 4bb721a186 Add firmware generation for other Compex boards based on myloader, thanks to Juhos Gabor !
SVN-Revision: 6640
17 years ago
Florian Fainelli 5e7833d044 Add image generation for edimax routers
SVN-Revision: 6627
17 years ago
Florian Fainelli 2b9f949403 Fix a warning
SVN-Revision: 6602
17 years ago
Eugene Konev 3dbd8ff32f Add srec2bin to firmware-utils
SVN-Revision: 6599
17 years ago
Felix Fietkau 41ac34a2a2 make ptgen print the end offset of the last partition as well
SVN-Revision: 6358
18 years ago
Felix Fietkau aa22253602 fix cylinder rounding in ptgen
SVN-Revision: 6352
18 years ago
Felix Fietkau f9f5874de3 fix compile error (pointed out by nonsequitor)
SVN-Revision: 5772
18 years ago
Florian Fainelli 71b50f88fa Add airlink firmware generation tool, thanks to Vassily Galinsky for that !
SVN-Revision: 5760
18 years ago
Felix Fietkau cf52f51b85 remove custom partition table hack, add ptgen utility for generating partition tables
SVN-Revision: 5704
18 years ago
Felix Fietkau ebdcc6d40c move target/utils to tools/firmware-utils
SVN-Revision: 5702
18 years ago