All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/9] Various minor fixes
@ 2021-02-06 16:57 Simon Glass
  2021-02-06 16:57 ` [PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message Simon Glass
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Simon Glass @ 2021-02-06 16:57 UTC (permalink / raw)
  To: u-boot

This series collects a few minor fixes and improvements that have been
hanging around in a branch for a while.

Changes in v4:
- Indicate that hd does not show the offset correctly
- Add an xxd + sed example too
- Fix 'existing' typo

Changes in v3:
- Show phase only for IH_OS_U_BOOT, drop the last debug()
- Add new patch to describe the md command
- Add this to the docs for the md command
- Add comments as to why we have os_malloc() and os_realloc()

Changes in v2:
- Drop the file instead of fixing it up
- Add new patch to add os_realloc()
- Drop unnecessary check before calling os_free()
- Update the comment for os_free()
- Also free the RAM buffer
- Convert the rest of the allocations in os.c, etc.

Simon Glass (9):
  spl: Drop duplicate 'Jumping to U-Boot' message
  binman: Indicate how to make binman verbose
  doc: describe the md command
  doc: Add a note about producing 'md.b' output using hexdump
  s5p4418_nanopi2: Drop dead code
  sandbox: Add os_realloc()
  sandbox: Avoid using malloc() for system state
  sandbox: Write out bloblist when exiting
  bootm: Fix duplicate debugging in bootm_process_cmdline()

 Makefile                              |   1 +
 arch/arm/mach-nexell/Makefile         |   1 -
 arch/arm/mach-nexell/cmd_boot_linux.c | 144 --------------------------
 arch/sandbox/cpu/os.c                 |  72 ++++++++++---
 arch/sandbox/cpu/spl.c                |  10 +-
 arch/sandbox/cpu/start.c              |  12 ++-
 arch/sandbox/cpu/state.c              |  23 ++--
 common/bootm.c                        |   2 +-
 common/spl/spl.c                      |   3 +-
 doc/Makefile                          |   1 -
 doc/usage/index.rst                   |   1 +
 doc/usage/md.rst                      | 106 +++++++++++++++++++
 include/os.h                          |  15 ++-
 tools/binman/README                   |   4 +-
 14 files changed, 214 insertions(+), 181 deletions(-)
 delete mode 100644 arch/arm/mach-nexell/cmd_boot_linux.c
 create mode 100644 doc/usage/md.rst

-- 
2.30.0.478.g8a0d178c01-goog

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

end of thread, other threads:[~2021-05-15 17:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06 16:57 [PATCH v4 0/9] Various minor fixes Simon Glass
2021-02-06 16:57 ` [PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message Simon Glass
2021-03-03 19:09   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 2/9] binman: Indicate how to make binman verbose Simon Glass
2021-03-03 19:09   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 3/9] doc: describe the md command Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 4/9] doc: Add a note about producing 'md.b' output using hexdump Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 5/9] s5p4418_nanopi2: Drop dead code Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 6/9] sandbox: Add os_realloc() Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 7/9] sandbox: Avoid using malloc() for system state Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-05-15 17:16   ` [BUG] " Heinrich Schuchardt
2021-02-06 16:57 ` [PATCH v4 8/9] sandbox: Write out bloblist when exiting Simon Glass
2021-03-03 19:10   ` Tom Rini
2021-02-06 16:57 ` [PATCH v4 9/9] bootm: Fix duplicate debugging in bootm_process_cmdline() Simon Glass
2021-03-03 19:10   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.