misc: add Tizen reboot notifier for passing reboot parameter
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 2 Jan 2024 00:31:18 +0000 (09:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2024 00:13:56 +0000 (09:13 +0900)
commit04598d754f6adbc90f1852c6e09ddfc3b3834f2c
treecad1758845294e2cc71d1ce474ce60b9965b9090
parent03e9be9acb427999f7f3e25946da749798ecb856
misc: add Tizen reboot notifier for passing reboot parameter

To provide a reboot command with argument, add tien-inform-reboot.c file.
Its argument will be passed to U-boot, and u-boot will be parsing its argument.
Then it will be entering to a proper mode.

This patch is based on Tizen RPI4 kernel tree.

Change-Id: Icfcec0a26b1cf7a53c5c4352991463df9c67aed6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/tizen-inform-reboot.c [new file with mode: 0644]