firmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices...
authorJohn Crispin <john@openwrt.org>
Wed, 26 Nov 2014 08:59:22 +0000 (08:59 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 26 Nov 2014 08:59:22 +0000 (08:59 +0000)
commitf318ae995a991b37337bd0dbd8180d4b219e69d7
treea21ec3308382ed5e27e0a68889bd79ef013924b9
parent9a70c8ef9b4978f169adb40231987ec44af3e77d
firmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices (CPE210/220/510/520)

The new TP-LINK Pharos series uses a new bootloader, the "TP-LINK Safeloader".
It uses an advanced firmware image format, containing an image partition table
and a flash partition table (and image partitions are mapped to the
corresponding flash partitions). The exact image format is documented in the
source code.

Furthermore, the bootloader expects the kernel image as an ELF executable.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 43384
tools/firmware-utils/Makefile
tools/firmware-utils/src/tplink-safeloader.c [new file with mode: 0644]