mbox series

[MASTER] Pull request doc-2024-10-rc6

Message ID 00131229-9bdd-45ba-b4a5-c674e1340eab@gmx.de
State New
Headers show
Series [MASTER] Pull request doc-2024-10-rc6 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2024-10-rc6

Message

Heinrich Schuchardt Sept. 21, 2024, 9:35 a.m. UTC
Dear Tom,

The following changes since commit 91a7927aa6679d1a3ea30ed9dfe17002d11bcac4:

   dts: beagleboneai64: Add boothph in chipid node (2024-09-20 18:08:34
-0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2024-10-rc6

for you to fetch changes up to 7803a66399381570dae5cea030b01b26cd5ca676:

   doc: usage: cmd: ums: fix dependencies (2024-09-21 11:22:42 +0200)

Gitlab CI showed not issues building the documentation:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22388
https://source.denx.de/u-boot/custodians/u-boot-efi/-/jobs/904189/raw

----------------------------------------------------------------
Pull request doc-2024-10-rc6

Documentation:

* Correct function descriptions that are not Sphinx conformant.
* Correct incorrect dependency CONFIG_USB_USB_GADGET in the ums command
   description.

----------------------------------------------------------------
Heinrich Schuchardt (7):
       efi_loader: fix some function descriptions
       cmd/efidebug: fix some function descriptions
       doc: include/getopt.h: remove comments confusing Sphinx
       efi_loader: correct efi_set_variable_int() description
       sandbox: fix OS function descriptions
       boot: correct struct expo_action description
       events: correct event_uninit() description

Thomas Perrot (1):
       doc: usage: cmd: ums: fix dependencies

  cmd/efidebug.c                         |  4 ++--
  doc/usage/cmd/ums.rst                  |  2 +-
  include/efi_variable.h                 |  2 +-
  include/event.h                        |  2 +-
  include/expo.h                         |  2 +-
  include/getopt.h                       |  3 ---
  include/os.h                           | 16 ++++++++--------
  lib/efi_loader/efi_console.c           |  2 +-
  lib/efi_loader/efi_file.c              |  2 +-
  lib/efi_loader/efi_rng.c               |  2 +-
  lib/efi_loader/efi_unicode_collation.c |  2 +-
  11 files changed, 18 insertions(+), 21 deletions(-)