All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3][makedumpfile]Add support for  PPC32
@ 2012-01-18 10:07 Suzuki K. Poulose
  2012-01-18 10:09 ` [PATCH v1 1/3] [makedumpfile] Support for cross building Suzuki K. Poulose
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Suzuki K. Poulose @ 2012-01-18 10:07 UTC (permalink / raw)
  To: tachibana, usui; +Cc: kexec

The following series implements makedumpfile support for PPC32.

The implementation is heavily based on PPC64. This also introduces
cross build support which is required for Embedded PPC Boards.

---

Suzuki K. Poulose (3):
      [makedumpfile] Add support for PPC32
      [ppc64] Rename the __powerpc__ macro to __powerpc64__ for PPC64
      [makedumpfile] Support building for cross build


 Makefile       |   26 ++++++++++++--
 README         |    5 +++
 arch/ppc.c     |  101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 makedumpfile.c |    4 +-
 makedumpfile.h |   28 +++++++++++++---
 5 files changed, 153 insertions(+), 11 deletions(-)
 create mode 100644 arch/ppc.c

-- 
Suzuki Poulose


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

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

end of thread, other threads:[~2012-02-13  2:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 10:07 [PATCH v1 0/3][makedumpfile]Add support for PPC32 Suzuki K. Poulose
2012-01-18 10:09 ` [PATCH v1 1/3] [makedumpfile] Support for cross building Suzuki K. Poulose
2012-02-10  9:42   ` Atsushi Kumagai
2012-01-18 10:09 ` [PATCH v1 2/3][makedumpfile][ppc64] Rename the __powerpc__ macro to __powerpc64__ for PPC64 Suzuki K. Poulose
2012-02-10  9:44   ` Atsushi Kumagai
2012-01-18 10:10 ` [PATCH v1 3/3] [makedumpfile] Add support for PPC32 Suzuki K. Poulose
2012-02-10  9:45   ` Atsushi Kumagai
2012-02-10 11:36     ` Suzuki K. Poulose
2012-02-13  2:01       ` Atsushi Kumagai
2012-01-19  2:58 ` [PATCH v1 0/3][makedumpfile]Add " Atsushi Kumagai
2012-02-06  9:07   ` Suzuki K. Poulose
2012-02-07  5:58     ` Atsushi Kumagai

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.