This primarily aligns output of main EBG and kernel stub, make the
services and control logic (--enable-silent-boot) of the former usable
by the latter.

It also brings a small bug fix in an EBG error path and several
code cleanups.

Jan

Jan Kiszka (7):
  kernel-stub: Set error code alignment overflow
  .gitignore: Add more generated m4 files
  Pull print helpers into separate module
  Rename GetBootMediumPath to GetMediumPath
  Fold bootguard module into utils
  Separate internal from external headers on include
  kernel-stub: Use common print services

 .gitignore                       |  2 ++
 Makefile.am                      |  4 ++-
 bootguard.c                      | 22 --------------
 configure.ac                     |  2 +-
 drivers/utils/simatic.c          |  1 +
 drivers/utils/smbios.c           |  2 +-
 drivers/watchdog/amdfch_wdt.c    |  4 ++-
 drivers/watchdog/atom-quark.c    |  2 ++
 drivers/watchdog/eiois200_wdt.c  |  4 ++-
 drivers/watchdog/hpwdt.c         |  2 ++
 drivers/watchdog/i6300esb.c      |  2 ++
 drivers/watchdog/ipc4x7e_wdt.c   |  4 ++-
 drivers/watchdog/ipcbx21a.c      |  2 ++
 drivers/watchdog/ipmi_wdt.c      |  2 ++
 drivers/watchdog/itco.c          |  4 ++-
 drivers/watchdog/w83627hf_wdt.c  |  4 ++-
 drivers/watchdog/wdat.c          |  2 ++
 drivers/watchdog/wdfuncs_end.c   |  1 +
 drivers/watchdog/wdfuncs_start.c |  1 +
 env/env_config_file.c            |  1 +
 env/env_disk_utils.c             |  3 +-
 env/fatvars.c                    | 10 ++++---
 env/syspart.c                    |  1 +
 env/uservars.c                   |  1 +
 include/bootguard.h              |  2 --
 include/configuration.h          |  3 +-
 include/env_api.h                |  3 +-
 include/env_config_file.h        |  2 ++
 include/env_config_partitions.h  |  1 +
 include/env_disk_utils.h         |  1 +
 include/print.h                  | 43 +++++++++++++++++++++++++++
 include/syspart.h                |  1 +
 include/utils.h                  | 24 ++-------------
 kernel-stub/fdt.c                | 15 ++++++----
 kernel-stub/initrd.c             |  1 +
 kernel-stub/kernel-stub.h        |  4 ---
 kernel-stub/main.c               | 50 ++++++++++++--------------------
 loader_interface.c               |  1 +
 main.c                           | 15 +++++-----
 print.c                          | 42 +++++++++++++++++++++++++++
 utils.c                          | 29 ++++--------------
 41 files changed, 188 insertions(+), 132 deletions(-)
 delete mode 100644 bootguard.c
 create mode 100644 include/print.h
 create mode 100644 print.c

-- 
2.47.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 view this discussion visit 
https://groups.google.com/d/msgid/efibootguard-dev/cover.1775543350.git.jan.kiszka%40siemens.com.

Reply via email to