| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | rv1126-secure-otp.S | 638 .ascii "secure_conf\000" 650 .ascii "Please input correct addr\012\000" 653 .ascii "The zone is written.\012\000" 656 .ascii "rockchip_secure_otp\000" 658 .ascii "rockchip,rv1126-secure-otp\000" 749 .ascii "int\000" 781 .ascii "u8\000" 788 .ascii "u32\000" 793 .ascii "u64\000" 992 .ascii "seq\000" [all …]
|
| H A D | rk3506-secure-otp.S | 3924 .ascii "rockchip_secure_otp_wait_status\000" 3930 .ascii "rockchip_secure_otp_ecc_enable\000" 3936 .ascii "rk3506_secure_otp_read\000" 3942 .ascii "rk3506_secure_otp_write_2_bytes_noecc\000" 3948 .ascii "rk3506_secure_otp_write_2_bytes\000" 3960 .ascii "do not access non secure area, half word offset = %" 3961 .ascii "d\012\000" 3963 .ascii "Please input correct addr, offset(bytes) is 0x%x\012" 3964 .ascii "\000" 3966 .ascii "%s timeout during read setup\012\000" [all …]
|
| H A D | rv1103b-secure-otp.S | 3925 .ascii "rockchip_secure_otp_wait_status\000" 3931 .ascii "rockchip_secure_otp_ecc_enable\000" 3937 .ascii "rv1103b_secure_otp_read\000" 3943 .ascii "rv1103b_secure_otp_write_2_bytes_noecc\000" 3949 .ascii "rv1103b_secure_otp_write_2_bytes\000" 3960 .ascii "%s timeout during ecc_enable\012\000" 3963 .ascii "secure_conf\000" 3965 .ascii "mask_addr\000" 3967 .ascii "cru_rst_addr\000" 3979 .ascii "%s: wait init status timeout\012\000" [all …]
|
| H A D | rv1106-secure-otp.S | 3896 .ascii "rockchip_secure_otp_wait_status\000" 3902 .ascii "rockchip_secure_otp_ecc_enable\000" 3908 .ascii "rv1106_secure_otp_read\000" 3914 .ascii "rv1106_secure_otp_write_2_bytes_noecc\000" 3920 .ascii "rv1106_secure_otp_write_2_bytes\000" 3931 .ascii "%s timeout during ecc_enable\012\000" 3934 .ascii "secure_conf\000" 3936 .ascii "mask_addr\000" 3938 .ascii "cru_rst_addr\000" 3950 .ascii "%s: wait init status timeout\012\000" [all …]
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit_tb_rv1106.S | 2263 .ascii "spl_internal_load_kernel_fit\000" 2269 .ascii "spl_load_kernel_fit\000" 2272 .ascii "No matching DT out of these options:\012\000" 2274 .ascii "description\000" 2276 .ascii " %s\012\000" 2279 .ascii "%s: invalid fit magic\012\000" 2281 .ascii "No default config node\012\000" 2283 .ascii "fit verify configure failed, ret=%d\012\000" 2285 .ascii "\012\000" 2287 .ascii "/images\000" [all …]
|
| H A D | spl_fit_tb_rv1126.S | 2234 .ascii "spl_internal_load_kernel_fit\000" 2240 .ascii "spl_load_kernel_fit\000" 2243 .ascii "No matching DT out of these options:\012\000" 2245 .ascii "description\000" 2247 .ascii " %s\012\000" 2250 .ascii "%s: invalid fit magic\012\000" 2252 .ascii "No default config node\012\000" 2254 .ascii "fit verify configure failed, ret=%d\012\000" 2256 .ascii "\012\000" 2258 .ascii "/images\000" [all …]
|
| /rk3399_rockchip-uboot/board/compulab/common/ |
| H A D | eeprom.c | 406 { "Board Configuration", 64, NULL, DEFINE_PRINT_UPDATE(ascii) }, 423 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 424 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 425 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 426 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 445 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 446 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 447 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 448 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 465 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, [all …]
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | crt0_arm_efi.S | 18 .ascii "MZ" 22 .ascii "PE" 90 .ascii ".reloc" 103 .ascii ".text"
|
| H A D | crt0_aarch64_efi.S | 18 .ascii "MZ" 22 .ascii "PE" 89 .ascii ".reloc" 103 .ascii ".text"
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hexdump.c | 53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument 130 if (!ascii) in hex_dump_to_buffer() 150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 183 int groupsize, const void *buf, size_t len, bool ascii) in print_hex_dump() argument 197 linebuf, sizeof(linebuf), ascii); in print_hex_dump() 237 size_t len, bool ascii) in print_hex_dump() argument
|
| /rk3399_rockchip-uboot/board/imgtec/boston/ |
| H A D | lowlevel_init.S | 18 msg_ddr_cal: .ascii "DDR Cal " 19 msg_ddr_ok: .ascii "DDR OK "
|
| /rk3399_rockchip-uboot/include/ |
| H A D | hexdump.h | 85 char *linebuf, size_t linebuflen, bool ascii); 87 int groupsize, const void *buf, size_t len, bool ascii);
|
| H A D | efi_loader.h | 230 static inline void ascii2unicode(u16 *unicode, const char *ascii) in ascii2unicode() argument 232 while (*ascii) in ascii2unicode() 233 *(unicode++) = *(ascii++); in ascii2unicode()
|
| /rk3399_rockchip-uboot/board/h2200/ |
| H A D | h2200-header.S | 12 .ascii "ECEC"
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/ |
| H A D | start.S | 264 .ascii U_BOOT_VERSION 265 .ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")" 266 .ascii CONFIG_IDENT_STRING, "\0"
|
| /rk3399_rockchip-uboot/drivers/rknand/ |
| H A D | rk_zftl_arm_v7.S | 34612 .ascii "flash_start_page_read\000" 34618 .ascii "flash_complete_plane_page_read\000" 34624 .ascii "flash_start_plane_read\000" 34630 .ascii "flash_complete_page_read\000" 34636 .ascii "flash_die_info_init\000" 34642 .ascii "nand_flash_print_info\000" 34648 .ascii "nand_flash_init\000" 34654 .ascii "nandc_init\000" 34660 .ascii "buf_add_tail\000" 34666 .ascii "buf_alloc\000" [all …]
|
| H A D | rk_ftl_arm_v7.S | 28152 .ascii "sdr read ok %x ecc=%d\012\000" 28154 .ascii "sync para %d\012\000" 28156 .ascii "TOG mode Read error %x %x\012\000" 28159 .ascii "FlashEraseBlocks pageAddr error %x\012\000" 28162 .ascii "No.%d FLASH ID:%x %x %x %x %x %x\012\000" 28164 .ascii "FlashLoadPhyInfo fail %x!!\012\000" 28167 .ascii "prog error: = %x\012\000" 28169 .ascii "prog read error: = %x\012\000" 28171 .ascii "prog read REFRESH: = %x\012\000" 28173 .ascii "prog read s error: = %x %x %x\012\000" [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 23 1. Host sends a command, which is an ascii string in a single 28 or "INFO". Additional bytes may contain an (ascii) informative 101 * Commands are ascii strings and sent without the quotes (which are
|
| /rk3399_rockchip-uboot/ |
| H A D | Kbuild | 9 "s:[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\":\1:; \
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rk_sftl_arm_v7.S | 14261 .ascii "%s: addr: %x is in id block!!!!!!!!!!\012\000" 14263 .ascii "not free: w: d:\000" 14265 .ascii "not free: w: s:\000" 14268 .ascii "prog read error: = %x\012\000" 14270 .ascii "prog read REFRESH: = %x\012\000" 14272 .ascii "prog read s error: = %x %x %x %x %x\012\000" 14274 .ascii "prog read d error: = %x %x %x %x %x\012\000" 14277 .ascii "FlashReadPages %x %x error_ecc_bits %d\012\000" 14279 .ascii "data:\000" 14281 .ascii "spare:\000" [all …]
|
| /rk3399_rockchip-uboot/cmd/ddr_tool/ddr_test/ |
| H A D | ddr_test_rk1808.S | 1499 .ascii "arg1: test pattern include:\n\tchangefreq\n\tscanfreq\n\tran" 1500 .ascii "dom\n\tcrosstalk\n\tdiagonalscan\n\tfast_test\n\tfull_test\n" 1501 .ascii "for changereq: arg2:freq(Hz),arg3[option]:volt\nfor scanfreq" 1502 .ascii ": arg2:minfreq(Hz),arg3:maxfreq(Hz),\n\targ4:scanfreq times," 1503 .ascii " arg5[option]:volt\nfor random, crosstalk and diagonalscan:a" 1504 .ascii "rg2:freq(Hz), arg3:test times,\n\targ4: start addr, arg5:len" 1505 .ascii "gth, arg6[option]:volt\nfor fast_test and full_test:arg2: mi" 1506 .ascii "n_freq(Hz), arg3: max_freq(Hz)\n\targ4: test times, arg5[opt" 1507 .ascii "ion]:volt\n\nfreq: means dram's target frequency,unit:Hz, if" 1508 .ascii " 0:keep current freq\nminfreq, maxfreq: means min and max fr" [all …]
|
| H A D | ddr_test_rk3328.S | 1707 .ascii "arg1: test pattern include:\n\tchangefreq\n\tscanfreq\n\tran" 1708 .ascii "dom\n\tcrosstalk\n\tdiagonalscan\n\tfast_test\n\tfull_test\n" 1709 .ascii "for changereq: arg2:freq(Hz),arg3[option]:volt\nfor scanfreq" 1710 .ascii ": arg2:minfreq(Hz),arg3:maxfreq(Hz),\n\targ4:scanfreq times," 1711 .ascii " arg5[option]:volt\nfor random, crosstalk and diagonalscan:a" 1712 .ascii "rg2:freq(Hz), arg3:test times,\n\targ4: start addr, arg5:len" 1713 .ascii "gth, arg6[option]:volt\nfor fast_test and full_test:arg2: mi" 1714 .ascii "n_freq(Hz), arg3: max_freq(Hz)\n\targ4: test times, arg5[opt" 1715 .ascii "ion]:volt\n\nfreq: means dram's target frequency,unit:Hz, if" 1716 .ascii " 0:keep current freq\nminfreq, maxfreq: means min and max fr" [all …]
|
| H A D | ddr_test_px30.S | 1707 .ascii "arg1: test pattern include:\n\tchangefreq\n\tscanfreq\n\tran" 1708 .ascii "dom\n\tcrosstalk\n\tdiagonalscan\n\tfast_test\n\tfull_test\n" 1709 .ascii "for changereq: arg2:freq(Hz),arg3[option]:volt\nfor scanfreq" 1710 .ascii ": arg2:minfreq(Hz),arg3:maxfreq(Hz),\n\targ4:scanfreq times," 1711 .ascii " arg5[option]:volt\nfor random, crosstalk and diagonalscan:a" 1712 .ascii "rg2:freq(Hz), arg3:test times,\n\targ4: start addr, arg5:len" 1713 .ascii "gth, arg6[option]:volt\nfor fast_test and full_test:arg2: mi" 1714 .ascii "n_freq(Hz), arg3: max_freq(Hz)\n\targ4: test times, arg5[opt" 1715 .ascii "ion]:volt\n\nfreq: means dram's target frequency,unit:Hz, if" 1716 .ascii " 0:keep current freq\nminfreq, maxfreq: means min and max fr" [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | start.S | 262 .ascii U_BOOT_VERSION_STRING, "\0"
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/ |
| H A D | start.S | 259 .ascii U_BOOT_VERSION_STRING, "\0"
|