Pull request for UEFI sub-system for efi-2020-10-rc4

The following changes since commit e5df264e7aaca0d94428586837a1f70a23479d16:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-09-04 10:09:14 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-10-rc4
for you to fetch changes up to d2a885720be6eb66595a26754d075cfd5e868420:
efi_selftest: simplify Makefile (2020-09-06 21:21:41 +0200)
Gitlab CI and Travis CI showed no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4598 https://travis-ci.org/github/xypron2/u-boot/builds/724704027
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-10-rc4
Bug fixes are provided in the following areas:
* convert file system debug and print messages go log messages * convert UEFI booting messages to log messages * UEFI related code clean up and simplification
---------------------------------------------------------------- Heinrich Schuchardt (7): fs: convert error and debug messages to log efi_loader: log messages for bootefi command efi_loader: log function in image loader efi_loader: error message if image not authenticated efi: clean up efi command efi_loader: remove duplicate image size check efi_selftest: simplify Makefile
cmd/bootefi.c | 12 +++++++--- cmd/efi.c | 26 ++++++++++++++++---- fs/fs.c | 16 +++++++------ fs/fs_internal.c | 16 +++++++------ include/efi.h | 14 ----------- lib/efi_loader/efi_boottime.c | 4 ---- lib/efi_loader/efi_image_loader.c | 50 ++++++++++++++++++++------------------- lib/efi_selftest/Makefile | 6 ----- 8 files changed, 75 insertions(+), 69 deletions(-)

On Mon, Sep 07, 2020 at 12:10:49PM +0200, Heinrich Schuchardt wrote:
The following changes since commit e5df264e7aaca0d94428586837a1f70a23479d16:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-09-04 10:09:14 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-10-rc4
for you to fetch changes up to d2a885720be6eb66595a26754d075cfd5e868420:
efi_selftest: simplify Makefile (2020-09-06 21:21:41 +0200)
Gitlab CI and Travis CI showed no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4598 https://travis-ci.org/github/xypron2/u-boot/builds/724704027
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini