Re: [U-Boot] [PATCH v2 07/14] dm: common: Add memory reservation for the video uclass

2016-01-21 Thread Simon Glass
On 18 January 2016 at 19:52, Simon Glass wrote: > Before relocation we need to reserve memory for the video driver frame > buffers so that they can use this memory when they start up (after > relocation). Add a call to the uclass to permit this. > > The current top and bottom

[U-Boot] [PATCH v2 07/14] dm: common: Add memory reservation for the video uclass

2016-01-18 Thread Simon Glass
Before relocation we need to reserve memory for the video driver frame buffers so that they can use this memory when they start up (after relocation). Add a call to the uclass to permit this. The current top and bottom of the region is stored in global_data so that it can be checked