From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew F. Davis Date: Mon, 21 Nov 2016 14:14:44 -0600 Subject: [U-Boot] [PATCH 0/3] Add FIT loadable custom processing Message-ID: <20161121201447.814-1-afd@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello all, To see the background on this see here[0]. As Simon suggested we are now using a linker list to keep any and all TEE specific code out of common files as, unlike kernel, dtb, ramdisk, and fpga image types, TEE images may not be used by needed by all users. The last patch in this series is and example of how one can now add a handler for an image type for their platform. Thanks, Andrew [0] http://lists.denx.de/pipermail/u-boot/2016-November/272614.html Andrew F. Davis (3): image: Add FIT image loadable section custom processing image: Add Trusted Execution Environment image type RFC: board: ti: dra7xx: add FIT image TEE processing board/ti/dra7xx/evm.c | 7 +++++++ common/image.c | 34 ++++++++++++++++++++++++++++++++++ include/image.h | 12 ++++++++++++ 3 files changed, 53 insertions(+) -- 2.10.2