All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: robh@kernel.org, krzysztof.kozlowski@canonical.com,
	shawnguo@kernel.org, festevam@gmail.com
Cc: kernel@pengutronix.de, kernel@puri.sm,
	devicetree@vger.kernel.org, phone-devel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Angus Ainslie <angus@akkea.ca>,
	Martin Kepplinger <martin.kepplinger@puri.sm>
Subject: [PATCH v1 4/5] arm64: dts: imx8mq-librem5: add a RO firmware partition
Date: Mon, 28 Feb 2022 14:12:21 +0100	[thread overview]
Message-ID: <20220228131222.917137-5-martin.kepplinger@puri.sm> (raw)
In-Reply-To: <20220228131222.917137-1-martin.kepplinger@puri.sm>

From: Angus Ainslie <angus@akkea.ca>

This partition will hold a squashfs firmware jail. Only one read-only
partition is needed.

Signed-off-by: Angus Ainslie <angus@akkea.ca>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index a0c8191bd33c..587e55aaa57b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -325,15 +325,10 @@ partition@0 {
 		};
 
 		partition@30000 {
-			label = "protected1";
-			reg = <0x30000 0x10000>;
+			label = "firmware";
+			reg = <0x30000 0x1d0000>;
 			read-only;
 		};
-
-		partition@40000 {
-			label = "rw";
-			reg = <0x40000 0x1C0000>;
-		};
 	};
 };
 
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: robh@kernel.org, krzysztof.kozlowski@canonical.com,
	shawnguo@kernel.org, festevam@gmail.com
Cc: kernel@pengutronix.de, kernel@puri.sm,
	devicetree@vger.kernel.org, phone-devel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Angus Ainslie <angus@akkea.ca>,
	Martin Kepplinger <martin.kepplinger@puri.sm>
Subject: [PATCH v1 4/5] arm64: dts: imx8mq-librem5: add a RO firmware partition
Date: Mon, 28 Feb 2022 14:12:21 +0100	[thread overview]
Message-ID: <20220228131222.917137-5-martin.kepplinger@puri.sm> (raw)
In-Reply-To: <20220228131222.917137-1-martin.kepplinger@puri.sm>

From: Angus Ainslie <angus@akkea.ca>

This partition will hold a squashfs firmware jail. Only one read-only
partition is needed.

Signed-off-by: Angus Ainslie <angus@akkea.ca>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index a0c8191bd33c..587e55aaa57b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -325,15 +325,10 @@ partition@0 {
 		};
 
 		partition@30000 {
-			label = "protected1";
-			reg = <0x30000 0x10000>;
+			label = "firmware";
+			reg = <0x30000 0x1d0000>;
 			read-only;
 		};
-
-		partition@40000 {
-			label = "rw";
-			reg = <0x40000 0x1C0000>;
-		};
 	};
 };
 
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-02-28 13:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 13:12 [PATCH v1 0/5] arm64: dts: imx8mq-librem5: phone description updates Martin Kepplinger
2022-02-28 13:12 ` Martin Kepplinger
2022-02-28 13:12 ` [PATCH v1 1/5] arm64: dts: imx8mq-librem5: make the volume buttons a wakeup source Martin Kepplinger
2022-02-28 13:12   ` Martin Kepplinger
2022-02-28 13:12 ` [PATCH v1 2/5] arm64: dts: imx8mq-librem5: remove description of CHG_STATUS_B Martin Kepplinger
2022-02-28 13:12   ` Martin Kepplinger
2022-02-28 13:12 ` [PATCH v1 3/5] arm64: dts: imx8mq-librem5: higher boost regulation current Martin Kepplinger
2022-02-28 13:12   ` Martin Kepplinger
2022-02-28 13:12 ` Martin Kepplinger [this message]
2022-02-28 13:12   ` [PATCH v1 4/5] arm64: dts: imx8mq-librem5: add a RO firmware partition Martin Kepplinger
2022-02-28 13:12 ` [PATCH v1 5/5] arm64: dts: imx8mq-librem5-r4: add the correct panel Martin Kepplinger
2022-02-28 13:12   ` Martin Kepplinger
2022-04-08 10:41 ` [PATCH v1 0/5] arm64: dts: imx8mq-librem5: phone description updates Shawn Guo
2022-04-08 10:41   ` Shawn Guo

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=20220228131222.917137-5-martin.kepplinger@puri.sm \
    --to=martin.kepplinger@puri.sm \
    --cc=angus@akkea.ca \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kernel@puri.sm \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    /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.