This patch series is mostly focused on adding support from reading the environment from a file which path is given to bg_printenv.
It also provides some small style fixes. Silvano Cirujano Cuesta (5): style: fix mixed usage of tabs and whitespaces style: split variable assignment and comparison style: simplify removing unneeded code Support printenv direct from file refactor: move code to functions env/env_api_fat.c | 6 +- env/env_config_file.c | 18 ++++- include/env_config_file.h | 3 +- tools/bg_setenv.c | 165 ++++++++++++++++++++++++++------------ 4 files changed, 132 insertions(+), 60 deletions(-) -- 2.29.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20201201123137.96569-1-silvano.cirujano-cuesta%40siemens.com.
