From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary Date: Mon, 13 Jun 2011 03:46:49 -0700 Message-ID: <20110613104648.GD10951@atomide.com> References: <1307858800-16712-1-git-send-email-nicolas.pitre@linaro.org> <1307858800-16712-3-git-send-email-nicolas.pitre@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1307858800-16712-3-git-send-email-nicolas.pitre@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Nicolas Pitre Cc: John Bonesio , Grant Likely , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org * Nicolas Pitre [110611 23:03]: > From: John Bonesio > > This patch provides the ability to boot using a device tree that is appended > to the raw binary zImage (e.g. cat zImage .dtb > zImage_w_dtb). > > Signed-off-by: John Bonesio > [nico: adjusted to latest zImage changes plus additional cleanups] > Signed-off-by: Nicolas Pitre Looks like this rebased version has two nice improvments: It uses r5 instead of lr, and keeps stack usable early on :) Acked-by: Tony Lindgren