All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manorit Chawdhry <m-chawdhry@ti.com>
To: <u-boot@lists.denx.de>
Cc: Andrew Davis <afd@ti.com>, Manorit Chawdhry <m-chawdhry@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Neha Francis <n-francis@ti.com>,
	Jayesh Choudhary <j-choudhary@ti.com>,
	Tom Rini <trini@konsulko.com>, Judith Mendez <jm@ti.com>,
	Kamlesh Gurudasani <kamlesh@ti.com>
Subject: [PATCH v3 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS
Date: Fri, 3 Mar 2023 15:59:33 +0530	[thread overview]
Message-ID: <20230303102936.350096-2-m-chawdhry@ti.com> (raw)
In-Reply-To: <20230303102936.350096-1-m-chawdhry@ti.com>

From: Andrew Davis <afd@ti.com>

When building for secure devices using non-buildman based image generation
the signed tispl.bin file is called tispl.bin_HS. Also build the unsigned
tispl.bin file as expected.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
 arch/arm/mach-k3/config.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-k3/config.mk b/arch/arm/mach-k3/config.mk
index 9306f2627d9a..cbf9c10210a6 100644
--- a/arch/arm/mach-k3/config.mk
+++ b/arch/arm/mach-k3/config.mk
@@ -68,6 +68,8 @@ ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
 SPL_ITS := u-boot-spl-k3_HS.its
 $(SPL_ITS): export IS_HS=1
 INPUTS-y	+= tispl.bin_HS
+INPUTS-y	+= tispl.bin
+tispl.bin: $(obj)/u-boot-spl-nodtb.bin_HS $(patsubst %,$(obj)/dts/%.dtb_HS,$(subst ",,$(CONFIG_SPL_OF_LIST)))
 else
 SPL_ITS := u-boot-spl-k3.its
 INPUTS-y	+= tispl.bin
-- 
2.34.1


  reply	other threads:[~2023-03-03 10:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 10:29 [PATCH v3 0/4] J721E HS Fixes Manorit Chawdhry
2023-03-03 10:29 ` Manorit Chawdhry [this message]
2023-03-03 10:29 ` [PATCH v3 2/4] configs: j721e: Merge the HS and non-HS defconfigs Manorit Chawdhry
2023-03-03 10:29 ` [PATCH v3 3/4] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region Manorit Chawdhry
2023-03-03 11:22   ` Kamlesh Gurudasani
2023-03-03 17:34   ` Tom Rini
2023-03-06  5:14     ` Manorit Chawdhry
2023-03-03 10:29 ` [PATCH v3 4/4] arm: mach-k3: Increase SYSFW max image size Manorit Chawdhry

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=20230303102936.350096-2-m-chawdhry@ti.com \
    --to=m-chawdhry@ti.com \
    --cc=afd@ti.com \
    --cc=j-choudhary@ti.com \
    --cc=jm@ti.com \
    --cc=kamlesh@ti.com \
    --cc=n-francis@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /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.