Pull request for UEFI sub-system for efi-2020-04-rc4 (6)

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Mar 29 21:44:49 CEST 2020


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-rc4-6

for you to fetch changes up to d4babee087f24a60d910659cb4367a077bad87a0:

   vexpress_ca9x4: Enable use of correct DTB file and restore EFI
loader. (2020-03-28 11:11:32 +0100)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc4 (6)

This series fixes:

* UEFI Python test for helloworld requires 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 (3):
       test/py: UEFI helloworld requires OF_CONTROL
       cmd: efidebug: fix int to pointer cast
       efi_loader: only reserve memory if fdt node enabled

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  | 5 +++--
  5 files changed, 13 insertions(+), 8 deletions(-)


More information about the U-Boot mailing list