[U-Boot] Pull request for UEFI sub-system for v2019.10-rc2

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Aug 4 07:23:13 UTC 2019


The following changes since commit d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5:

   Prepare v2019.10-rc1 (2019-07-29 21:16:16 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2019-10-rc2

for you to fetch changes up to bb689577206a679f5066a5251610ff80659507af:

   efi_selftest: sharpen ConvertPointer() test (2019-07-30 21:36:22 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for v2019.10-rc2

With this pull request a workaround for GRUB on 32bit ARM is re-enabled
and made customizable. Without the patch booting on ARM 32bit with GRUB
prior to version 2.04 or with a cache which is not managed via CP15
fails.

Further work will be needed to achieve a UEFI compliant cache handling.
According to the UEFI spec all caches except those that cannot be
managed via CP15 should be enabled.

An implementation of the ConvertPointer() runtime service is provided.

efi_crt0 is always rebuild to avoid having to call 'make mrproper' when
switching architectures.

No problems were shown GitLab CI and Travis CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/367
https://travis-ci.org/xypron2/u-boot/builds/565645475

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

----------------------------------------------------------------
Heinrich Schuchardt (8):
       efi_loader: re-enable GRUB workaround on 32bit ARM
       efi_loader: always rebuild efi_crt0.o
       efi_loader: efidebug.c function documentation
       doc: integrate UEFI documentation into Sphinx toctree
       efi_selftest: fix SetVirtualAddressMap unit test
       efi_loader: definition of efi_virtual_address_map()
       efi_loader: implement ConvertPointer()
       efi_selftest: sharpen ConvertPointer() test

  MAINTAINERS                                        |   4 +-
  cmd/efidebug.c                                     |   5 +-
  doc/index.rst                                      |  13 ++
  doc/uefi/index.rst                                 |  11 ++
  doc/{README.iscsi => uefi/iscsi.rst}               |  48 ++++---
  .../u-boot_on_efi.rst}                             |  67 ++++-----
  doc/{README.uefi => uefi/uefi.rst}                 | 152
+++++++++------------
  include/efi_api.h                                  |   4 +-
  lib/efi_loader/Kconfig                             |   8 ++
  lib/efi_loader/efi_boottime.c                      |  28 ++--
  lib/efi_loader/efi_runtime.c                       |  89 ++++++++++--
  .../efi_selftest_set_virtual_address_map.c         |  31 +++--
  scripts/Makefile.lib                               |   2 +-
  13 files changed, 275 insertions(+), 187 deletions(-)
  create mode 100644 doc/uefi/index.rst
  rename doc/{README.iscsi => uefi/iscsi.rst} (91%)
  rename doc/{README.u-boot_on_efi => uefi/u-boot_on_efi.rst} (88%)
  rename doc/{README.uefi => uefi/uefi.rst} (77%)


More information about the U-Boot mailing list