From: Michael Trimarchi <michael@amarulasolutions.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Nishanth Menon <nm@ti.com>, Simon Glass <sjg@chromium.org>,
Neha Malcom Francis <n-francis@ti.com>,
Manorit Chawdhry <m-chawdhry@ti.com>,
linux-amarula@amarulasolutions.com,
Michael Trimarchi <michael@amarulasolutions.com>
Subject: [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement
Date: Mon, 26 Feb 2024 08:14:15 +0100 [thread overview]
Message-ID: <20240226071415.1705492-1-michael@amarulasolutions.com> (raw)
Allow boards that use ti_spl_template to not use optee part in
configuration.
Vendor can have module with 256 Mb of memory and they try to optimize
the available memory just using the essential components.
This change allow to remove tee from configuration without binman
fail.
configurations {
default = "conf-0";
conf-0 {
description = "k3-am62_ccm_m3";
firmware = "atf";
loadables = "dm", "spl";
fdt = "fdt-0";
};
};
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
V1->V2:
Adjust commit message
---
arch/arm/dts/k3-binman.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/k3-binman.dtsi b/arch/arm/dts/k3-binman.dtsi
index 758c8bf6ea..5ef5af315a 100644
--- a/arch/arm/dts/k3-binman.dtsi
+++ b/arch/arm/dts/k3-binman.dtsi
@@ -293,6 +293,7 @@
keyfile = "custMpk.pem";
};
tee: tee-os {
+ optional;
};
};
@@ -360,6 +361,7 @@
entry = <0x9e800000>;
tee-os {
filename = "tee-raw.bin";
+ optional;
};
};
--
2.40.1
next reply other threads:[~2024-02-26 7:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 7:14 Michael Trimarchi [this message]
2024-03-05 16:03 ` [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement 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=20240226071415.1705492-1-michael@amarulasolutions.com \
--to=michael@amarulasolutions.com \
--cc=linux-amarula@amarulasolutions.com \
--cc=m-chawdhry@ti.com \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox