mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] bootm: make uImage support optional
@ 2024-04-30 18:06 Ahmad Fatoum
  2024-04-30 18:06 ` [PATCH 1/3] uimage: move file_to_sdram implementation to libfile Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2024-04-30 18:06 UTC (permalink / raw)
  To: barebox

While looking into CONFIG_TIMESTAMP, I noticed we still build UIMAGE
support unconditionally, when BOOTM is enabled. This series makes it
optional as most users no longer need it.

Saves me 4KiB in an LZO-compressed ARM64 image.

Ahmad Fatoum (3):
  uimage: move file_to_sdram implementation to libfile
  bootm: allow disabling uImage support
  uimage: have TIMESTMAP depend on UIMAGE

 commands/Kconfig  |  1 -
 common/Kconfig    | 13 ++++++++--
 common/bootm.c    | 22 +++++++++++++----
 common/uimage.c   | 59 ---------------------------------------------
 include/image.h   |  1 -
 include/libfile.h |  4 ++++
 lib/libfile.c     | 61 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 93 insertions(+), 68 deletions(-)

-- 
2.39.2




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

end of thread, other threads:[~2024-05-03  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 18:06 [PATCH 0/3] bootm: make uImage support optional Ahmad Fatoum
2024-04-30 18:06 ` [PATCH 1/3] uimage: move file_to_sdram implementation to libfile Ahmad Fatoum
2024-04-30 18:06 ` [PATCH 2/3] bootm: allow disabling uImage support Ahmad Fatoum
2024-04-30 18:06 ` [PATCH 3/3] uimage: have TIMESTMAP depend on UIMAGE Ahmad Fatoum
2024-05-03  7:02 ` [PATCH 0/3] bootm: make uImage support optional Sascha Hauer

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