Pull request for UEFI sub-system for efi-2020-04-rc5

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Mar 31 08:20:16 CEST 2020


Hello Tom,

this replaces the efi-2020-04-rc4-6 pull request.

I have added another patch for checking OF_CONTROL as a prerequisite for
a Python test.

Gitlab CI and Travis CI showed no problems:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2568
https://travis-ci.org/github/xypron2/u-boot/builds/668892252

Best regards

Heinrich



The following changes since commit 350c44dfb99017e9147ee07d37a40626bde62250:

   Merge branch '2020-03-27-master-imports' (2020-03-27 17:54:38 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-04-rc5

for you to fetch changes up to 67357553ad59eb9b4f412412252e02868ceb16dc:

   test/py: test_efi_grub_net() requires OF_CONTROL (2020-03-30 20:27:42
+0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc5

This series fixes:

* UEFI Python tests CONFIG_OF_CONTROL=y.
* int to pointer cast warning for cmd/efidebug.c
* memory reservation even if fdt node is disabled

Now that the Python test is fixed reintroduce the reverted patch for
vexpress_ca9x4 to enable EFI_LOADER and define the dtb file name.

----------------------------------------------------------------
Heinrich Schuchardt (4):
       test/py: UEFI helloworld requires OF_CONTROL
       cmd: efidebug: fix int to pointer cast
       efi_loader: only reserve memory if fdt node enabled
       test/py: test_efi_grub_net() requires OF_CONTROL

Kristian Amlie (1):
       vexpress_ca9x4: Enable use of correct DTB file and restore EFI
loader.

  cmd/bootefi.c                     | 3 ++-
  cmd/efidebug.c                    | 8 +++++---
  configs/vexpress_ca9x4_defconfig  | 2 +-
  include/configs/vexpress_common.h | 3 ++-
  test/py/tests/test_efi_loader.py  | 6 ++++--
  5 files changed, 14 insertions(+), 8 deletions(-)


More information about the U-Boot mailing list