[Concept,0/8] efi: A few minor improvements

Message ID 20250828221713.3218908-1-sjg@u-boot.org
Headers
Series efi: A few minor improvements |

Message

Simon Glass Aug. 28, 2025, 10:16 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This series mostly tidies up the efidebug command, but includes a few
other pieces as well.


Simon Glass (8):
  efi_loader: Drop unnecessary efi_dp_str()
  efidebug: doc: Indent the media output correctly
  doc: efidebug: Support sorting with efidebug memmap
  doc: Add documentation for about efidebug boot
  boot: Move obtaining the label into a common file
  bootstd: Use the new label finder in bootflow_menu_add()
  efi: Use the console mux by default with the EFI app
  efi: Set the log category throughout lib/efi_client/

 boot/bootflow.c             |  27 +++++
 boot/bootflow_menu.c        |   7 +-
 cmd/bootflow.c              |  16 +--
 cmd/efidebug.c              |  57 ++++++++++-
 doc/usage/cmd/efidebug.rst  | 195 +++++++++++++++++++++++++++++++++---
 include/bootflow.h          |   8 ++
 include/efi_loader.h        |   2 -
 lib/efi_client/Kconfig      |   1 +
 lib/efi_client/app_run.c    |   2 +
 lib/efi_client/efi.c        |   2 +
 lib/efi_client/efi_info.c   |   2 +
 lib/efi_client/efi_vars.c   |   2 +
 lib/efi_client/sdram.c      |   2 +
 lib/efi_client/stub.c       |   2 +
 lib/efi_client/stub_arm64.c |   1 +
 lib/efi_client/stub_x86.c   |   2 +
 lib/efi_client/sync_dt.c    |   2 +
 17 files changed, 286 insertions(+), 44 deletions(-)