From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: [PATCH 0/3] patches to allow DTB to be appended to the ARM zImage Date: Sun, 12 Jun 2011 02:06:37 -0400 Message-ID: <1307858800-16712-1-git-send-email-nicolas.pitre@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Cc: John Bonesio , Tony Lindgren , Grant Likely List-Id: devicetree@vger.kernel.org This is a resend of those patches with fixups after the latest changes in mainline. [PATCH 1/3] ARM: zImage: ensure it is always a multiple of 64 bits in size This one is new and trivial. [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary Mostly John Bonesio's version with some adjustments and cleanups. [PATCH 3/3] ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bss New, simpler alternative to Tony Lindgren's version. Nicolas