All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] lib: reduce SPL size
@ 2020-04-15 16:46 Heinrich Schuchardt
  2020-04-15 16:46 ` [PATCH 1/5] lib: do not build OID registry in SPL Heinrich Schuchardt
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Heinrich Schuchardt @ 2020-04-15 16:46 UTC (permalink / raw)
  To: u-boot

Several configuration options inject code into SPL even if it is not
needed.

Heinrich Schuchardt (5):
  lib: do not build OID registry in SPL
  lib: date functions in SPL
  common: image_sign_info helper functions in SPL
  lib: do not provide hexdump in SPL
  dlmalloc: remove unit test support in SPL

 Kconfig           |  2 +-
 common/Kconfig    | 11 +++++++++++
 common/Makefile   |  2 +-
 common/dlmalloc.c |  2 +-
 lib/Makefile      |  6 +++---
 lib/hexdump.c     |  2 +-
 6 files changed, 18 insertions(+), 7 deletions(-)

--
2.25.1

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

end of thread, other threads:[~2020-04-24 17:11 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 16:46 [PATCH 0/5] lib: reduce SPL size Heinrich Schuchardt
2020-04-15 16:46 ` [PATCH 1/5] lib: do not build OID registry in SPL Heinrich Schuchardt
2020-04-16  2:32   ` Tom Rini
2020-04-16 15:49     ` Heinrich Schuchardt
2020-04-16 17:00       ` Tom Rini
2020-04-24 17:11   ` Tom Rini
2020-04-15 16:46 ` [PATCH 2/5] lib: date functions " Heinrich Schuchardt
2020-04-16  2:32   ` Tom Rini
2020-04-16 16:30     ` Heinrich Schuchardt
2020-04-16 17:04       ` Tom Rini
2020-04-15 16:46 ` [PATCH 3/5] common: image_sign_info helper " Heinrich Schuchardt
2020-04-16  2:32   ` Tom Rini
2020-04-24 17:11   ` Tom Rini
2020-04-15 16:46 ` [PATCH 4/5] lib: do not provide hexdump " Heinrich Schuchardt
2020-04-16  2:32   ` Tom Rini
2020-04-16 16:27     ` Heinrich Schuchardt
2020-04-16 17:02       ` Tom Rini
2020-04-24 17:11   ` Tom Rini
2020-04-15 16:46 ` [PATCH 5/5] dlmalloc: remove unit test support " Heinrich Schuchardt
2020-04-16  2:32   ` Tom Rini
2020-04-16 15:37     ` Heinrich Schuchardt
2020-04-16 17:00       ` Tom Rini
2020-04-16 17:19         ` Heinrich Schuchardt
2020-04-24 17:11   ` 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.