Pull request efi-2026-01-rc1-2
    Heinrich Schuchardt 
    xypron.glpk at gmx.de
       
    Sun Oct 26 14:47:50 CET 2025
    
    
  
Dear Tom,
The following changes since commit fd976ff3a233ae7c6a9f5bec790b02bbbf57bb24:
   Merge patch series "firmware: scmi: Support SCMI LMM/CPU protocol for 
i.MX95" (2025-10-24 13:47:50 -0600)
are available in the Git repository at:
   https://source.denx.de/u-boot/custodians/u-boot-efi.git 
tags/efi-2026-01-rc1-2
for you to fetch changes up to d4fc62452be05c4aebe951b3855b4523aed077cb:
   doc/usage: Add a reference to General rules for commands (2025-10-26 
10:24:50 +0000)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/28024
----------------------------------------------------------------
Pull request efi-2026-01-rc1-2
Documentation:
* develop: virtio: Fix qemu example (true/false -> on/off)
* separate read and write command documentation
* usage: Add general rule for `$?`
* askenv: Reword and remove return value
* seama: Reword return value section
* usage: Use glob for all commands
* Fix typos and formatting
UEFI:
* console: support editable input fields
----------------------------------------------------------------
Casey Connolly (1):
       efi_loader: efi_console: support editable input fields
Heinrich Schuchardt (1):
       doc: separate read and write command documentation
Tom Rini (5):
       doc: usage: Add general rule for `$?`
       doc: askenv: Reword and remove return value
       doc: seama: Reword return value section
       doc: usage: Use glob for all commands
       doc/usage: Add a reference to General rules for commands
Wolfgang Wallner (9):
       doc: develop: Fix typos in binman/binman.rst
       doc: develop: Change formatting to make binman doc more readable
       doc: Fix typos
       boot: kconfig: Fix typos
       image: Fix typos in image.h
       bootm: Fix typo in bootm.h
       boot: Fix typo
       doc: Fix whitespace in devicetree example in overlay-fdt-boot.rst
       doc: develop: virtio: Fix qemu example (true/false -> on/off)
  boot/Kconfig                           |   4 +-
  boot/image-fit.c                       |   2 +-
  cmd/eficonfig.c                        |   2 +
  doc/develop/devicetree/control.rst     |   2 +-
  doc/develop/driver-model/fdt-fixup.rst |   2 +-
  doc/develop/driver-model/virtio.rst    |   4 +-
  doc/develop/testing.rst                |   4 +-
  doc/develop/trace.rst                  |   2 +-
  doc/mkimage.1                          |   4 +-
  doc/usage/cmd/armffa.rst               |   5 --
  doc/usage/cmd/askenv.rst               |  27 +-----
  doc/usage/cmd/bdinfo.rst               |   5 --
  doc/usage/cmd/bind.rst                 |   5 --
  doc/usage/cmd/blkcache.rst             |   6 --
  doc/usage/cmd/cat.rst                  |   5 --
  doc/usage/cmd/cli.rst                  |   5 --
  doc/usage/cmd/cls.rst                  |   5 --
  doc/usage/cmd/cp.rst                   |   6 --
  doc/usage/cmd/cpu.rst                  |   6 --
  doc/usage/cmd/cpuid.rst                |   5 --
  doc/usage/cmd/dmareset.rst             |   6 --
  doc/usage/cmd/ebtupdate.rst            |   6 --
  doc/usage/cmd/fatinfo.rst              |   6 --
  doc/usage/cmd/fdt.rst                  |   5 --
  doc/usage/cmd/font.rst                 |   6 --
  doc/usage/cmd/fuse.rst                 |   6 --
  doc/usage/cmd/gpio.rst                 |   6 --
  doc/usage/cmd/host.rst                 |   6 --
  doc/usage/cmd/i3c.rst                  |   6 --
  doc/usage/cmd/imxtract.rst             |   6 --
  doc/usage/cmd/loadb.rst                |   5 --
  doc/usage/cmd/loadm.rst                |   7 --
  doc/usage/cmd/loads.rst                |   5 --
  doc/usage/cmd/loadx.rst                |   5 --
  doc/usage/cmd/loady.rst                |   5 --
  doc/usage/cmd/msr.rst                  |   5 --
  doc/usage/cmd/mtest.rst                |   5 --
  doc/usage/cmd/optee.rst                |   5 --
  doc/usage/cmd/part.rst                 |   6 --
  doc/usage/cmd/pause.rst                |   6 --
  doc/usage/cmd/pinmux.rst               |   6 --
  doc/usage/cmd/pwm.rst                  |   6 --
  doc/usage/cmd/read.rst                 |  39 +++++----
  doc/usage/cmd/saves.rst                |   5 --
  doc/usage/cmd/scmi.rst                 |   7 --
  doc/usage/cmd/seama.rst                |   7 +-
  doc/usage/cmd/setexpr.rst              |   7 --
  doc/usage/cmd/size.rst                 |   6 --
  doc/usage/cmd/smbios.rst               |   5 --
  doc/usage/cmd/sound.rst                |   5 --
  doc/usage/cmd/source.rst               |   6 --
  doc/usage/cmd/temperature.rst          |   6 --
  doc/usage/cmd/tftpput.rst              |   5 --
  doc/usage/cmd/unbind.rst               |   5 --
  doc/usage/cmd/wdt.rst                  |   5 --
  doc/usage/cmd/wget.rst                 |   5 --
  doc/usage/cmd/write.rst                |  41 ++++++++-
  doc/usage/cmdline.rst                  |   6 ++
  doc/usage/environment.rst              |   2 +-
  doc/usage/fit/beaglebone_vboot.rst     |   2 +-
  doc/usage/fit/overlay-fdt-boot.rst     | 156 
++++++++++++++++-----------------
  doc/usage/index.rst                    | 120 ++-----------------------
  include/bootm.h                        |   2 +-
  include/image.h                        |   8 +-
  lib/efi_loader/efi_console.c           |  55 ++++++++++--
  tools/binman/binman.rst                |  73 ++++++++-------
  66 files changed, 261 insertions(+), 548 deletions(-)
    
    
More information about the U-Boot
mailing list