Gabor Juhos
d9341f97ed
firmware-utils/mktplinkfw: add support for the Oolite v1 board
...
Patch-by: Lars Bøgild Thomsen <lth@cow.dk>
Patchwork: http://patchwork.openwrt.org/patch/4922/
[juhosg: fix whitespaces]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40035
2014-03-27 06:36:49 +00:00
Gabor Juhos
6aae3694c9
firmware-utils/mktplinkfw: add an option to generate 16MiB images
...
Signed-off-by: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
Patchwork: http://patchwork.openwrt.org/patch/2449/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40034
2014-03-27 06:36:48 +00:00
Gabor Juhos
fe99a2d67d
firmware-utils/mktplinkfw: allow to reserve space in the generated images
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39396
2014-01-25 18:12:03 +00:00
John Crispin
9821ce8ed6
ralink: don't build mkhilinkfw untilt he ssl header dependency is resolved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39248
2014-01-12 17:26:24 +00:00
John Crispin
4bf844e834
firmware-utils: mkhilinkfw breaks the build bots
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39243
2014-01-12 14:03:05 +00:00
John Crispin
2b4a04089f
firmware-utils: add HLK-RM04 tool
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39238
2014-01-12 12:07:46 +00:00
John Crispin
3b4152bfda
firmware-utils: check_magic() in buffalo-lib.c always return 0
...
spotted with cppcheck
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39171
2013-12-27 21:15:31 +00:00
Gabor Juhos
2b6ca18e82
firmware-utils/mkplinkfw: add TL-WA801ND v2 support
...
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4503/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39066
2013-12-15 20:39:13 +00:00
Gabor Juhos
fd8e5b04b4
firmware-utils/trx: remove trailing whitespaces
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38963
2013-11-30 18:30:57 +00:00
Gabor Juhos
b61b447472
firmware-utils/trx: fix two bugs
...
- fix crc32 calculation if -F was enabled.
- don't convert the crc32 to little endian twice.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
SVN-Revision: 38962
2013-11-30 18:30:56 +00:00
Gabor Juhos
4069a50de6
firmware-utils/mkplinkfw: add TL-WR1043ND v2 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38957
2013-11-29 20:51:15 +00:00
Gabor Juhos
5a85a21e06
tools: adapt addpattern for WD's Range Extender
...
A few things had to be changed to add support for these devices:
- support code patterns with 8 characters
- new board definition for the range extender device
Patchwork: http://patchwork.openwrt.org/patch/4280/
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38685
2013-11-07 22:31:48 +00:00
Gabor Juhos
d9c9633d19
firmware-utils: remove the wndr3700 utility
...
It is not used anymore.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38663
2013-11-06 10:16:40 +00:00
Gabor Juhos
50458fb24c
mkfwimage: Increase RSPRO maximum size to 0xF00000 (15 MiB)
...
RSPRO has 16MiB of Flash, using the following layout:
[ 2.930000] 0x000000000000-0x000000030000 : "RedBoot"
[ 2.940000] 0x000000030000-0x000000130000 : "kernel"
[ 2.950000] 0x000000130000-0x000000ff0000 : "rootfs"
[ 2.960000] 0x000000ff0000-0x000000fff000 : "FIS directory"
[ 2.970000] 0x000000fff000-0x000001000000 : "RedBoot config"
Firmware images contain kernel and rootfs, so they can use up to 0xFF0000 -
0x30000 = 0xFC0000 (15,75MiB) of space. We don't include the RedBoot and FIS
partitions and leave an extra 0xC0000 (768KiB) of space.
This is based on revision 18410 which sets the limit to 0xB00000 (11 MiB).
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38484
2013-10-20 15:59:08 +00:00
John Crispin
fa4ca9d7eb
tools: add tool to generate dcs93xl images
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38317
2013-10-07 15:01:05 +00:00
Gabor Juhos
da3700b2a6
firmware-utils/mktplinkfw: add support for the TL-MR13U board
...
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38065
2013-09-19 17:52:44 +00:00
John Crispin
15721d535b
firmware-utils: add a tool TP-Link v2 image generation
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37726
2013-08-06 16:25:35 +00:00
John Crispin
1af56d7c46
firmware-utils: remove v2 support
...
we will use gabors patch instead
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37725
2013-08-06 16:25:24 +00:00
John Crispin
815d9334e2
firmware-utils: fix segfault introduced by v2 changes
...
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 37724
2013-08-06 14:32:50 +00:00
John Crispin
eb844ad321
firmware-utils: add support for TDW8970 to mktplinkfw
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37718
2013-08-06 12:31:06 +00:00
John Crispin
85cb2c4f9e
firmware-utils: add v2 header support to firmware-utils
...
only image build works. inspect and md5 checksum support are not implemented yet
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37717
2013-08-06 12:30:52 +00:00
John Crispin
aaedf6c8c6
ramips: add basics for Poray devices
...
This commit adds the basic elements to support Poray brand routers.
It contains a tool to do the encryption/obfuscation that is used in
Poray routers.
Support for Poray devices was worked on by:
Felix Kaechele <heffer@fedoraproject.org>
Luis Soltero <lsoltero@globalmarinenet.com>
Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37635
2013-08-01 14:30:46 +00:00
Gabor Juhos
2fb993fdbf
firmware-utils/mktplinkfw: add support for the TL-MR10U board
...
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37549
2013-07-26 07:32:00 +00:00
Florian Fainelli
b5b3e94132
tools: add Broadcom cable modem firmware image creator
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36873
2013-06-06 22:21:52 +00:00
Gabor Juhos
3a407a0986
firmware-utils/mkcameofw: allow to use combined kernel image
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36583
2013-05-08 17:11:08 +00:00
Gabor Juhos
9658206abc
firmware-utils/mktplinkfw: add description for -W option into usage output
...
Add description for -W <hwrev> option into usage output of mktplinkfw.
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36497
2013-04-30 10:44:10 +00:00
Gabor Juhos
85db8b7a21
firmware-utils/mktplinkfw: add support for the TL-WR720N v3 board
...
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36455
2013-04-26 17:00:47 +00:00
John Crispin
48feea4861
Add Netgear WNCE2001 (OF version)
...
Add Netgear WNCE2001.
This is a small RT3052 device with 4MB spi flash and 32MB ram.
2 built-in antennas, 1x fastE, no USB, reset & wps switch.
On my model the AP/RT switch is unpopulated, but I verified the gpio
mapping for it.
The stock firmware is running an unprotected tftpd which allows you
to read any file from the filesystem.
Serial port is present on testpads (See image on the wiki page).
There are more testpads below the shield near the SoC, which
may have JTAG.
Slight annoyance: The bootloader is checksumming kernel&rootfs, but
can be tricked by zeroing checksum and length fields in the checksum
partition, see
target/linux/ramips/base-files/lib/preinit/04_disable_wnce2001_flash_checksumming
The manufacturer image is very similar to the DAP one, so I slightly
modified mkdapimg to support generating it.
The resulting
openwrt-ramips-rt305x-wnce2001-squashfs-factory-(worldwide|northamerica).bin
can be used to flash from stock to OpenWRT using the stock firmware
upgrade function, without using the serial port.
http://www.netgear.com/landing/wnce2001.aspx
http://wiki.openwrt.org/toh/netgear/wnce2001
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36289
2013-04-09 14:19:33 +00:00
Gabor Juhos
55e2ae7452
firmware-utils/mktplinkfw: Add support for MR3420v2
...
Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3441/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35963
2013-03-11 15:55:23 +00:00
Gabor Juhos
ddb29bebf5
firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards
...
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35787
2013-02-25 20:37:32 +00:00
Gabor Juhos
c75c1e03a3
firmware-utils/mktplinkfw: add support for the TL-WDR4900 v1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35593
2013-02-13 16:51:24 +00:00
Gabor Juhos
cbeb862b95
firmware-utils/mktplinkfw: add TP-LINK TL-WR743ND v2 support
...
AR9331 based, these same as 741v4
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35448
2013-02-02 10:01:11 +00:00
John Crispin
2739a19992
adds support for Edimax BR-6524N
...
fixes #12754
Signed-off-by: <rq@akl.lt>
SVN-Revision: 35019
2013-01-06 11:11:30 +00:00
Gabor Juhos
cbc3aebcc7
firmware-utils/mktplinkfw: add support for the TL-MR3220 v2
...
Based on the following patch:
http://patchwork.openwrt.org/patch/3043/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34781
2012-12-19 08:50:43 +00:00
Gabor Juhos
113b6b96c1
firmware-utils/mkfwimage2: allow to use numbers in partition names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34729
2012-12-17 12:28:15 +00:00
Gabor Juhos
dfab9cb4e7
firmware-utils/mktplinkfw: add support for TP-LINK WA801NDv1
...
Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34575
2012-12-07 19:10:54 +00:00
Gabor Juhos
588c81d1e0
firmware-utils/mktplinkfw: add support for TL-WA7510N
...
[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]
Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34189
2012-11-13 14:48:02 +00:00
Gabor Juhos
86b788b1b4
firmware-utils: new tool for fixing U-Media firmware headers
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33848
2012-10-18 07:23:09 +00:00
Gabor Juhos
25250a22ef
tools/firmware-utils: add seama tool
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33840
2012-10-18 07:22:57 +00:00
Jonas Gorski
997ace7e5e
firmware-utils: move bcm_tag.h here
...
Since there is only one user of bcm_tag.h left, we can safely move it
into the firmware-utils directory, replacing the symlink.
SVN-Revision: 33655
2012-10-08 09:59:50 +00:00
Gabor Juhos
872e798473
tools/firmware-utils: add a new tool for TEW-712BR firmware generation
...
SVN-Revision: 33233
2012-08-22 20:15:34 +00:00
John Crispin
6c9d20d6e7
tools/firmware-utils/ptgen option to use MB rounding
...
SVN-Revision: 33218
2012-08-22 09:22:38 +00:00
Gabor Juhos
25ac1447ed
tools/firmware-utils: add tool for DIR-651-H1 firmware generation
...
Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi>
SVN-Revision: 33204
2012-08-17 17:56:02 +00:00
Jo-Philipp Wich
cf1698c637
use HOST_STATIC_LINKING instead of hardcoding -static
...
SVN-Revision: 33140
2012-08-12 12:34:30 +00:00
Jo-Philipp Wich
e2e55d7acd
firmware-utils: link statically
...
SVN-Revision: 33117
2012-08-10 19:27:08 +00:00
John Crispin
fb81e7a802
adds mkdapimg
...
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
SVN-Revision: 32822
2012-07-24 20:38:49 +00:00
Gabor Juhos
a45427bc79
firmware-utils/mktplinkfw: allow to specify firmware version
...
SVN-Revision: 32616
2012-07-05 16:25:29 +00:00
Jonas Gorski
b31108e0a8
tools: imagetag: add parameter for padding images
...
Allow images to be padded to a certain size. This prevents CFE from
flashing them to the second image offset.
SVN-Revision: 31875
2012-05-27 13:22:19 +00:00
Gabor Juhos
de7324674a
firmware-utils/mktplinkfw: add support for the TL-WR1041N v2
...
Patch-by: Vince Huang <axishero@foxmail.com>
SVN-Revision: 31609
2012-05-05 17:02:38 +00:00
Gabor Juhos
84267683bb
firmware-utils/mkfwimage: allow to override firmware magic
...
SVN-Revision: 30627
2012-02-18 14:45:54 +00:00