Restore and enable by default upgrade scripts
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 29 Aug 2016 11:35:07 +0000 (13:35 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 29 Aug 2016 11:35:07 +0000 (13:35 +0200)
commit55469d891f05e95ca4c6eac02843438654a2b7da
treede5431001b4362b40d965a11b09c2e393225a66d
parent183dfeb43ca52f13d87890f466008273c9a20e7b
Restore and enable by default upgrade scripts

Include in environment new upgrade scripts as it's
easy and fast way for U-Boot/firmare upgrade using
TFTP server (should listen on 'serverip' address).

Use them under U-Boot command line with:
- run uboot_upg (for U-Boot image upgrade, file: u-boot.bin)
- run fw_upg (for firmware image upgrade, file: firmware.bin)
u-boot/Makefile
u-boot/common/env_common.c
u-boot/common/environment.c
u-boot/include/configs/ap121.h
u-boot/include/configs/ap143.h
u-boot/include/configs/db12x.h
u-boot/include/configs/qca9k_common.h
u-boot/include/upg_scripts.h [new file with mode: 0644]