lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 11 Dec 2017 22:12:13 -0600
From:   "Derald D. Woods" <woods.technical@...il.com>
To:     linux-omap@...r.kernel.org
Cc:     tony@...mide.com, linux-kernel@...r.kernel.org,
        "Derald D. Woods" <woods.technical@...il.com>
Subject: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

The partition information was omitted during the conversion to OMAP3430
specific data. The data added by this commit is consistent with current
U-Boot default definitions.

Fixes: 62fe1d337461 ("ARM: dts: omap3-evm: Add OMAP3530 specific device
tree processor data")

Signed-off-by: Derald D. Woods <woods.technical@...il.com>
---
 arch/arm/boot/dts/omap3-evm.dts | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-evm.dts b/arch/arm/boot/dts/omap3-evm.dts
index 21a3b88aef0c..1220deb47aae 100644
--- a/arch/arm/boot/dts/omap3-evm.dts
+++ b/arch/arm/boot/dts/omap3-evm.dts
@@ -85,5 +85,30 @@
 
 		#address-cells = <1>;
 		#size-cells = <1>;
+
+		partition@0 {
+			label = "spl";
+			reg = <0 0x80000>;
+		};
+		partition@...00 {
+			label = "u-boot";
+			reg = <0x80000 0x1c0000>;
+		};
+		partition@...000 {
+			label = "dtb";
+			reg = <0x240000 0x20000>;
+		};
+		partition@...000 {
+			label = "u-boot-env";
+			reg = <0x260000 0x20000>;
+		};
+		partition@...000 {
+			label = "kernel";
+			reg = <0x280000 0x600000>;
+		};
+		partition@...000 {
+			label = "rootfs";
+			reg = <0x880000 0>;
+		};
 	};
 };
-- 
2.15.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ