On 2018-09-05 18:20, [ext] Andreas J. Reichel wrote:
From: Andreas Reichel <[email protected]>

diff to v3:
  * Filter sorts inside input array and does not alloc memory
  * Better documentation
  * Again rename dirname to GetBootMediumPath

This patch series implements the new recovery mode to provide a way
to override on-device environments via other boot sources and hence
enable the user to repair or install systems with efibootguard on
e.g. a memory stick.

If an environment is detected on the boot device, only environments
from this device will be used.

Signed-off-by: Andreas Reichel <[email protected]>

Andreas Reichel (5):
   Add function to get device path to the boot medium
   Add function to get boot device and compare it to others
   Print information if environment is on boot dev
   Implement recovery mode as config filter
   Update documentation

  bootguard.c       |  1 +
  docs/RECOVERY.md  | 28 ++++++++++++++++
  docs/UPDATE.md    |  5 ++-
  env/fatvars.c     | 84 +++++++++++++++++++++++++----------------------
  env/syspart.c     | 50 ++++++++++++++++++++++++++--
  include/syspart.h |  3 +-
  include/utils.h   |  2 ++
  main.c            |  8 +++++
  utils.c           | 50 +++++++++++++++++++++++++++-
  9 files changed, 184 insertions(+), 47 deletions(-)
  create mode 100644 docs/RECOVERY.md


Thanks, applied to next. The naming became a bit inconsistent now (boot medium/device), I'll send some cleanup in a minute.

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

--
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/5c823bc2-fd6b-0c11-8cd1-87b4e7bce0ab%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to