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

2011-12-06 Thread Graeme Russ
Hi Gabe, On 06/12/11 09:09, 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 services which neither coreboot nor > u-boot provide. > > S

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

2011-12-05 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 --- Changes in v2: - Moved the co