This series addresses the following:

* Fix detection for customized device nodes:
        Currently, ebgpart.c detects devices by enumerating in
        /sys/block. For each found directory, it assumes, the same name
        exists in /dev as device node, which may fail if a user or udev
        costumized the node names. The fix compares major and minor revision
        to detect any existing node in /dev/ that matches.

* Remove FAT16 restriction of environment tools:
        The restriction was formerly introduced as code for manual file
        system handling was used. A restriction to FAT16 is not needed anymore
        and UEFI supports all FAT formats anyhow.

* Update documentation for better user support.

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

Reichel Andreas (4):
  bg_utils: Fix detection for customized loop devs
  bg_utils: Minor style fixes
  bg_utils: Remove FAT16 restriction for environment
  docs: Update documentation.

 README.md                    | 283 ++++---------------------------------------
 docs/API.md                  |  74 +++++++++++
 docs/COMPILE.md              |  48 ++++++++
 docs/TODO.md                 |  37 ++++++
 docs/TOOLS.md                |  82 +++++++++++++
 docs/UPDATE.md               |  99 +++++++++++++++
 docs/USAGE.md                | 171 ++++++++++++++++++++++++++
 swupdate-adapter/swupdate.md | 101 +++++++++++----
 tools/bg_utils.c             |  13 +-
 tools/ebgpart.c              | 103 +++++++++++++---
 tools/ebgpart.h              |   5 +-
 11 files changed, 713 insertions(+), 303 deletions(-)
 create mode 100644 docs/API.md
 create mode 100644 docs/COMPILE.md
 create mode 100644 docs/TODO.md
 create mode 100644 docs/TOOLS.md
 create mode 100644 docs/UPDATE.md
 create mode 100644 docs/USAGE.md

-- 
2.13.3

-- 
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/20170721131739.21423-1-andreas.reichel.ext%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to