Re: [U-Boot] [PATCH 4/5] ti_omap5_common: mark region of DRAM protected on HS parts

2016-09-06 Thread Allred, Daniel
On 9/6/2016 3:54 PM, Andrew F. Davis wrote: > On 09/02/2016 12:40 AM, Daniel Allred wrote: >> If the ending portion of the DRAM is reserved for secure >> world use, then u-boot cannot use this memory for its relocation >> purposes. To prevent issues, we mark this memory as PRAM and this >>

Re: [U-Boot] [PATCH 4/5] ti_omap5_common: mark region of DRAM protected on HS parts

2016-09-06 Thread Tom Rini
On Tue, Sep 06, 2016 at 03:54:31PM -0500, Andrew F. Davis wrote: > On 09/02/2016 12:40 AM, Daniel Allred wrote: > > If the ending portion of the DRAM is reserved for secure > > world use, then u-boot cannot use this memory for its relocation > > purposes. To prevent issues, we mark this memory as

Re: [U-Boot] [PATCH 4/5] ti_omap5_common: mark region of DRAM protected on HS parts

2016-09-06 Thread Andrew F. Davis
On 09/02/2016 12:40 AM, Daniel Allred wrote: > If the ending portion of the DRAM is reserved for secure > world use, then u-boot cannot use this memory for its relocation > purposes. To prevent issues, we mark this memory as PRAM and this > prevents it from being used by u-boot at all. > >

Re: [U-Boot] [PATCH 4/5] ti_omap5_common: mark region of DRAM protected on HS parts

2016-09-02 Thread Tom Rini
On Fri, Sep 02, 2016 at 12:40:23AM -0500, Daniel Allred wrote: > If the ending portion of the DRAM is reserved for secure > world use, then u-boot cannot use this memory for its relocation > purposes. To prevent issues, we mark this memory as PRAM and this > prevents it from being used by u-boot

[U-Boot] [PATCH 4/5] ti_omap5_common: mark region of DRAM protected on HS parts

2016-09-01 Thread Daniel Allred
If the ending portion of the DRAM is reserved for secure world use, then u-boot cannot use this memory for its relocation purposes. To prevent issues, we mark this memory as PRAM and this prevents it from being used by u-boot at all. Signed-off-by: Daniel Allred ---