bcm53xx: sysupgrade: refactor handling different firmware formats
authorRafał Miłecki <rafal@milecki.pl>
Sun, 28 Nov 2021 10:54:19 +0000 (11:54 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 13 Dec 2021 13:01:14 +0000 (14:01 +0100)
commitc808c55b398c267b098818cde85ab0c11be30473
tree87492fff155feb90b310e8f9b1617893a146d670
parent29f73a79689bc872132f4202724d3139a7b449f9
bcm53xx: sysupgrade: refactor handling different firmware formats

List of supported formats grew over time and implementation got a bit
messy. There are multiple functions with format-specific parameters and
commands.

Refactor it by making platform_identify() setup all required info right
after detecting firmware format. This simplifies formats handling in
platform_other_check_image() and platform_do_upgrade() a lot.

This has been tested on:
1. SmartRG SR400ac (TRX): non-NAND sysupgrade
2. Netgear R8000 (CHK): NAND aware and standard sysupgrade-s
3. D-Link DIR-885L (Seama): NAND aware and standard sysupgrade-s
4. Luxul XWR-3150 (LXL): NAND aware and standard sysupgrade-s

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 80041dea7094f46f9ef5402964c95b0a5dcd5f28)
target/linux/bcm53xx/base-files/lib/upgrade/platform.sh