Re: [U-Boot] [PATCH 11/18] dm: common: Add memory reservation for the video uclass

2016-01-17 Thread Anatolij Gustschin
On Tue, 5 Jan 2016 09:31:07 -0700 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 of the region

[U-Boot] [PATCH 11/18] dm: common: Add memory reservation for the video uclass

2016-01-05 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 post-relocatio