All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node
@ 2022-02-21 16:08 Peter Griffin
  2022-03-14  8:09 ` Kever Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Griffin @ 2022-02-21 16:08 UTC (permalink / raw)
  To: u-boot, sjg, philipp.tomsich, kever.yang; +Cc: peter.griffin

Allow u-boot to probe optee so we can access secure os
from the bootloader.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
 arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
index 85ee5770ad..95ca99ecbc 100644
--- a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
@@ -4,3 +4,13 @@
  */
 
 #include "rk3399-rock-pi-4-u-boot.dtsi"
+
+/ {
+	firmware {
+		optee {
+			compatible = "linaro,optee-tz";
+			method = "smc";
+		};
+	};
+
+};
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node
  2022-02-21 16:08 [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node Peter Griffin
@ 2022-03-14  8:09 ` Kever Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Kever Yang @ 2022-03-14  8:09 UTC (permalink / raw)
  To: Peter Griffin; +Cc: U-Boot-Denx, Simon Glass, Philipp Tomsich, Kever Yang

Hi Peter,

Peter Griffin <peter.griffin@linaro.org> 于2022年2月22日周二 00:10写道:
>
> Allow u-boot to probe optee so we can access secure os
> from the bootloader.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>  arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
> index 85ee5770ad..95ca99ecbc 100644
> --- a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
> @@ -4,3 +4,13 @@
>   */
>
>  #include "rk3399-rock-pi-4-u-boot.dtsi"
> +
> +/ {
> +       firmware {
> +               optee {
> +                       compatible = "linaro,optee-tz";
> +                       method = "smc";
> +               };
> +       };
> +
> +};
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node
  2022-02-21 16:12 Peter Griffin
@ 2022-02-26 18:37 ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2022-02-26 18:37 UTC (permalink / raw)
  To: Peter Griffin; +Cc: U-Boot Mailing List, Philipp Tomsich, Kever Yang

Hi Peter,

On Mon, 21 Feb 2022 at 09:13, Peter Griffin <peter.griffin@linaro.org> wrote:
>
> Allow u-boot to probe optee so we can access secure os
> from the bootloader.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>  arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>

Binman has a tee-os entry type now so please use that. Also please see
my series which converts rockchip 64-bit boards to binman.

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node
@ 2022-02-21 16:12 Peter Griffin
  2022-02-26 18:37 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Griffin @ 2022-02-21 16:12 UTC (permalink / raw)
  To: u-boot, sjg, philipp.tomsich, kever.yang; +Cc: peter.griffin

Allow u-boot to probe optee so we can access secure os
from the bootloader.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
 arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
index 85ee5770ad..95ca99ecbc 100644
--- a/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rock-pi-4b-u-boot.dtsi
@@ -4,3 +4,13 @@
  */
 
 #include "rk3399-rock-pi-4-u-boot.dtsi"
+
+/ {
+	firmware {
+		optee {
+			compatible = "linaro,optee-tz";
+			method = "smc";
+		};
+	};
+
+};
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-14  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 16:08 [PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node Peter Griffin
2022-03-14  8:09 ` Kever Yang
2022-02-21 16:12 Peter Griffin
2022-02-26 18:37 ` Simon Glass

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.