public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] bootstd: Fix some reported problems
@ 2023-07-27  3:01 Simon Glass
  2023-07-27  3:01 ` [PATCH 1/5] bootflow: Export setup_fs() Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Simon Glass @ 2023-07-27  3:01 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Tom Rini, Simon Glass

This little series fixes a few problems reported over the past few
months.

The main changes is to the EFI bootmeth, which now delays reading the .efi
file until it is actually needed.


Simon Glass (5):
  bootflow: Export setup_fs()
  bootstd: Use a function to detect network in EFI bootmeth
  bootstd: Avoid allocating memory for the EFI file
  bootstd: Init the size before reading the devicetree
  bootstd: Init the size before reading extlinux file

 boot/bootmeth-uclass.c | 23 ++++---------
 boot/bootmeth_efi.c    | 76 ++++++++++++++++++++++++++++++------------
 boot/bootmeth_pxe.c    |  3 ++
 include/bootmeth.h     | 13 ++++++++
 4 files changed, 76 insertions(+), 39 deletions(-)

-- 
2.41.0.487.g6d72f3e995-goog


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

end of thread, other threads:[~2023-08-03 21:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  3:01 [PATCH 0/5] bootstd: Fix some reported problems Simon Glass
2023-07-27  3:01 ` [PATCH 1/5] bootflow: Export setup_fs() Simon Glass
2023-08-03 21:46   ` Tom Rini
2023-07-27  3:01 ` [PATCH 2/5] bootstd: Use a function to detect network in EFI bootmeth Simon Glass
2023-08-03 21:46   ` Tom Rini
2023-07-27  3:01 ` [PATCH 3/5] bootstd: Avoid allocating memory for the EFI file Simon Glass
2023-08-03 21:46   ` Tom Rini
2023-07-27  3:01 ` [PATCH 4/5] bootstd: Init the size before reading the devicetree Simon Glass
2023-08-03 21:46   ` Tom Rini
2023-07-27  3:01 ` [PATCH 5/5] bootstd: Init the size before reading extlinux file Simon Glass
2023-08-03 21:47   ` Tom Rini

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