/u-boot/drivers/fastboot/ |
A D | fb_common.c | 63 void fastboot_fail(const char *reason, char *response) in fastboot_fail() argument 65 fastboot_response("FAIL", response, "%s", reason); in fastboot_fail() 74 void fastboot_okay(const char *reason, char *response) in fastboot_okay() argument 76 if (reason) in fastboot_okay() 77 fastboot_response("OKAY", response, "%s", reason); in fastboot_okay() 92 int __weak fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 101 if (reason >= FASTBOOT_REBOOT_REASONS_COUNT) in fastboot_set_reboot_flag() 104 return bcb_write_reboot_reason(CONFIG_FASTBOOT_FLASH_MMC_DEV, "misc", boot_cmds[reason]); in fastboot_set_reboot_flag()
|
/u-boot/arch/arm/mach-meson/ |
A D | sm.c | 101 unsigned int reason; in meson_sm_get_reboot_reason() local 120 regmap_read(regmap, AO_SEC_SD_CFG15, &reason); in meson_sm_get_reboot_reason() 123 return FIELD_GET(REBOOT_REASON_MASK, reason); in meson_sm_get_reboot_reason() 167 int reason; in do_sm_reboot_reason() local 172 reason = meson_sm_get_reboot_reason(); in do_sm_reboot_reason() 173 if (reason < 0) in do_sm_reboot_reason() 176 if (reason >= MAX_REBOOT_REASONS || in do_sm_reboot_reason() 177 !reboot_reasons[reason]) in do_sm_reboot_reason() 180 reason_str = reboot_reasons[reason]; in do_sm_reboot_reason() 185 printf("reboot reason: %s (%x)\n", reason_str, reason); in do_sm_reboot_reason()
|
A D | board-common.c | 158 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 160 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
/u-boot/include/ |
A D | fastboot.h | 82 void fastboot_fail(const char *reason, char *response); 90 void fastboot_okay(const char *reason, char *response); 102 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason);
|
/u-boot/include/xen/interface/ |
A D | sched.h | 117 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ member 132 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ member
|
/u-boot/board/lg/sniper/ |
A D | sniper.c | 180 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 182 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | board.c | 157 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 159 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
/u-boot/board/amazon/kc1/ |
A D | kc1.c | 168 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 170 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
/u-boot/board/keymile/common/ |
A D | qrio.c | 222 u16 reason; in qrio_reason_unitrst() local 225 reason = in_be16(qrio_base + REASON1_OFF); in qrio_reason_unitrst() 227 return (reason & UNIT_RESET) > 0; in qrio_reason_unitrst()
|
/u-boot/doc/android/ |
A D | bcb.rst | 29 * Get the "reboot reason" (and act accordingly) [4]_ 63 'bcb'. Example of getting reboot reason 100 .. [4] https://source.android.com/devices/bootloader/boot-reason
|
/u-boot/arch/x86/cpu/baytrail/ |
A D | Kconfig | 35 reason, it is recommended that the UART port be used for
|
/u-boot/board/xilinx/zynqmp/ |
A D | zynqmp.c | 480 const char *reason = NULL; in reset_reason() local 490 reason = reset_reasons[i].name; in reset_reason() 498 env_set("reset_reason", reason); in reset_reason()
|
/u-boot/arch/arm/dts/ |
A D | zynq-cse-nor.dts | 77 * but for mini U-Boot there is no reason to enable SMCC driver
|
/u-boot/doc/ |
A D | README.nokia_rx51 | 12 (random) memory and execute u-boot, which saves hw revision, boot reason 77 * setup_boot_reason_atag - Change boot reason in OMAP table
|
/u-boot/board/aristainetos/ |
A D | aristainetos.c | 255 static void aristainetos_run_rescue_command(int reason) in aristainetos_run_rescue_command() argument 259 sprintf(rescue_reason_command, "setenv rreason %d", reason); in aristainetos_run_rescue_command()
|
/u-boot/board/freescale/mpc837xemds/ |
A D | README | 5 For some reason, the HW designers describe the switch settings
|
/u-boot/doc/board/emulation/ |
A D | qemu-arm.rst | 50 Note that for some odd reason qemu-system-aarch64 needs to be explicitly
|
/u-boot/doc/board/xilinx/ |
A D | zynqmp-r5.rst | 93 Reset reason: SOFT
|
/u-boot/doc/build/ |
A D | clang.rst | 17 in no strict reason to do so in the ARM world, since crt0.S takes care of this.
|
/u-boot/include/net/ |
A D | ncsi-pkt.h | 27 __be16 reason; /* Response reason */ member
|
/u-boot/doc/board/toradex/ |
A D | colibri_imx7.rst | 49 2. In case if you don't want to generate a proper ``CSF`` (for any reason),
|
/u-boot/board/freescale/mpc832xemds/ |
A D | README | 5 For some reason, the HW designers describe the switch settings
|
/u-boot/doc/develop/ |
A D | crash_dumps.rst | 51 describing the reason for the exception. Bit 25 set here indicates that a 32 bit
|
/u-boot/board/ti/dra7xx/ |
A D | evm.c | 1055 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 1057 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
/u-boot/board/ti/am57xx/ |
A D | board.c | 1177 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 1179 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|