uboot-envtools: add support for multiple config partitions
authorBjørn Mork <bjorn@mork.no>
Tue, 6 Apr 2021 09:43:03 +0000 (11:43 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 8 Apr 2021 07:20:59 +0000 (09:20 +0200)
commita3e9fd7e5b365aa2f0b8cc1dc0a2d7cf3daa3e1a
tree21950eb3d8dad8f467d6520bd02852e5ef86d052
parentf2c8c62d98f2137d8af896e56d5e29759cf48715
uboot-envtools: add support for multiple config partitions

Most (all?) of the realtek devices have two u-boot config partitions
with a different set of variables in each. The U-Boot shell provides
two sets of apps to manipulate these:

 printenv- print environment variables
 printsys- printsys - print system information variables
 saveenv - save environment variables to persistent storage
 savesys - savesys - save system information variables to persistent storage
 setenv  - set environment variables
 setsys  - setsys  - set system information variables

Add support for multiple ubootenv configuration types, allowing
more than one configuration file.

Section names are not suitable for naming the different
configurations since each file can be the result of multiple sections
in case of backup partitions.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
package/boot/uboot-envtools/Makefile
package/boot/uboot-envtools/files/realtek
package/boot/uboot-envtools/files/uboot-envtools.sh