From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: kostap@marvell.com, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Stefan Chulski <stefanc@marvell.com>,
Nadav Haklai <nadavh@marvell.com>,
Konstantin Porotchkin <kostap@marvell.com>,
Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH] arm64: dts: marvell: add optee FW definitions
Date: Mon, 28 Nov 2022 01:10:51 +0100 [thread overview]
Message-ID: <87o7ss7xbo.fsf@BL-laptop> (raw)
In-Reply-To: <20221109150743.1444103-1-kostap@marvell.com>
<kostap@marvell.com> writes:
> From: Konstantin Porotchkin <kostap@marvell.com>
>
> Add reserved memory and ARM firmware definitions for optee
> memory region in Marvell Armada SoCs to avoid protected memory
> access.
>
Applied on mvebu/dt64
Thanks,
Gregory
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Gregory Clement <gregory.clement@bootlin.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> ---
> arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 5 +++++
> arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> index df152c72276b..e300145ad1a6 100644
> --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> @@ -35,6 +35,11 @@ psci-area@4000000 {
> reg = <0 0x4000000 0 0x200000>;
> no-map;
> };
> +
> + tee@4400000 {
> + reg = <0 0x4400000 0 0x1000000>;
> + no-map;
> + };
> };
>
> cpus {
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> index a06a0a889c43..4e6d29ad32eb 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> @@ -41,6 +41,11 @@ psci-area@4000000 {
> reg = <0x0 0x4000000 0x0 0x200000>;
> no-map;
> };
> +
> + tee@4400000 {
> + reg = <0 0x4400000 0 0x1000000>;
> + no-map;
> + };
> };
>
> AP_NAME {
> --
> 2.25.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: kostap@marvell.com, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Stefan Chulski <stefanc@marvell.com>,
Nadav Haklai <nadavh@marvell.com>,
Konstantin Porotchkin <kostap@marvell.com>,
Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH] arm64: dts: marvell: add optee FW definitions
Date: Mon, 28 Nov 2022 01:10:51 +0100 [thread overview]
Message-ID: <87o7ss7xbo.fsf@BL-laptop> (raw)
In-Reply-To: <20221109150743.1444103-1-kostap@marvell.com>
<kostap@marvell.com> writes:
> From: Konstantin Porotchkin <kostap@marvell.com>
>
> Add reserved memory and ARM firmware definitions for optee
> memory region in Marvell Armada SoCs to avoid protected memory
> access.
>
Applied on mvebu/dt64
Thanks,
Gregory
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Gregory Clement <gregory.clement@bootlin.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> ---
> arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 5 +++++
> arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> index df152c72276b..e300145ad1a6 100644
> --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> @@ -35,6 +35,11 @@ psci-area@4000000 {
> reg = <0 0x4000000 0 0x200000>;
> no-map;
> };
> +
> + tee@4400000 {
> + reg = <0 0x4400000 0 0x1000000>;
> + no-map;
> + };
> };
>
> cpus {
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> index a06a0a889c43..4e6d29ad32eb 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> @@ -41,6 +41,11 @@ psci-area@4000000 {
> reg = <0x0 0x4000000 0x0 0x200000>;
> no-map;
> };
> +
> + tee@4400000 {
> + reg = <0 0x4400000 0 0x1000000>;
> + no-map;
> + };
> };
>
> AP_NAME {
> --
> 2.25.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2022-11-28 0:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[PATCH] arch/arm64/boot/dts/marvell: add optee FW definitions>
2022-11-09 15:07 ` [PATCH] arm64: dts: marvell: add optee FW definitions kostap
2022-11-09 15:07 ` kostap
2022-11-28 0:10 ` Gregory CLEMENT [this message]
2022-11-28 0:10 ` Gregory CLEMENT
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=87o7ss7xbo.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=kostap@marvell.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nadavh@marvell.com \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=stefanc@marvell.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.