All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] ARM: DRA7xx: Enable post-processing of FIT artifacts loaded by U-Boot
Date: Wed, 24 Aug 2016 14:32:17 -0500	[thread overview]
Message-ID: <20160824193218.23189-3-afd@ti.com> (raw)
In-Reply-To: <20160824193218.23189-1-afd@ti.com>

From: Andreas Dannenberg <dannenberg@ti.com>

Enable the platform-specific post-processing of FIT-extracted blobs such
as Kernel, DTB, and initramfs on TI DRA7xx high-security (HS) devices
which will ultimately invoke a ROM-based API call that performs secure
processing such as blob authentication.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/dra7xx_hs_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index ae08e6d..d6e4e07 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -65,3 +65,4 @@ CONFIG_PCF8575_GPIO=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_CMD_REGULATOR=y
+CONFIG_FIT_IMAGE_POST_PROCESS=y
-- 
2.9.3

  parent reply	other threads:[~2016-08-24 19:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 19:32 [U-Boot] [PATCH 0/3] Enable post-processing of FIT artifacts on HS boards Andrew F. Davis
2016-08-24 19:32 ` [U-Boot] [PATCH 1/3] ARM: AM43xx: Enable post-processing of FIT artifacts loaded by U-Boot Andrew F. Davis
2016-08-25  5:15   ` Lokesh Vutla
2016-08-26 14:52   ` Tom Rini
2016-09-07 17:58   ` [U-Boot] [U-Boot, " Tom Rini
2016-08-24 19:32 ` Andrew F. Davis [this message]
2016-08-25  5:16   ` [U-Boot] [PATCH 2/3] ARM: DRA7xx: " Lokesh Vutla
2016-08-26 14:52   ` Tom Rini
2016-09-07 17:58   ` [U-Boot] [U-Boot, " Tom Rini
2016-08-24 19:32 ` [U-Boot] [PATCH 3/3] ARM: AM57xx: " Andrew F. Davis
2016-08-25  5:16   ` Lokesh Vutla
2016-08-26 14:52   ` Tom Rini
2016-09-07 17:58   ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160824193218.23189-3-afd@ti.com \
    --to=afd@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.