U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] efi: Add docs and tests and a few tweaks
@ 2024-12-09 16:27 Simon Glass
  2024-12-09 16:27 ` [PATCH 1/8] fdtdec: Correct devicetree symbol for EFI app Simon Glass
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Simon Glass @ 2024-12-09 16:27 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Matthew Garrett, Simon Glass, AKASHI Takahiro, Dmitry Rokosov,
	Emil Kronborg, Francis Laniel, Heinrich Schuchardt, Hou Zhiqiang,
	Ilias Apalodimas, Janis Danisevskis, Jerome Forissier,
	Joe Hershberger, Jonas Karlman, Lad Prabhakar, Marek Vasut,
	Mattijs Korpershoek, Maxim Moskalets, Ramon Fried,
	Rasmus Villemoes, Raymond Mao, Sebastian Reichel, Tom Rini,
	Wang Jie

This series addresses feedback provided on the original series,
including:

- adding documentation and tests for the two new commands
- fixing an issue that somehow didn't fail in CI
- splitting up a large function into two parts
- using lmb for the allocation, instead of looking at internal tables
- dropping use of config.h

Link: https://lore.kernel.org/u-boot/20241123195616.305687-1-mjg59@srcf.ucam.org/
Link: https://patchwork.ozlabs.org/project/uboot/list/?series=433949&state=*&archive=both


Simon Glass (8):
  fdtdec: Correct devicetree symbol for EFI app
  part_find: Enable for sandbox and correct radix and calls
  doc: test: Add docs and test for part_find
  efi: Drop config.h
  cmd: Refactor part_find() into separate functions
  addr_find: Use a simple lmb allocation
  doc: test: Add docs and test for addr_find
  efi: Avoid a memory leak in efi_bind_block() on error path

 cmd/Kconfig                 |   2 +
 cmd/addr_find.c             |  41 +++-------
 cmd/part_find.c             | 153 ++++++++++++++++++++++--------------
 doc/usage/cmd/addr_find.rst |  63 +++++++++++++++
 doc/usage/cmd/part_find.rst | 119 ++++++++++++++++++++++++++++
 doc/usage/index.rst         |   2 +
 drivers/net/efi_net.c       |   1 -
 drivers/tpm/tpm2_efi.c      |   1 -
 lib/efi/efi_app_init.c      |   4 +-
 lib/fdtdec.c                |   2 +-
 test/cmd/Makefile           |   2 +
 test/cmd/addr_find.c        |  27 +++++++
 test/cmd/part_find.c        |  42 ++++++++++
 13 files changed, 367 insertions(+), 92 deletions(-)
 create mode 100644 doc/usage/cmd/addr_find.rst
 create mode 100644 doc/usage/cmd/part_find.rst
 create mode 100644 test/cmd/addr_find.c
 create mode 100644 test/cmd/part_find.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-12-16 15:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 16:27 [PATCH 0/8] efi: Add docs and tests and a few tweaks Simon Glass
2024-12-09 16:27 ` [PATCH 1/8] fdtdec: Correct devicetree symbol for EFI app Simon Glass
2024-12-09 16:27 ` [PATCH 2/8] part_find: Enable for sandbox and correct radix and calls Simon Glass
2024-12-09 16:27 ` [PATCH 3/8] doc: test: Add docs and test for part_find Simon Glass
2024-12-10  8:15   ` Heinrich Schuchardt
2024-12-10 16:16     ` Simon Glass
2024-12-10 17:08       ` Tom Rini
2024-12-16  0:29         ` Simon Glass
2024-12-16  8:05           ` Heinrich Schuchardt
2024-12-09 16:27 ` [PATCH 4/8] efi: Drop config.h Simon Glass
2024-12-09 16:27 ` [PATCH 5/8] cmd: Refactor part_find() into separate functions Simon Glass
2024-12-09 16:27 ` [PATCH 6/8] addr_find: Use a simple lmb allocation Simon Glass
2024-12-09 16:28 ` [PATCH 7/8] doc: test: Add docs and test for addr_find Simon Glass
2024-12-09 16:28 ` [PATCH 8/8] efi: Avoid a memory leak in efi_bind_block() on error path Simon Glass
2024-12-10  8:10   ` Heinrich Schuchardt
2024-12-16 15:15     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox