| /rk3399_rockchip-uboot/common/ |
| H A D | fb_common.c | 13 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 D | fb_mmc.c | 309 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 D | rk3288.c | 196 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 D | fastboot.h | 55 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 D | Kconfig | 35 reason, it is recommended that the UART port be used for
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_dwc.c | 733 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 D | fastboot.c | 440 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 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
|
| H A D | README.clang | 16 will also fail to compile, but there is in no strict reason to do so
|
| H A D | README.android-fastboot-protocol | 59 reason and consider the command failed. Stop.
|
| H A D | README.power-framework | 31 different ICs use different endianess. For this reason struct pmic holds
|
| H A D | README.usb | 25 _MUST_ be stopped during OS boot. This is the reason, why the USB is
|
| H A D | README.efi | 204 seems to cause problems. For this reason the U-Boot payload runs with
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | spl.c | 408 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 D | README | 5 For some reason, the HW designers describe the switch settings
|
| /rk3399_rockchip-uboot/board/freescale/mpc832xemds/ |
| H A D | README | 5 For some reason, the HW designers describe the switch settings
|
| /rk3399_rockchip-uboot/board/sbc8349/ |
| H A D | README | 103 reason for choosing to not enable PCI would be if you had a very
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | armada-xp-synology-ds414.dts | 105 * For that reason, it is strongly advised not to
|
| H A D | sun9i-a80-cx-a99.dts | 160 * some unknown reason, so poll the GPIO for card detection. This is also what
|
| H A D | sun9i-a80.dtsi | 135 * normal operation there's no reason to do this, and the
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 60 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 D | COPYING | 174 incurred by, or claims asserted against, such Contributor by reason
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | lgpl-2.1.txt | 85 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 D | lgpl-2.0.txt | 69 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 D | README.md | 162 For this reason, the test suite does not attempt to directly interact with real
|