From: Yannic Moog <Y.Moog@phytec.de>
To: "tharvey@gateworks.com" <tharvey@gateworks.com>
Cc: "manut@mecka.net" <manut@mecka.net>,
"uboot-imx@nxp.com" <uboot-imx@nxp.com>,
"trini@konsulko.com" <trini@konsulko.com>,
"festevam@gmail.com" <festevam@gmail.com>,
Yashwanth Varakala <Y.Varakala@phytec.de>,
"sbabic@denx.de" <sbabic@denx.de>,
Benjamin Hahn <B.Hahn@phytec.de>,
PHYTEC Upstream <upstream@lists.phytec.de>,
"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
Teresa Remmet <T.Remmet@phytec.de>
Subject: Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node
Date: Fri, 8 Nov 2024 12:44:31 +0000 [thread overview]
Message-ID: <fbf4d00096ded5fb882322c4daf801c601afd6f0.camel@phytec.de> (raw)
In-Reply-To: <CAJ+vNU2=QyLw_hjfjR_vk8xmk2s4Y7wfXfHbyzuqhynfVpw4Sg@mail.gmail.com>
Hi Tim,
On Thu, 2024-11-07 at 09:42 -0800, Tim Harvey wrote:
> On Thu, Nov 7, 2024 at 12:24 AM Yannic Moog <y.moog@phytec.de> wrote:
> >
> > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify
> > load and entry addresses for the op-tee image in the respective
> > defconfig.
> >
> > Signed-off-by: Yannic Moog <y.moog@phytec.de>
> > ---
> > arch/arm/dts/imx8mm-u-boot.dtsi | 17 ++++++++++++++++-
> > arch/arm/dts/imx8mn-u-boot.dtsi | 17 ++++++++++++++++-
> > arch/arm/dts/imx8mp-u-boot.dtsi | 17 ++++++++++++++++-
> > arch/arm/mach-imx/imx8m/Kconfig | 8 ++++++++
> > 4 files changed, 56 insertions(+), 3 deletions(-)
> >
> > diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
> > index d31bc822532..ecc2319279e 100644
> > --- a/arch/arm/dts/imx8mm-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mm-u-boot.dtsi
> > @@ -164,6 +164,21 @@
> > };
> > #endif
> >
> > + tee: tee {
> > + description = "OP-TEE";
> > + type = "tee";
> > + arch = "arm64";
> > + compression = "none";
> > + os = "tee";
> > + load = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > + entry = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > +
> > + tee-os {
> > + filename = "tee.bin";
> > + optional;
> > + };
> > + };
> > +
>
> Hi Yannic,
>
> Thanks for working on this.
>
> Don't you need to protect this block with an #ifdef
> CONFIG_IMX8M_OPTEE_LOAD_ADDR? I would expect binman to fail if it
> doesn't find tee.bin and has an empty load/entry address.
I do not need to do that because the config is defined for all imx8m boards. If I didn't define a
default, the kconfig mechanism prompts for a value for the load addr.
>
> Also, when I attempted this patch some time ago it was accepted but
> failed CI which is something I never had time to figure out and
> address.
> The failure had something to do with adding the Kconfig and
> you should be able to find the discussion with a pointer to the
> failure in your references above.
I took a look at your patch before working on this series and to the best of my knowledge the
challenge was that you defined the kconfig for all boards and failed for other architectures or no
architecture in that particular case afaik. The solution is to define a default value, but obviously
it should at least be a valid address.
To illustrate, some of our (Phytec imx8m) boards have 1GiB RAM (up to 0x80000000) and for e.g. imx93
RAM starts at 0x90000000, the only good option is to put it in the imx8m Kconfig.
>
> Did you make sure CI passes?
I did test the failed CI that Stefano highlighted at the time and that passes. For others I don't
know.
Yannic
>
> Best Regards,
>
> Tim
>
> > binman_fip: fip {
> > arch = "arm64";
> > compression = "none";
> > @@ -192,7 +207,7 @@
> > fdt = "fdt-SEQ";
> > firmware = "uboot";
> > #ifndef CONFIG_ARMV8_PSCI
> > - loadables = "atf";
> > + loadables = "atf", "tee";
> > #endif
> > };
> > };
> > diff --git a/arch/arm/dts/imx8mn-u-boot.dtsi b/arch/arm/dts/imx8mn-u-boot.dtsi
> > index 6875c6d44ff..f9108cb75c7 100644
> > --- a/arch/arm/dts/imx8mn-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mn-u-boot.dtsi
> > @@ -235,6 +235,21 @@
> > };
> > #endif
> >
> > + tee: tee {
> > + description = "OP-TEE";
> > + type = "tee";
> > + arch = "arm64";
> > + compression = "none";
> > + os = "tee";
> > + load = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > + entry = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > +
> > + tee-os {
> > + filename = "tee.bin";
> > + optional;
> > + };
> > + };
> > +
> > binman_fip: fip {
> > arch = "arm64";
> > compression = "none";
> > @@ -263,7 +278,7 @@
> > fdt = "fdt-SEQ";
> > firmware = "uboot";
> > #ifndef CONFIG_ARMV8_PSCI
> > - loadables = "atf";
> > + loadables = "atf", "tee";
> > #endif
> > };
> > };
> > diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi
> > index 56749ccacd2..9ede98a11e4 100644
> > --- a/arch/arm/dts/imx8mp-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mp-u-boot.dtsi
> > @@ -185,6 +185,21 @@
> > };
> > #endif
> >
> > + tee: tee {
> > + description = "OP-TEE";
> > + type = "tee";
> > + arch = "arm64";
> > + compression = "none";
> > + os = "tee";
> > + load = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > + entry = <CONFIG_IMX8M_OPTEE_LOAD_ADDR>;
> > +
> > + tee-os {
> > + filename = "tee.bin";
> > + optional;
> > + };
> > + };
> > +
> > @fdt-SEQ {
> > description = "NAME";
> > type = "flat_dt";
> > @@ -204,7 +219,7 @@
> > fdt = "fdt-SEQ";
> > firmware = "uboot";
> > #ifndef CONFIG_ARMV8_PSCI
> > - loadables = "atf";
> > + loadables = "atf", "tee";
> > #endif
> > };
> > };
> > diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
> > index b254a50b091..14f14db6a35 100644
> > --- a/arch/arm/mach-imx/imx8m/Kconfig
> > +++ b/arch/arm/mach-imx/imx8m/Kconfig
> > @@ -37,6 +37,14 @@ config SYS_HAS_ARMV8_SECURE_BASE
> > If enabled, please also define the value for ARMV8_SECURE_BASE,
> > for i.MX8M, it could be some address in OCRAM.
> >
> > +config IMX8M_OPTEE_LOAD_ADDR
> > + hex "Load address of OPTEE image"
> > + default 0x56000000
> > + help
> > + The load and entry address for the OPTEE image. This value defaults to
> > + 0x56000000 if not provided in the board defconfig file.
> > +
> > +
> > choice
> > prompt "NXP i.MX8M board select"
> > optional
> >
> > --
> > 2.43.0
> >
next prev parent reply other threads:[~2024-11-08 12:44 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 8:23 [PATCH v2 0/6] imx8(m): add optee node to binman FIT image Yannic Moog
2024-11-07 8:23 ` [PATCH v2 1/6] arm: imx8m: add OP-TEE node Yannic Moog
2024-11-07 17:42 ` Tim Harvey
2024-11-08 12:44 ` Yannic Moog [this message]
2024-11-08 13:49 ` Adam Ford
2024-11-08 18:05 ` Tim Harvey
2024-11-11 7:48 ` Yannic Moog
2024-11-11 10:49 ` Adam Ford
2024-11-13 7:06 ` Yannic Moog
2024-12-06 13:17 ` [Upstream] " Yannic Moog
2024-11-07 8:23 ` [PATCH v2 2/6] phycore-imx8mp_defconfig: add optee load address Yannic Moog
2024-11-07 8:52 ` [Upstream] " Wadim Egorov
2024-11-08 12:55 ` Yannic Moog
2024-11-08 13:12 ` Wadim Egorov
2024-11-07 8:23 ` [PATCH v2 3/6] imx8mm-phygate-tauri-l_defconfig: " Yannic Moog
2024-11-07 8:23 ` [PATCH v2 4/6] phycore-imx8mm_defconfig: " Yannic Moog
2024-11-07 8:23 ` [PATCH v2 5/6] doc: phytec: imx8mp: add OP-TEE documentation Yannic Moog
2024-11-07 9:07 ` [Upstream] " Wadim Egorov
2024-11-08 12:59 ` Yannic Moog
2024-11-08 13:05 ` Wadim Egorov
2024-11-07 8:23 ` [PATCH v2 6/6] doc: phytec: imx8mm: add OP-TEE integration instructions Yannic Moog
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=fbf4d00096ded5fb882322c4daf801c601afd6f0.camel@phytec.de \
--to=y.moog@phytec.de \
--cc=B.Hahn@phytec.de \
--cc=T.Remmet@phytec.de \
--cc=Y.Varakala@phytec.de \
--cc=festevam@gmail.com \
--cc=manut@mecka.net \
--cc=sbabic@denx.de \
--cc=tharvey@gateworks.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=upstream@lists.phytec.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.