Re: [U-Boot] [PATCH 12/16] ARM: omap4/5: Add device type to CPU string

2016-04-21 Thread Allred, Daniel
On 4/21/2016 12:55 PM, Andreas Dannenberg wrote: On Tue, Apr 19, 2016 at 11:26:30AM -0500, Andreas Dannenberg wrote: On Mon, Apr 11, 2016 at 06:37:14PM -0500, Daniel Allred wrote: Update the CPU string output so that the device type is now included as part of the CPU string that is printed as

Re: [U-Boot] [PATCH 09/16] defconfig: Add configs for AM43xx secure parts

2016-04-21 Thread Allred, Daniel
On 4/21/2016 8:40 AM, Tom Rini wrote: On Fri, Apr 15, 2016 at 03:28:07PM +0530, Lokesh Vutla wrote: On Tuesday 12 April 2016 05:07 AM, Daniel Allred wrote: From: Madan Srinivas Adds new defconfig files for AM43xx secure devices. These are the same as the non-secure parts,

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 3/5] ARM: DRA7: Add secure emif setup calls

2016-09-06 Thread Allred, Daniel
On 9/6/2016 3:41 PM, Andrew F. Davis wrote: > On 09/02/2016 12:40 AM, Daniel Allred wrote: >> After EMIF DRAM is configured, but before it is used, >> calls are made on secure devices to reserve any configured >> memory region needed by the secure world and then to lock the >> EMIF firewall

Re: [U-Boot] [PATCH 3/5] ARM: DRA7: Add secure emif setup calls

2016-09-06 Thread Allred, Daniel
On 9/2/2016 9:54 AM, Tom Rini wrote: > On Fri, Sep 02, 2016 at 12:40:22AM -0500, Daniel Allred wrote: >> After EMIF DRAM is configured, but before it is used, >> calls are made on secure devices to reserve any configured >> memory region needed by the secure world and then to lock the >> EMIF

Re: [U-Boot] [PATCH 1/5] ti: omap5: Add Kconfig options for secure EMIF reservations

2016-09-06 Thread Allred, Daniel
On 9/6/2016 3:23 PM, Andrew F. Davis wrote: > On 09/02/2016 12:40 AM, Daniel Allred wrote: >> Adds start address and size config options for setting aside >> a portion of the EMIF memory space for usage by security software >> (like a secure OS/TEE). There are two sizes, a total size and a >>