mbox series

Pull request for efi-2023-04-rc2

Message ID 4a0097a1-4530-01b3-1e60-c26b88cc9e25@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2023-04-rc2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-04-rc2

Message

Heinrich Schuchardt Feb. 10, 2023, 6:43 p.m. UTC
Dear Tom,

The following changes since commit 81e8a51cee2b265e26272f0c67518c4844baa36c:

   Merge branch '2023-02-09-minor-updates' (2023-02-09 16:31:36 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-04-rc2

for you to fetch changes up to 124725732fdfd63ebb2f6514c690181ccbe13444:

   efi_loader: static efi_query_variable_info_runtime() (2023-02-10
13:05:40 +0100)

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

----------------------------------------------------------------
Pull request for efi-2023-04-rc2

Documentation:

* Provide page with links to talks on U-Boot

UEFI:

* Enable CTRL+S to save the boot order in eficonfig command
* Run attribute check for QueryVariableInfo() only for the file store
* Bug fixes

Others:

* Improve output formatting of the coninfo command

----------------------------------------------------------------
Heinrich Schuchardt (17):
       buildman: invalid reference to README
       cmd: improve coninfo output formatting
       doc: complete setexpr configuration information
       cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU
       efi_loader: enable eficonfig command by default
       efi_loader: make get_load_options() static
       efi_loader: fix struct efi_input_key
       efi_loader: add definition for efi_main()
       efi_loader: fix efi_ecpt_register()
       efi_loader: static functions in helloworld.c
       efi_loader: static functions in efi_boottime.c
       efi_loader: static functions in efi_console.c
       efi_loader: static functions in efi_runtime.c
       efi_loader: provide definition for efi_add_known_memory()
       efi_loader: include definition of allow_unaligned()
       efi_loader: make gop_blt() static
       efi_loader: static efi_query_variable_info_runtime()

Masahisa Kojima (5):
       efi: use 32-bit alignment for efi_guid_t
       menu: remove CTRL+C to quit
       eficonfig: CTRL+S to save the boot order
       eficonfig: set EFICONFIG_ENTRY_NUM_MAX to INT_MAX - 1
       efi_loader: update attribute check for QueryVariableInfo()

Simon Glass (1):
       doc: Link to some useful talks

  cmd/Kconfig                      |  2 ++
  cmd/bootmenu.c                   |  2 +-
  cmd/console.c                    | 14 ++++++--------
  cmd/eficonfig.c                  | 10 +++++++---
  common/menu.c                    |  3 +++
  doc/index.rst                    |  1 +
  doc/learn/index.rst              |  9 +++++++++
  doc/learn/talks.rst              | 11 +++++++++++
  doc/usage/cmd/bootmenu.rst       |  2 +-
  doc/usage/cmd/setexpr.rst        |  5 ++++-
  include/efi.h                    | 11 ++++++++++-
  include/efi_api.h                | 12 +++++++++++-
  include/efi_config.h             |  2 +-
  include/efi_loader.h             |  7 +++++++
  include/menu.h                   |  1 +
  lib/efi_loader/efi_boottime.c    |  6 ++++--
  lib/efi_loader/efi_conformance.c |  2 +-
  lib/efi_loader/efi_console.c     |  2 +-
  lib/efi_loader/efi_gop.c         | 11 ++++++-----
  lib/efi_loader/efi_runtime.c     |  4 ++--
  lib/efi_loader/efi_setup.c       |  1 +
  lib/efi_loader/efi_var_common.c  | 10 +---------
  lib/efi_loader/efi_variable.c    | 25 ++++++++++++++++++++++++-
  lib/efi_loader/helloworld.c      |  3 ++-
  lib/efi_loader/initrddump.c      |  2 +-
  tools/buildman/toolchain.py      |  2 +-
  26 files changed, 119 insertions(+), 41 deletions(-)
  create mode 100644 doc/learn/index.rst
  create mode 100644 doc/learn/talks.rst

Comments

Tom Rini Feb. 10, 2023, 11:17 p.m. UTC | #1
On Fri, Feb 10, 2023 at 07:43:56PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 81e8a51cee2b265e26272f0c67518c4844baa36c:
> 
>   Merge branch '2023-02-09-minor-updates' (2023-02-09 16:31:36 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-04-rc2
> 
> for you to fetch changes up to 124725732fdfd63ebb2f6514c690181ccbe13444:
> 
>   efi_loader: static efi_query_variable_info_runtime() (2023-02-10
> 13:05:40 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/15124
> 

Applied to u-boot/master, thanks!