Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42e046ad authored by Naitik Bharadiya's avatar Naitik Bharadiya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable verity for MSM8917/37/53/96



Add "verify" flag to enable verity for system and
vendor partition in MSM8917,MSM8937,MSM8953,MSM8996.

Change-Id: I1888cc0cc07bc8db1a3a99fbb833934ba0c6550d
Signed-off-by: default avatarNaitik Bharadiya <bharad@codeaurora.org>
parent edbbd979
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -59,7 +59,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				 system {
@@ -67,7 +67,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};

+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -35,7 +35,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system {
@@ -43,7 +43,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};

+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system {
@@ -44,7 +44,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};

+2 −2
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
					dev = "/dev/block/platform/soc/7464900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				 };
				 system {
@@ -176,7 +176,7 @@
					dev = "/dev/block/platform/soc/7464900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};