Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Gabe Black
On Tue, Nov 29, 2011 at 7:52 PM, Graeme Russ wrote: > Hi Gabe, > > On Wed, Nov 30, 2011 at 2:50 PM, Gabe Black wrote: > > > > > > On Tue, Nov 29, 2011 at 7:39 PM, Graeme Russ > wrote: > >> > >> Hi Gabe, > >> > >> On Wed, Nov 30, 2011 at 2:29 PM, Gabe Black > >> wrote: > >> > Hmm, that's in an

Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Graeme Russ
Hi Gabe, On Wed, Nov 30, 2011 at 2:50 PM, Gabe Black wrote: > > > On Tue, Nov 29, 2011 at 7:39 PM, Graeme Russ wrote: >> >> Hi Gabe, >> >> On Wed, Nov 30, 2011 at 2:29 PM, Gabe Black >> wrote: >> > Hmm, that's in an intervening patch. I didn't think that one was >> > necessary >> > but apparent

Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Gabe Black
On Tue, Nov 29, 2011 at 7:39 PM, Graeme Russ wrote: > Hi Gabe, > > On Wed, Nov 30, 2011 at 2:29 PM, Gabe Black > wrote: > > Hmm, that's in an intervening patch. I didn't think that one was > necessary > > but apparently it is. I'll add that to the series and send this out > again. > > That would

Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Graeme Russ
Hi Gabe, On Wed, Nov 30, 2011 at 2:29 PM, Gabe Black wrote: > Hmm, that's in an intervening patch. I didn't think that one was necessary > but apparently it is. I'll add that to the series and send this out again. That would be nice ;) P.S. Please stop top-quoting... Regards, Graeme _

Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Gabe Black
Hmm, that's in an intervening patch. I didn't think that one was necessary but apparently it is. I'll add that to the series and send this out again. Gabe On Tue, Nov 29, 2011 at 7:23 PM, Graeme Russ wrote: > Hi Gabe, > > Thanks, I've been itching for this :) > > On Wed, Nov 30, 2011 at 2:11 PM

Re: [U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Graeme Russ
Hi Gabe, Thanks, I've been itching for this :) On Wed, Nov 30, 2011 at 2:11 PM, Gabe Black wrote: > This change conditionally modifies the zboot command so that it can use the > 32 bit boot protocol. This is necessary because the 16 bit realmode entry > point assumes that it can call BIOS servic

[U-Boot] [PATCH 2/2] x86: Add support for booting Linux using the 32 bit boot protocol

2011-11-29 Thread Gabe Black
This change conditionally modifies the zboot command so that it can use the 32 bit boot protocol. This is necessary because the 16 bit realmode entry point assumes that it can call BIOS services which neither coreboot nor u-boot provide. Signed-off-by: Gabe Black --- arch/x86/include/asm/zimage.