Re: [U-Boot] [PATCH 3/4] x86: Refactor the zboot innards so they can be reused with a vboot image

2011-12-02 Thread Gabe Black
On Fri, Dec 2, 2011 at 1:43 PM, Graeme Russ wrote: > Hi Gabe, > > On 30/11/11 20:17, Gabe Black wrote: > > If vboot successfully verifies a kernel, it will leave it in place and > > basically ready to boot. The zeropage table which is part of the x86 boot > > protocol is at the end of the kernel,

Re: [U-Boot] [PATCH 3/4] x86: Refactor the zboot innards so they can be reused with a vboot image

2011-12-02 Thread Graeme Russ
Hi Gabe, On 30/11/11 20:17, Gabe Black wrote: > If vboot successfully verifies a kernel, it will leave it in place and > basically ready to boot. The zeropage table which is part of the x86 boot > protocol is at the end of the kernel, though, instead of the beginning, and > because the image is al

[U-Boot] [PATCH 3/4] x86: Refactor the zboot innards so they can be reused with a vboot image

2011-11-30 Thread Gabe Black
If vboot successfully verifies a kernel, it will leave it in place and basically ready to boot. The zeropage table which is part of the x86 boot protocol is at the end of the kernel, though, instead of the beginning, and because the image is already in place there's no need to copy it around. This