Pull request for efi-2023-07-rc1

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Apr 8 22:36:14 CEST 2023


Dear Tom,

The following changes since commit 19d0c64f89ee5a0d5d3077e5d7ec7dafd74a0d45:

   Merge branch 'master_net/phy/prep-cleanup' of
https://source.denx.de/u-boot/custodians/u-boot-sh (2023-04-07 10:51:49
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc1

for you to fetch changes up to d9d07d751e0f41d009051e8c25e2d5d9cf7ca41c:

   cmd: consider multiplexing in coninfo (2023-04-08 07:50:43 +0200)

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

----------------------------------------------------------------
Pull request for efi-2023-07-rc1

Documentation:

* man-page for coninfo command
* documentation style
* switch settings for boot modes on AM62 SK

UEFI:

* avoid using deprecated HandleProtocol()
* set static attribute for non-exported functions and variables

----------------------------------------------------------------
Bin Meng (5):
       efi: selftest: Make record static
       efi: selftest: Make load_file() and load_file2() static
       efi: loader: Make efi_event_queue and efi_register_notify_events
static
       efi: loader: Make efi_mem static
       efi: loader: Make efi_runtime_mmio static

Heinrich Schuchardt (6):
       doc: describe our documentation style
       doc: mention usage of .readthedocs.yml
       doc: coninfo man-page
       efi_loader: avoid using HandleProtocol in helloworld.efi
       efi_loader: avoid using HandleProtocol in initrddump.efi
       cmd: consider multiplexing in coninfo

Judith Mendez (1):
       doc: ti: Add switch setting for boot modes on AM62 SK

  cmd/console.c                                    | 11 ++++-
  doc/board/ti/am62x_sk.rst                        | 25 +++++++++++
  doc/build/documentation.rst                      |  3 ++
  doc/develop/docstyle.rst                         | 29 +++++++++++++
  doc/develop/index.rst                            |  1 +
  doc/usage/cmd/coninfo.rst                        | 55
++++++++++++++++++++++++
  doc/usage/index.rst                              |  1 +
  include/efi_loader.h                             |  3 --
  lib/efi_loader/efi_boottime.c                    |  4 +-
  lib/efi_loader/efi_memory.c                      |  2 +-
  lib/efi_loader/efi_runtime.c                     |  2 +-
  lib/efi_loader/helloworld.c                      | 13 +++---
  lib/efi_loader/initrddump.c                      |  5 ++-
  lib/efi_selftest/efi_selftest_exitbootservices.c |  2 +-
  lib/efi_selftest/efi_selftest_load_file.c        | 20 ++++-----
  15 files changed, 149 insertions(+), 27 deletions(-)
  create mode 100644 doc/develop/docstyle.rst
  create mode 100644 doc/usage/cmd/coninfo.rst


More information about the U-Boot mailing list