[PATCH v1 4/5] arm64: dts: imx8mq-librem5: add a RO firmware partition
Martin Kepplinger
martin.kepplinger at puri.sm
Mon Feb 28 05:12:21 PST 2022
From: Angus Ainslie <angus at akkea.ca>
This partition will hold a squashfs firmware jail. Only one read-only
partition is needed.
Signed-off-by: Angus Ainslie <angus at akkea.ca>
Signed-off-by: Martin Kepplinger <martin.kepplinger at 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 at 0 {
};
partition at 30000 {
- label = "protected1";
- reg = <0x30000 0x10000>;
+ label = "firmware";
+ reg = <0x30000 0x1d0000>;
read-only;
};
-
- partition at 40000 {
- label = "rw";
- reg = <0x40000 0x1C0000>;
- };
};
};
--
2.30.2
More information about the linux-arm-kernel
mailing list