From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 22 Nov 2010 23:15:14 +0000 Subject: [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Message-Id: <20101122231514.766413220@vergenet.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hi, this short patch series by Kuninori Morimoto and myself adds zboot support to mach-shmobile. This is v4 of the patch series, which includes a minor rediff to apply cleanly against linux-2.6-arm/devel without any fuzz. v2 implemented Magnus's suggestion to initialising atags directly rather than using assembly. v2 implemented Magnus's suggestion of setting atags in the framework and passing them to the kernel rather than using a board-specific fixup.