* [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement
@ 2024-02-26 7:14 Michael Trimarchi
2024-03-05 16:03 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Michael Trimarchi @ 2024-02-26 7:14 UTC (permalink / raw)
To: Tom Rini, u-boot
Cc: Nishanth Menon, Simon Glass, Neha Malcom Francis,
Manorit Chawdhry, linux-amarula, Michael Trimarchi
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement
2024-02-26 7:14 [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement Michael Trimarchi
@ 2024-03-05 16:03 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-03-05 16:03 UTC (permalink / raw)
To: u-boot, Michael Trimarchi
Cc: Nishanth Menon, Simon Glass, Neha Malcom Francis,
Manorit Chawdhry, linux-amarula
On Mon, 26 Feb 2024 08:14:15 +0100, Michael Trimarchi wrote:
> 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.
>
> [...]
Applied to u-boot/next, thanks!
--
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-05 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 7:14 [PATCH V2] arm: dts: k3-binman: Make optee optional as requirement Michael Trimarchi
2024-03-05 16:03 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox