Re: [U-Boot] [PATCH v2 08/29] dm: Allow drivers to be marked 'before relocation'

2014-07-13 Thread Simon Glass
Hi Marek, On 10 July 2014 17:29, Marek Vasut wrote: > On Wednesday, July 09, 2014 at 05:37:58 AM, Simon Glass wrote: >> Driver model currently only operates after relocation is complete. In this >> state U-Boot typically has a small amount of memory available. In adding >> support for driver mode

Re: [U-Boot] [PATCH v2 08/29] dm: Allow drivers to be marked 'before relocation'

2014-07-10 Thread Marek Vasut
On Wednesday, July 09, 2014 at 05:37:58 AM, Simon Glass wrote: > Driver model currently only operates after relocation is complete. In this > state U-Boot typically has a small amount of memory available. In adding > support for driver model prior to relocation we must try to use as little > memory

[U-Boot] [PATCH v2 08/29] dm: Allow drivers to be marked 'before relocation'

2014-07-08 Thread Simon Glass
Driver model currently only operates after relocation is complete. In this state U-Boot typically has a small amount of memory available. In adding support for driver model prior to relocation we must try to use as little memory as possible. In addition, on some machines the memory has not be init