From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 06 Dec 2011 21:38:02 +1100 Subject: [U-Boot] [PATCH v3 6/6] x86: Add support for specifying an initrd with the zboot command In-Reply-To: <1323122967-18033-7-git-send-email-gabeblack@chromium.org> References: <1322911130-29856-1-git-send-email-gabeblack@chromium.org> <1323122967-18033-7-git-send-email-gabeblack@chromium.org> Message-ID: <4EDDF08A.4090900@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gabe, On 06/12/11 09:09, Gabe Black wrote: > This change finishes plumbing the initrd support built into the zboot > mechanism out to the command interface. > > It also fixes a bug in the command declaration where the kernel size could > be passed as an optional second parameter but not enough arguments were > allowed. > > Signed-off-by: Gabe Black > --- > Changes in v2: > - Add a help message to the zboot command. > > arch/x86/lib/zimage.c | 23 +++++++++++++++++++---- > 1 files changed, 19 insertions(+), 4 deletions(-) Applied to u-boot-x86/next Regards, Graeme