Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-05-03 Thread Tom Rini
nt: Wednesday, April 12, 2017 6:33 AM > > > To: Vikas MANOCHA > > > Cc: u-boot@lists.denx.de; Marek Vasut ; Stefan Agner > > > ; Jeremy Hunt > > > > > > Subject: Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address > > > reconf

Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-05-02 Thread Vikas MANOCHA
Hi Tom, > -Original Message- > From: Vikas MANOCHA > Sent: Wednesday, April 12, 2017 12:47 PM > To: 'Tom Rini' > Cc: u-boot@lists.denx.de; Marek Vasut ; Stefan Agner > ; Jeremy Hunt > > Subject: RE: [U-Boot] [PATCH] spl: make image arg or fdt blob add

Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-04-12 Thread Vikas MANOCHA
> > To: Vikas MANOCHA > > > Cc: u-boot@lists.denx.de; Marek Vasut ; Stefan Agner > > > ; Jeremy Hunt > > > > > > Subject: Re: [U-Boot] [PATCH] spl: make image arg or fdt blob > > > address reconfigurable > > > > > > On Fri, Apr

Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-04-12 Thread Tom Rini
ut ; Stefan Agner > > ; Jeremy Hunt > > > > Subject: Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address > > reconfigurable > > > > On Fri, Apr 07, 2017 at 03:38:13PM -0700, Vikas Manocha wrote: > > > > > At present fdt blo

Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-04-11 Thread Vikas MANOCHA
Hi Tom, > -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Monday, April 10, 2017 5:29 AM > To: Vikas MANOCHA > Cc: u-boot@lists.denx.de; Marek Vasut ; Stefan Agner > ; Jeremy Hunt > > Subject: Re: [U-Boot] [PATCH] spl: make image

Re: [U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-04-10 Thread Tom Rini
On Fri, Apr 07, 2017 at 03:38:13PM -0700, Vikas Manocha wrote: > At present fdt blob or argument address being passed to kernel is fixed at > compile time using macro CONFIG_SYS_SPL_ARGS_ADDR. FDT blob from > different media like nand, nor flash are copied to the address pointed > by the macro. >

[U-Boot] [PATCH] spl: make image arg or fdt blob address reconfigurable

2017-04-07 Thread Vikas Manocha
At present fdt blob or argument address being passed to kernel is fixed at compile time using macro CONFIG_SYS_SPL_ARGS_ADDR. FDT blob from different media like nand, nor flash are copied to the address pointed by the macro. The problem is, it makes args/fdt blob compulsory to copy which is not req