projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf475c
)
arm64: dts: imx8mq-librem5: add a RO firmware partition
author
Angus Ainslie
<angus@akkea.ca>
Mon, 28 Feb 2022 13:12:21 +0000
(14:12 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 8 Apr 2022 10:40:52 +0000
(18:40 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index a0c8191bd33cd323092ce38dfcf9771e1c0efe2b..587e55aaa57bb971bd9715b6faae45eb67806356 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@
-325,15
+325,10
@@
};
partition@30000 {
- label = "
protected1
";
- reg = <0x30000 0x10000>;
+ label = "
firmware
";
+ reg = <0x30000 0x1
d
0000>;
read-only;
};
-
- partition@40000 {
- label = "rw";
- reg = <0x40000 0x1C0000>;
- };
};
};