Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/drivers/fastboot/
A Dfb_common.c63 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 Dsm.c101 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 Dboard-common.c158 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 Dfastboot.h82 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 Dsched.h117 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ member
132 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ member
/u-boot/board/lg/sniper/
A Dsniper.c180 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 Dboard.c157 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 Dkc1.c168 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 Dqrio.c222 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 Dbcb.rst29 * 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 DKconfig35 reason, it is recommended that the UART port be used for
/u-boot/board/xilinx/zynqmp/
A Dzynqmp.c480 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 Dzynq-cse-nor.dts77 * but for mini U-Boot there is no reason to enable SMCC driver
/u-boot/doc/
A DREADME.nokia_rx5112 (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 Daristainetos.c255 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 DREADME5 For some reason, the HW designers describe the switch settings
/u-boot/doc/board/emulation/
A Dqemu-arm.rst50 Note that for some odd reason qemu-system-aarch64 needs to be explicitly
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst93 Reset reason: SOFT
/u-boot/doc/build/
A Dclang.rst17 in no strict reason to do so in the ARM world, since crt0.S takes care of this.
/u-boot/include/net/
A Dncsi-pkt.h27 __be16 reason; /* Response reason */ member
/u-boot/doc/board/toradex/
A Dcolibri_imx7.rst49 2. In case if you don't want to generate a proper ``CSF`` (for any reason),
/u-boot/board/freescale/mpc832xemds/
A DREADME5 For some reason, the HW designers describe the switch settings
/u-boot/doc/develop/
A Dcrash_dumps.rst51 describing the reason for the exception. Bit 25 set here indicates that a 32 bit
/u-boot/board/ti/dra7xx/
A Devm.c1055 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 Dboard.c1177 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()

Completed in 48 milliseconds

12