From: Andreas Reichel <[email protected]> NOTE: This patch series replaces all currently pending patches on the mailing list.
Integration tests with swupdate showed a problem with global variables, which led to corrupted environments. Problem was a missing crc calculation in the handler for global user variables. On the other hand, the tools could easily be upgraded to handle global user variables now. Signed-off-by: Andreas Reichel <[email protected]> Andreas Reichel (3): Tools: Fix global variable management in tools. ebgenv.h: Use brackets with numerical definitions Add missing crc32 calculation to set_uservar_global docs/TOOLS.md | 10 +++++++++- env/env_api.c | 5 +++-- env/env_api_fat.c | 3 +++ include/ebgenv.h | 4 ++-- tools/bg_setenv.c | 18 ++++-------------- 5 files changed, 21 insertions(+), 19 deletions(-) -- 2.15.0 -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20171116135213.15423-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
