Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-12-01 Thread Graeme Russ
Hi Gabe, On Fri, Dec 2, 2011 at 8:26 AM, Gabe Black wrote: > > > On Thu, Dec 1, 2011 at 7:47 AM, Graeme Russ wrote: >> >> Hi Gabe, >> >> On 30/11/11 17:25, Gabe Black wrote: >> > >> > >> > On Tue, Nov 29, 2011 at 7:48 PM, Graeme Russ > > > wrote: >> > >> >     Hi Ga

Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-12-01 Thread Gabe Black
On Thu, Dec 1, 2011 at 7:47 AM, Graeme Russ wrote: > Hi Gabe, > > On 30/11/11 17:25, Gabe Black wrote: > > > > > > On Tue, Nov 29, 2011 at 7:48 PM, Graeme Russ > > wrote: > > > > Hi Gabe, > > > > On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black >

Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-12-01 Thread Graeme Russ
Hi Gabe, On 30/11/11 17:25, Gabe Black wrote: > > > On Tue, Nov 29, 2011 at 7:48 PM, Graeme Russ > wrote: > > Hi Gabe, > > On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black > wrote: > > These two patches add support for t

Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-11-30 Thread Graeme Russ
On Wed, Nov 30, 2011 at 5:25 PM, Gabe Black wrote: > > > On Tue, Nov 29, 2011 at 7:48 PM, Graeme Russ wrote: >> >> Hi Gabe, >> >> On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black >> wrote: >> > These two patches add support for the 32 bit Linux boot protocol to the >> > zboot command. >> >> Going by

Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-11-29 Thread Gabe Black
On Tue, Nov 29, 2011 at 7:48 PM, Graeme Russ wrote: > Hi Gabe, > > On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black > wrote: > > These two patches add support for the 32 bit Linux boot protocol to the > > zboot command. > > Going by our previous offline correspondence, I assume this approach still >

Re: [U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-11-29 Thread Graeme Russ
Hi Gabe, On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black wrote: > These two patches add support for the 32 bit Linux boot protocol to the > zboot command. Going by our previous offline correspondence, I assume this approach still uses the bzImage's decompression stub? Also, as I discussion offline

[U-Boot] [PATCH 0/2] Add support for the 32 bit boot protocol to the x86 zboot command.

2011-11-29 Thread Gabe Black
These two patches add support for the 32 bit Linux boot protocol to the zboot command. Gabe Black (2): x86: Clean up the x86 zimage code in preparation to extend it x86: Add support for booting Linux using the 32 bit boot protocol arch/x86/include/asm/zimage.h | 25 + arch/x86/lib