From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew F. Davis Date: Wed, 24 Aug 2016 14:32:15 -0500 Subject: [U-Boot] [PATCH 0/3] Enable post-processing of FIT artifacts on HS boards Message-ID: <20160824193218.23189-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, With eba3fbd6a12b ("common: image: Add support for post-processing of images") we can now post-process FIT artifacts in U-Boot proper just like we do in SPL. This allows us to continue the chain-of-trust into the next stages of the boot process after U-Boot. This series enables this in the defconfig for supported HS devices. Thanks, Andrew Andreas Dannenberg (3): ARM: AM43xx: Enable post-processing of FIT artifacts loaded by U-Boot ARM: DRA7xx: Enable post-processing of FIT artifacts loaded by U-Boot ARM: AM57xx: Enable post-processing of FIT artifacts loaded by U-Boot configs/am43xx_hs_evm_defconfig | 1 + configs/am57xx_hs_evm_defconfig | 1 + configs/dra7xx_hs_evm_defconfig | 1 + 3 files changed, 3 insertions(+) -- 2.9.3