Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-23 Thread Bryan O'Donoghue
On 22/01/18 14:46, Andrew F. Davis wrote: As I understand it, that's a board-specific method, which wants to install a TEE (jump into a TEE and return to u-boot), whereas the aim with this patch-set is to chain-load and boot via TEE - OPTEE in this case. This is not board-specific, this is

Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-22 Thread Andrew F. Davis
On 01/19/2018 05:59 PM, Bryan O'Donoghue wrote: > > > On 19/01/18 20:14, Andrew F. Davis wrote: >> On 01/19/2018 01:43 PM, Bryan O'Donoghue wrote: >>> This patch adds support for bootable OPTEE images to mkimage. Currently >>> there is a (Trusted Execution Environment) TEE image type, the TEE

Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-19 Thread Bryan O'Donoghue
On 19/01/18 20:14, Andrew F. Davis wrote: On 01/19/2018 01:43 PM, Bryan O'Donoghue wrote: This patch adds support for bootable OPTEE images to mkimage. Currently there is a (Trusted Execution Environment) TEE image type, the TEE image type is installed to a memory location with u-boot

Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-19 Thread Andrew F. Davis
On 01/19/2018 01:43 PM, Bryan O'Donoghue wrote: > This patch adds support for bootable OPTEE images to mkimage. Currently > there is a (Trusted Execution Environment) TEE image type, the TEE image > type is installed to a memory location with u-boot continuing to own the > boot process whereas the

[U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-19 Thread Bryan O'Donoghue
This patch adds support for bootable OPTEE images to mkimage. Currently there is a (Trusted Execution Environment) TEE image type, the TEE image type is installed to a memory location with u-boot continuing to own the boot process whereas the OPTEE image type defined here is a bootable image,