uboot-envtools: support NVMEM based access
authorRafał Miłecki <rafal@milecki.pl>
Mon, 11 Jul 2022 09:10:52 +0000 (11:10 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 11 Jul 2022 09:14:41 +0000 (11:14 +0200)
commitcb27179e62ed25f2dd98ffc53c4aaefcd861b6c0
treee2e4b511e5796a1c7134317d1c46125d82c5bdd5
parent4a1dcaf8485e9d8f707692deada7c6a98ea1fae7
uboot-envtools: support NVMEM based access

This will allow using fw_printenv without /etc/fw_env.config. Once there
is Linux NVMEM driver available for U-Boot env data.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/boot/uboot-envtools/patches/100-fw_env-make-flash_io-take-buffer-as-an-argument.patch [new file with mode: 0644]
package/boot/uboot-envtools/patches/101-fw_env-simplify-logic-code-paths-in-the-fw_env_open.patch [new file with mode: 0644]
package/boot/uboot-envtools/patches/102-fw_env-add-fallback-to-Linux-s-NVMEM-based-access.patch [new file with mode: 0644]