Home
last modified time | relevance | path

Searched refs:REBOOT_FLAG (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot_mode.h5 #define REBOOT_FLAG 0x5242C300 macro
7 #define BOOT_NORMAL (REBOOT_FLAG + 0)
9 #define BOOT_LOADER (REBOOT_FLAG + 1)
11 #define BOOT_RECOVERY (REBOOT_FLAG + 3)
13 #define BOOT_FASTBOOT (REBOOT_FLAG + 9)
15 #define BOOT_CHARGING (REBOOT_FLAG + 11)
17 #define BOOT_UMS (REBOOT_FLAG + 12)
/openbmc/linux/include/dt-bindings/soc/
H A Drockchip,boot-mode.h6 #define REBOOT_FLAG 0x5242C300 macro
8 #define BOOT_NORMAL (REBOOT_FLAG + 0)
10 #define BOOT_BL_DOWNLOAD (REBOOT_FLAG + 1)
12 #define BOOT_RECOVERY (REBOOT_FLAG + 3)
14 #define BOOT_FASTBOOT (REBOOT_FLAG + 9)
/openbmc/linux/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests15 if [ -e $REBOOT_FLAG ]; then
16 rm $REBOOT_FLAG
H A Dpstore_crash_test24 touch $REBOOT_FLAG
H A Dcommon_tests61 REBOOT_FLAG=$TOP_DIR/reboot_flag