Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/common/
H A Dfb_common.c13 void fastboot_fail(const char *reason, char *response) in fastboot_fail() argument
17 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(fail_str) - 1); in fastboot_fail()
20 void fastboot_okay(const char *reason, char *response) in fastboot_okay() argument
24 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(okay_str) - 1); in fastboot_okay()
H A Dfb_mmc.c309 char reason[128] = {0}; in fb_mmc_flash_write() local
334 snprintf(reason, ARRAY_SIZE(reason), in fb_mmc_flash_write()
340 fastboot_fail(reason, response); in fb_mmc_flash_write()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/
H A Drk3288.c196 const char *reason; in rk3288_detect_reset_reason() local
203 reason = "POR"; in rk3288_detect_reset_reason()
207 reason = "RST"; in rk3288_detect_reset_reason()
211 reason = "THERMAL"; in rk3288_detect_reset_reason()
215 reason = "WDOG"; in rk3288_detect_reset_reason()
218 reason = "unknown reset"; in rk3288_detect_reset_reason()
221 env_set("reset_reason", reason); in rk3288_detect_reset_reason()
/rk3399_rockchip-uboot/include/
H A Dfastboot.h55 void fastboot_fail(const char *reason, char *response);
56 void fastboot_okay(const char *reason, char *response);
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A DKconfig35 reason, it is recommended that the UART port be used for
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.c733 const char *reason; in ata_dev_read_id() local
801 reason = "I/O error"; in ata_dev_read_id()
817 reason = "device reports invalid type"; in ata_dev_read_id()
836 reason = "SPINUP failed"; in ata_dev_read_id()
863 reason = "INIT_DEV_PARAMS failed"; in ata_dev_read_id()
879 printf("failed to READ ID (%s, err_mask=0x%x)\n", reason, err_mask); in ata_dev_read_id()
1795 const char *reason; in ata_dev_read_sectors() local
1893 reason = "I/O error"; in ata_dev_read_sectors()
1900 printf("failed to READ SECTORS (%s, err_mask=0x%x)\n", reason, err_mask); in ata_dev_read_sectors()
1969 const char *reason; in ata_dev_write_sectors() local
[all …]
/rk3399_rockchip-uboot/net/
H A Dfastboot.c440 static void write_fb_response(const char* tag, const char *reason, in write_fb_response() argument
444 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(tag) - 1); in write_fb_response()
/rk3399_rockchip-uboot/doc/
H 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
H A DREADME.clang16 will also fail to compile, but there is in no strict reason to do so
H A DREADME.android-fastboot-protocol59 reason and consider the command failed. Stop.
H A DREADME.power-framework31 different ICs use different endianess. For this reason struct pmic holds
H A DREADME.usb25 _MUST_ be stopped during OS boot. This is the reason, why the USB is
H A DREADME.efi204 seems to cause problems. For this reason the U-Boot payload runs with
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl.c408 const char *reason[] = { "Recovery key", "Ctrl+c", "LowPwr", "Other" }; local
448 printf("Enter uboot reason: %s\n", reason[i]);
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/
H A DREADME5 For some reason, the HW designers describe the switch settings
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/
H A DREADME5 For some reason, the HW designers describe the switch settings
/rk3399_rockchip-uboot/board/sbc8349/
H A DREADME103 reason for choosing to not enable PCI would be if you had a very
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-xp-synology-ds414.dts105 * For that reason, it is strongly advised not to
H A Dsun9i-a80-cx-a99.dts160 * some unknown reason, so poll the GPIO for card detection. This is also what
H A Dsun9i-a80.dtsi135 * normal operation there's no reason to do this, and the
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dsnps,dwc-qos-ethernet.txt60 of clk_rx_125_i, clk_pmarx_0_i, clk_pmarx1_i. For this reason it is best to
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING174 incurred by, or claims asserted against, such Contributor by reason
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.1.txt85 are the reason we use the ordinary General Public License for many
375 infringement or for any other reason (not limited to patent issues),
H A Dlgpl-2.0.txt69 The reason we have a separate public license for some libraries is that
354 infringement or for any other reason (not limited to patent issues),
/rk3399_rockchip-uboot/test/py/
H A DREADME.md162 For this reason, the test suite does not attempt to directly interact with real

12