All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef
@ 2022-08-28 18:32 Simon Glass
  2022-08-28 18:32 ` [PATCH 1/8] image: Fix up ANDROID_BOOT_IMAGE ramdisk code Simon Glass
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Simon Glass @ 2022-08-28 18:32 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Neil Armstrong, Simon Glass, Alexandru Gagniuc,
	Andre Przywara, Artem Lapkin, Heinrich Schuchardt, Jan Kiszka,
	Joe Hershberger, Leo Yu-Chi Liang, Marek Vasut, Michal Simek,
	Philippe Reynes

The previous attempt at this[1] broke a board and was reverted in [2].
This series adopts a slightly different approach, splitting the changes
into many commits.

[1] f33a2c1bd0f ("image: Remove #ifdefs from select_ramdisk()")
[2] 621158d106f ("Revert "image: Remove #ifdefs from select_ramdisk()"")


Simon Glass (8):
  image: Fix up ANDROID_BOOT_IMAGE ramdisk code
  image: Track when ramdisk processing is completed
  image: Drop #ifdefs for LEGACY_IMAGE_FORMAT
  image: Drop one #ifdef for FIT
  image: Drop another #ifdef for FIT
  image: Drop remaining FIT #ifdef
  image: Correct indentation in select_ramdisk()
  image: Drop some other #ifdefs in image-board.c

 boot/image-board.c | 212 ++++++++++++++++++++++++---------------------
 include/image.h    |   6 ++
 2 files changed, 121 insertions(+), 97 deletions(-)

-- 
2.37.2.672.g94769d06f0-goog


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

end of thread, other threads:[~2022-09-14 17:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28 18:32 [PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef Simon Glass
2022-08-28 18:32 ` [PATCH 1/8] image: Fix up ANDROID_BOOT_IMAGE ramdisk code Simon Glass
2022-08-28 18:32 ` [PATCH 2/8] image: Track when ramdisk processing is completed Simon Glass
2022-08-28 18:32 ` [PATCH 3/8] image: Drop #ifdefs for LEGACY_IMAGE_FORMAT Simon Glass
2022-08-28 18:32 ` [PATCH 4/8] image: Drop one #ifdef for FIT Simon Glass
2022-08-28 18:32 ` [PATCH 5/8] image: Drop another " Simon Glass
2022-08-28 18:32 ` [PATCH 6/8] image: Drop remaining FIT #ifdef Simon Glass
2022-08-28 18:32 ` [PATCH 7/8] image: Correct indentation in select_ramdisk() Simon Glass
2022-08-28 18:32 ` [PATCH 8/8] image: Drop some other #ifdefs in image-board.c Simon Glass
2022-09-14 16:22   ` Heinrich Schuchardt
2022-09-14 17:10     ` Simon Glass
2022-09-14 15:53 ` [PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef 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.