All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request for efi-2021-07-rc5-2
@ 2021-06-28 19:47 Heinrich Schuchardt
  2021-06-30 12:06 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Heinrich Schuchardt @ 2021-06-28 19:47 UTC (permalink / raw)
  To: Tom Rini
  Cc: U-Boot Mailing List, Ilias Apalodimas, Alexander Graf,
	Adarsh Babu Kalepalli

Dear Tom,

I have removed the one patch for better EFI/DM integration that caused
sandbox test problems on my last pull request. This topic needs more
coordination with Simon.

Gitlab CI showed no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7968

The following changes since commit 4d8c21da4170e7c1d38c0106898e0d8347b4f0ff:

   Merge tag 'u-boot-imx-20210625' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2021-06-25 13:33:47
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-07-rc5-2

for you to fetch changes up to 70e80666f26a516096f3787e884d42818d8b4087:

   smbios: Fix SMBIOS tables (2021-06-28 19:57:13 +0200)

----------------------------------------------------------------
Pull request for efi-2021-07-rc5-2

Documentation:

* man-page for askenv

bug fixes

* correct display of BootOrder in efidebug command
* do not allow TPL_HIGH_LEVEL for CreateEvent(Ex)
* correct handling of unknown properties in SMBIOS tables

----------------------------------------------------------------
Adarsh Babu Kalepalli (1):
       doc/usage: cmd-usage help file for askenv

Heinrich Schuchardt (3):
       efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent
       efidebug: correct display of BootOrder
       smbios: convert function descriptions to Sphinx style

Ilias Apalodimas (2):
       smbios: Fix BIOS Characteristics Extension Byte 2
       smbios: Fix SMBIOS tables

  cmd/efidebug.c                      |  2 +-
  doc/usage/askenv.rst                | 87
+++++++++++++++++++++++++++++++++++++
  doc/usage/index.rst                 |  1 +
  include/smbios.h                    |  2 +-
  lib/efi_loader/efi_boottime.c       |  1 -
  lib/efi_selftest/efi_selftest_tpl.c |  2 +-
  lib/smbios.c                        | 24 +++++++---
  7 files changed, 108 insertions(+), 11 deletions(-)
  create mode 100644 doc/usage/askenv.rst

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Pull request for efi-2021-07-rc5-2
@ 2021-06-21  7:10 Heinrich Schuchardt
  2021-06-21 21:22 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Heinrich Schuchardt @ 2021-06-21  7:10 UTC (permalink / raw)
  To: Tom Rini
  Cc: U-Boot Mailing List, Adarsh Babu Kalepalli, Ilias Apalodimas,
	Alexander Graf

Dear Tom,

The following changes since commit 97c8cb524c19f054036efd2b4429273bd503e39c:

   Merge branch 'network_master' of
https://source.denx.de/u-boot/custodians/u-boot-net (2021-06-18 11:18:56
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-07-rc5-2

for you to fetch changes up to fe06d3f4e540c9985bf9898fabf859e81c428db7:

   smbios: Fix SMBIOS tables (2021-06-21 07:58:38 +0200)

Gitlab CI showed no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7899

----------------------------------------------------------------
Pull request for efi-2021-07-rc5-2

Documentation:

* man-page for askenv

bug fixes

* improve block device integration with driver model
* correct display of BootOrder in efidebug command
* do not allow TPL_HIGH_LEVEL for CreateEvent(Ex)
* correct handling of unknown properties in SMBIOS tables

----------------------------------------------------------------
Adarsh Babu Kalepalli (1):
       doc/usage: cmd-usage help file for askenv

Heinrich Schuchardt (4):
       efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent
       efidebug: correct display of BootOrder
       efi_loader: improve block device integration with DM
       smbios: convert function descriptions to Sphinx style

Ilias Apalodimas (2):
       smbios: Fix BIOS Characteristics Extension Byte 2
       smbios: Fix SMBIOS tables

  cmd/efidebug.c                      |  2 +-
  doc/usage/askenv.rst                | 87
+++++++++++++++++++++++++++++++++++++
  doc/usage/index.rst                 |  1 +
  drivers/core/device.c               |  7 +++
  include/efi_loader.h                |  6 +++
  include/smbios.h                    |  2 +-
  lib/efi_driver/Makefile             |  1 +
  lib/efi_driver/efi_dm_integration.c | 36 +++++++++++++++
  lib/efi_loader/efi_boottime.c       |  1 -
  lib/efi_loader/efi_disk.c           | 72 +++++++++++++++++-------------
  lib/efi_selftest/efi_selftest_tpl.c |  2 +-
  lib/smbios.c                        | 24 +++++++---
  12 files changed, 201 insertions(+), 40 deletions(-)
  create mode 100644 doc/usage/askenv.rst
  create mode 100644 lib/efi_driver/efi_dm_integration.c

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

end of thread, other threads:[~2021-07-05  5:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 19:47 Pull request for efi-2021-07-rc5-2 Heinrich Schuchardt
2021-06-30 12:06 ` Tom Rini
2021-07-03 12:46   ` Da Xue
2021-07-03 13:36     ` Heinrich Schuchardt
2021-07-03 15:25       ` Da Xue
2021-07-03 16:06         ` Heinrich Schuchardt
2021-07-03 19:24           ` Ilias Apalodimas
2021-07-03 19:43             ` Heinrich Schuchardt
2021-07-05  5:56               ` Ilias Apalodimas
  -- strict thread matches above, loose matches on Subject: below --
2021-06-21  7:10 Heinrich Schuchardt
2021-06-21 21:22 ` 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.