All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request for UEFI sub-system for v2019.10-rc2
@ 2019-08-04  7:23 Heinrich Schuchardt
  2019-08-05 18:08 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-08-04  7:23 UTC (permalink / raw)
  To: u-boot

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%)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Pull request for UEFI sub-system for v2019.10-rc2
  2019-08-04  7:23 [U-Boot] Pull request for UEFI sub-system for v2019.10-rc2 Heinrich Schuchardt
@ 2019-08-05 18:08 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-08-05 18:08 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 04, 2019 at 09:23:13AM +0200, Heinrich Schuchardt wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190805/baf70ee1/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-05 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-04  7:23 [U-Boot] Pull request for UEFI sub-system for v2019.10-rc2 Heinrich Schuchardt
2019-08-05 18:08 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.