firmware-utils: Add support for the Cisco Meraki MX60/MX60W
authorChris Blake <chrisrblake93@gmail.com>
Wed, 16 Nov 2016 14:35:54 +0000 (08:35 -0600)
committerJohn Crispin <john@phrozen.org>
Mon, 21 Nov 2016 10:09:03 +0000 (11:09 +0100)
commita72e1692b8b35d61587d75cf1800eef934203cd2
treeeaef9048f0b1c8b481d90b3794dd24da2bc247aa
parentffd7c155008bff4b08197dfd710d7a1386313f98
firmware-utils: Add support for the Cisco Meraki MX60/MX60W

This patch adds header support for the Cisco Meraki MX60/MX60W, which
are a part of the apm821xx target. Some structure changes were needed
due to the fact this device uses U-Boot (unlike other devices in
mkmerakifw.c) which uses a different header structure to define the load
offsets for the image.

A thanks to Christian for helping implement this properly.

Cc: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
tools/firmware-utils/src/mkmerakifw.c