Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-15 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 15 March 2012 12:09:43 Wolfgang Denk wrote: > > Marek Vasut wrote: > > > > i've got no opinion on the matter of supporting zImage directly > > > > (although, i guess it'd be nice since some legacy platforms still use > > > > it like netwinders) > > > > > > Does

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-15 Thread Mike Frysinger
On Thursday 15 March 2012 12:09:43 Wolfgang Denk wrote: > Marek Vasut wrote: > > > i've got no opinion on the matter of supporting zImage directly > > > (although, i guess it'd be nice since some legacy platforms still use > > > it like netwinders) > > > > Does anyone else but RMK have a working n

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-15 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201203140638.45430.ma...@denx.de> you wrote: > > > i've got no opinion on the matter of supporting zImage directly > > > (although, i guess it'd be nice since some legacy platforms still use > > > it like netwinders) > > > > Does anyone els

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-15 Thread Wolfgang Denk
Dear Marek Vasut, In message <201203140638.45430.ma...@denx.de> you wrote: > > > i've got no opinion on the matter of supporting zImage directly (although, > > i guess it'd be nice since some legacy platforms still use it like > > netwinders) > > Does anyone else but RMK have a working netwinder

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-14 Thread Marek Vasut
Dear Mike Frysinger, > On Wednesday 14 March 2012 01:38:45 Marek Vasut wrote: > > > On Tuesday 13 March 2012 23:47:56 Marek Vasut wrote: > > > > This command boots Linux zImage from where the zImage is loaded to. > > > > Passing initrd and fdt is supported. > > > > > > i've got no opinion on the

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-14 Thread Mike Frysinger
On Wednesday 14 March 2012 01:38:45 Marek Vasut wrote: > > On Tuesday 13 March 2012 23:47:56 Marek Vasut wrote: > > > This command boots Linux zImage from where the zImage is loaded to. > > > Passing initrd and fdt is supported. > > > > i've got no opinion on the matter of supporting zImage direct

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-14 Thread Marek Vasut
Dear Stephen Warren, > On 03/13/2012 09:47 PM, Marek Vasut wrote: > > From: Marek Vasut > > > > This command boots Linux zImage from where the zImage is loaded to. > > Passing initrd and fdt is supported. > > > > Tested on i.MX28 based DENX M28EVK > > Tested on PXA270 based Voipac PXA270. > >

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-14 Thread Stephen Warren
On 03/13/2012 09:47 PM, Marek Vasut wrote: > From: Marek Vasut > > This command boots Linux zImage from where the zImage is loaded to. Passing > initrd and fdt is supported. > > Tested on i.MX28 based DENX M28EVK > Tested on PXA270 based Voipac PXA270. > > NOTE: This currently only supports ARM

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-13 Thread Marek Vasut
Dear Mike Frysinger, > On Tuesday 13 March 2012 23:47:56 Marek Vasut wrote: > > This command boots Linux zImage from where the zImage is loaded to. > > Passing initrd and fdt is supported. > > i've got no opinion on the matter of supporting zImage directly (although, > i guess it'd be nice since

Re: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-13 Thread Mike Frysinger
On Tuesday 13 March 2012 23:47:56 Marek Vasut wrote: > This command boots Linux zImage from where the zImage is loaded to. Passing > initrd and fdt is supported. i've got no opinion on the matter of supporting zImage directly (although, i guess it'd be nice since some legacy platforms still use i