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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250204-exynos7870-bootmode-v1-1-0f17b3033c2d@disroot.org>
Date: Tue, 04 Feb 2025 02:01:47 +0530
From: Kaustabh Chakraborty <kauschluss@...root.org>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk@...nel.org>, 
 Conor Dooley <conor@...nel.org>
Cc: Sergey Lisov <sleirsgoevy@...il.com>, devicetree@...r.kernel.org, 
 linux-kernel@...r.kernel.org, Kaustabh Chakraborty <kauschluss@...root.org>
Subject: [PATCH] dt-bindings: soc: samsung,boot-mode: add boot mode
 definitions for exynos7870

Add bootmode values for bootloader, download, and recovery for
Exynos7870. These values are used by the syscon-reboot-mode driver to
facilitate rebooting in different modes.

Signed-off-by: Kaustabh Chakraborty <kauschluss@...root.org>
---
This patch series is a part of Exynos7870 upstreaming.
---
 include/dt-bindings/soc/samsung,boot-mode.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/soc/samsung,boot-mode.h b/include/dt-bindings/soc/samsung,boot-mode.h
index 47ef1cdd3916eb33dd729396dfe443ba6a49f22f..effb3d6fa501e28a0a1fe847e5a0fe6906ef4f29 100644
--- a/include/dt-bindings/soc/samsung,boot-mode.h
+++ b/include/dt-bindings/soc/samsung,boot-mode.h
@@ -9,6 +9,12 @@
 #ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
 #define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
 
+/* Boot mode definitions for Exynos 7870 SoC */
+
+#define EXYNOS7870_BOOT_DOWNLOAD	0x12345671
+#define EXYNOS7870_BOOT_RECOVERY	0x12345674
+#define EXYNOS7870_BOOT_BOOTLOADER	0x1234567d
+
 /* Boot mode definitions for Exynos Auto v9 SoC */
 
 #define EXYNOSAUTOV9_BOOT_FASTBOOT	0xfa

---
base-commit: df4b2bbff898227db0c14264ac7edd634e79f755
change-id: 20250203-exynos7870-bootmode-b0ed366d454d

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@...root.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ