public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kexec: Support for uImage RAMDisks
@ 2013-01-11  6:41 Suzuki K. Poulose
  2013-01-11  6:41 ` [PATCH 1/3] kexec/uImage: Return the image type for uImage_probe Suzuki K. Poulose
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Suzuki K. Poulose @ 2013-01-11  6:41 UTC (permalink / raw)
  To: horms; +Cc: bigeasy, lethal, kexec, mat

The following series adds support for uImage RAMDisks in kexec-tools.

The first two patches in the series modifies the common uImage handling code.

The third patch in the series adds PPC support for processing the ramdisks.

NOTE: Tested *only* on PPC. Though the other archs are not affected much,
I would appreciate some help in (compile) testing these patches on ARM and SH,
just to make sure we are safe there.

With these patches, one can easily add support in other archs for supporting
the uImage RAMDisks.

---

Suzuki K. Poulose (3):
      kexec/uImage: Return the image type for uImage_probe
      kexec/uImage: Recognize uImage RAM Disks
      ppc/uImage: Add support for RAM Disks


 kexec/arch/arm/kexec-uImage-arm.c |    8 +++++++-
 kexec/arch/ppc/kexec-uImage-ppc.c |   30 ++++++++++++++++++++++++++++--
 kexec/arch/sh/kexec-uImage-sh.c   |    9 ++++++++-
 kexec/kexec-uImage.c              |   18 ++++++++++++------
 4 files changed, 55 insertions(+), 10 deletions(-)

-- 
Suzuki


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2013-01-27 16:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11  6:41 [PATCH 0/3] kexec: Support for uImage RAMDisks Suzuki K. Poulose
2013-01-11  6:41 ` [PATCH 1/3] kexec/uImage: Return the image type for uImage_probe Suzuki K. Poulose
2013-01-16 17:20   ` Sebastian Andrzej Siewior
2013-01-17  3:10     ` Suzuki K. Poulose
2013-01-11  6:41 ` [PATCH 2/3] kexec/uImage: Recognize uImage RAM Disks Suzuki K. Poulose
2013-01-11  6:42 ` [PATCH 3/3] ppc/uImage: Add support for " Suzuki K. Poulose
2013-01-11  7:11   ` McClintock Matthew-B29882
2013-01-14  5:14     ` Suzuki K. Poulose
2013-01-14 15:14       ` McClintock Matthew-B29882
2013-01-16 17:30         ` Sebastian Andrzej Siewior
2013-01-16 17:37           ` McClintock Matthew-B29882
2013-01-16 17:26   ` Sebastian Andrzej Siewior
2013-01-17  9:47     ` Suzuki K. Poulose
2013-01-27 16:39       ` Sebastian Andrzej Siewior

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