From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WTZyZ-0004yR-Lb for kexec@lists.infradead.org; Fri, 28 Mar 2014 16:49:52 +0000 Date: Fri, 28 Mar 2014 09:49:28 -0700 From: Simon Horman Subject: Re: [PATCH 0/3] kexec: pass initrd position in dtb Message-ID: <20140328164928.GD3745@verge.net.au> References: <1395720585-76135-1-git-send-email-wangnan0@huawei.com> <20140327011434.GA14724@dhcp-16-126.nay.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140327011434.GA14724@dhcp-16-126.nay.redhat.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: Dave Young Cc: Wang Nan , kexec@lists.infradead.org, Geng Hui On Thu, Mar 27, 2014 at 09:14:34AM +0800, Dave Young wrote: > On 03/25/14 at 12:09pm, Wang Nan wrote: > > 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(-) > > > > Thanks for the update. > > Acked-by: Dave Young Thanks, applied. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec