Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kexec: pass initrd position in dtb
@ 2014-03-25  4:09 Wang Nan
  2014-03-25  4:09 ` [PATCH 1/3] kexec: introduce helpers for computing dtb size Wang Nan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wang Nan @ 2014-03-25  4:09 UTC (permalink / raw)
  To: Dave Young; +Cc: Wang Nan, Simon Horman, kexec, Geng Hui

The main goal of this patch series is to pass initrd position to
secondary kernel. To makes code clear, patch 2/3 introduce a new
function to handle fdt related operations.

Without these two patches, kexec failed to work on arm.


Change from v1:

 - Remove #include "libfdt_internal.h" since it is for internal use
     for libfdt.

Change from v2:

 - Split into two logically independent patches.
 - Compute memory consumption more accurate.

Change from v3:

 - Introduces helpers in libfdt for memory usage computation.


Wang Nan (3):
  kexec: introduce helpers for computing dtb size
  kexec: introduce setup_dtb_prop to make code clear
  kexec: pass initrd position by dtb

 kexec/arch/arm/kexec-zImage-arm.c | 106 +++++++++++++++++++++++++++++---------
 kexec/libfdt/libfdt.h             |  24 +++++++++
 kexec/libfdt/libfdt_internal.h    |   3 --
 3 files changed, 105 insertions(+), 28 deletions(-)

-- 
1.8.4


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

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

end of thread, other threads:[~2014-03-28 16:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25  4:09 [PATCH 0/3] kexec: pass initrd position in dtb Wang Nan
2014-03-25  4:09 ` [PATCH 1/3] kexec: introduce helpers for computing dtb size Wang Nan
2014-03-25  4:09 ` [PATCH 2/3] kexec: introduce setup_dtb_prop to make code clear Wang Nan
2014-03-25  4:09 ` [PATCH 3/3] kexec: pass initrd position by dtb Wang Nan
2014-03-27  1:14 ` [PATCH 0/3] kexec: pass initrd position in dtb Dave Young
2014-03-28 16:49   ` Simon Horman

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