From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pitre@linaro.org (Nicolas Pitre) Date: Mon, 13 Jun 2011 10:08:55 -0400 (EDT) Subject: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary In-Reply-To: <20110613112604.GB12325@n2100.arm.linux.org.uk> References: <1307858800-16712-1-git-send-email-nicolas.pitre@linaro.org> <1307858800-16712-3-git-send-email-nicolas.pitre@linaro.org> <20110613104648.GD10951@atomide.com> <20110613112604.GB12325@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 13 Jun 2011, Russell King - ARM Linux wrote: > On Mon, Jun 13, 2011 at 03:46:49AM -0700, Tony Lindgren wrote: > > * 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 :) > > One of the comments still refers to lr though. Heh. Fixed. Nicolas