misc: add Tizen reboot notifier for passing reboot parameter 39/303539/1
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 2 Jan 2024 00:31:18 +0000 (09:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 2 Jan 2024 04:22:08 +0000 (13:22 +0900)
commitbb8b61190d4a182da47fc65031a76552d690a33f
treecd7c6e319d3bea53eecfc15d0db0b2e3ebb809fe
parenta0c2693d6b6d002886c8c688d0e9a1d760969cb6
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]