From: Andreas Reichel <[email protected]> Global variables are removed to avoid a regression regarding the robustness of the update mechanism.
Furthermore, an improvement to the 'setglobalstate' function of the API is added to reduce unnecessary environment modifications and to add further support to recover from usually non-occuring update states. Signed-off-by: Andreas Reichel <[email protected]> Andreas Reichel (2): Remove global user variables ustate: Enhance API function to reset ustate docs/API.md | 23 ++++---------------- docs/TOOLS.md | 2 +- env/env_api.c | 12 +++++++---- env/env_api_fat.c | 39 ---------------------------------- include/ebgenv.h | 3 +-- include/env_api.h | 2 -- tools/tests/test_ebgenv_api_internal.c | 26 +---------------------- 7 files changed, 15 insertions(+), 92 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/20171117163213.32262-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
