Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 63) sorted by relevance

123

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c34 printf("+-----------+-----------+-----------" \
47 printf("+-----------"); \
73 printf("| Core | GP | EL3 "); in report_allocated_memory()
75 printf("| EL2 "); in report_allocated_memory()
77 printf("| EL1 "); in report_allocated_memory()
81 printf("| PAUTH "); in report_allocated_memory()
84 printf("| Other | Total |\n"); in report_allocated_memory()
105 printf("| %9u | %8luB | %8luB ", i, gp_size, el3_size); in report_allocated_memory()
114 printf("| %8luB ", elx_size); in report_allocated_memory()
120 printf("| in report_allocated_memory()
[all...]
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A Dcreate_pbl.c272 printf("\nCorrect Usage of Tool is:\n"); in print_usage()
273 printf("\n ./create_pbl [options] (mentioned below):\n\n"); in print_usage()
274 printf("\t-r <RCW file-name> - name of RCW binary file.\n"); in print_usage()
275 printf("\t-i <BL2 Bin file-name> - file to be added to rcw file.\n"); in print_usage()
276 printf("\t-c <Number> - Chassis Architecture (=2 or =3\n"); in print_usage()
277 printf("\t or =4 for 3.2).\n"); in print_usage()
278 printf("\t-b <qspi/nor/nand/sd> - Boot source.\n"); in print_usage()
279 printf("\t-d <Address> - Destination address where BL2\n"); in print_usage()
280 printf("\t image is to be copied\n"); in print_usage()
281 printf("\t-o <output filename> - Name of PBL image generated\n"); in print_usage()
[all …]
H A Dbyte_swap.c53 printf("%s: Error in appending padding bytes.\n", in do_byteswap()
64 printf("%s: Error reading upper bytes.\n", __func__); in do_byteswap()
69 printf("%s: Error reading lower bytes.\n", __func__); in do_byteswap()
77 printf("%s: Error writing lower bytes.\n", __func__); in do_byteswap()
82 printf("%s: Error writing upper bytes.\n", __func__); in do_byteswap()
99 printf("Usage format is byteswap <filename>"); in main()
105 printf("%s: Error opening the input file: %s\n", in main()
/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A Dutility.c216 printf(" (DDR not enabled)\n"); in print_ddr_info()
220 printf("DDR"); in print_ddr_info()
224 printf("4"); in print_ddr_info()
227 printf("?"); in print_ddr_info()
233 printf(", 32-bit"); in print_ddr_info()
236 printf(", 16-bit"); in print_ddr_info()
239 printf(", 8-bit"); in print_ddr_info()
242 printf(", 64-bit"); in print_ddr_info()
250 printf(", CL=%d", cas_lat >> 1); in print_ddr_info()
252 printf(".5"); in print_ddr_info()
[all …]
/rk3399_ARM-atf/plat/arm/board/tc/
H A Drse_ap_tests.c39 printf("\n\npsa_crypto_init failed (status = %d)\n", status); in run_tests()
50 printf("\n\nError during executing testsuite '%s'.\n", suite->name); in run_tests()
54 printf("\nAll tests are run.\n"); in run_tests()
71 printf("\n\n"); in run_platform_tests()
78 printf("SUMMARY:\n"); in run_platform_tests()
85 printf(" %s PASSED.\n", suite->name); in run_platform_tests()
89 printf(" %s FAILED.\n", suite->name); in run_platform_tests()
92 printf(" %s SKIPPED.\n", suite->name); in run_platform_tests()
100 printf("\n\n"); in run_platform_tests()
H A Dnv_counter_test.c25 printf("Failed to initialize RSE communication channel - psa_status = %d\n", status); in nv_counter_test()
32 printf("Failed during first id=(%d) rse_platform_nv_counter_read - psa_status = %d\n", in nv_counter_test()
39 printf("Failed during id=(%d) rse_platform_nv_counter_increment - psa_status = %d\n", in nv_counter_test()
46 printf("Failed during second id=(%d) rse_platform_nv_counter_read - psa_status = %d\n", in nv_counter_test()
52 printf("Failed nv_counter_test: old_val (%d) + 1 != new_val (%d)\n", in nv_counter_test()
57 printf("Passed nv_counter_test\n"); in nv_counter_test()
H A Drotpk_test.c
H A Dtc_bl31_setup.c167 printf("\nStarting platform tests...\n"); in tc_run_platform_tests()
175 printf("Platform tests %s.\n", in tc_run_platform_tests()
179 printf("Suspend booting...\n"); in tc_run_platform_tests()
/rk3399_ARM-atf/tools/cert_create/include/
H A Ddebug.h30 # define NOTICE(...) printf("NOTICE: " __VA_ARGS__)
36 # define ERROR(...) printf("ERROR: " __VA_ARGS__)
42 # define WARN(...) printf("WARNING: " __VA_ARGS__)
48 # define INFO(...) printf("INFO: " __VA_ARGS__)
54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__)
/rk3399_ARM-atf/tools/encrypt_fw/include/
H A Ddebug.h30 # define NOTICE(...) printf("NOTICE: " __VA_ARGS__)
36 # define ERROR(...) printf("ERROR: " __VA_ARGS__)
42 # define WARN(...) printf("WARNING: " __VA_ARGS__)
48 # define INFO(...) printf("INFO: " __VA_ARGS__)
54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__)
/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dxlat_tables_utils.c41 printf("mmap:\n"); in xlat_mmap_print()
45 printf(" VA:0x%lx PA:0x%llx size:0x%zx attr:0x%x granularity:0x%zx\n", in xlat_mmap_print()
50 printf("\n"); in xlat_mmap_print()
60 printf("MEM"); in xlat_desc_print()
62 printf("NC"); in xlat_desc_print()
65 printf("DEV"); in xlat_desc_print()
70 printf(((desc & LOWER_ATTRS(AP_RO)) != 0ULL) ? "-RO" : "-RW"); in xlat_desc_print()
71 printf(((desc & UPPER_ATTRS(XN)) != 0ULL) ? "-XN" : "-EXEC"); in xlat_desc_print()
89 printf(((desc & LOWER_ATTRS(AP_RO)) != 0ULL) ? "-RO" : "-RW"); in xlat_desc_print()
91 printf(((desc & UPPER_ATTRS(PXN)) != 0ULL) ? "-XN" : "-EXEC"); in xlat_desc_print()
[all …]
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c470 printf("%02x", md[i]); in md_print()
499 printf("%s: offset=0x%llX, size=0x%llX, cmdline=\"--%s\"", in info_cmd()
515 printf(", sha256="); in info_cmd()
527 printf("fiptool info FIP_FILENAME\n"); in info_usage()
780 printf("fiptool create [opts] FIP_FILENAME\n"); in create_usage()
781 printf("\n"); in create_usage()
782 printf("Options:\n"); in create_usage()
783 printf(" --align <value>\t\tEach image is aligned to <value> (default: 1).\n"); in create_usage()
784 printf(" --blob uuid=...,file=...\tAdd an image with the given UUID pointed to by file.\n"); in create_usage()
785printf(" --plat-toc-flags <value>\t16-bit platform specific flag field occupying bits 32-47 in 64… in create_usage()
[all …]
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dmain.c47 printf("\n\n"); in print_help()
48 printf("The firmware encryption tool loads the binary image and\n" in print_help()
51 printf("\n"); in print_help()
52 printf("Usage:\n"); in print_help()
53 printf("\t%s [OPTIONS]\n\n", cmd); in print_help()
55 printf("Available options:\n"); in print_help()
68 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
72 printf("\n"); in print_help()
/rk3399_ARM-atf/common/backtrace/
H A Dbacktrace.c182 printf("ERROR: Corrupted frame pointer (frame record address = %p)\n", in unwind_stack()
189 printf("ERROR: Corrupted stack (frame record address = %p)\n", in unwind_stack()
195 printf(backtrace_str, 0U, el_str, current_pc); in unwind_stack()
220 printf(backtrace_str, i, el_str, call_site); in unwind_stack()
225 printf("ERROR: Max backtrace depth reached\n"); in unwind_stack()
261 printf("BACKTRACE: START: %s\n", cookie); in backtrace()
265 printf("BACKTRACE: END: %s\n", cookie); in backtrace()
/rk3399_ARM-atf/lib/aarch64/
H A Darmclang_printf.S17 b printf
21 b printf
25 b printf
/rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/
H A Dphy.c65 printf("ERR: Invalid block_type = 0x%x\n", block_type); in map_phy_addr_space()
79 printf("0x%06x,0x%x\n", addr, data); in phy_io_write16()
88 printf("R: 0x%06x,0x%x\n", addr, reg); in phy_io_read16()
124 printf("Error - Invalid cs_in_use value\n"); in findrank()
598 printf("Unsupported DIMM type\n"); in load_pieimage()
1373 printf("error: unsupported ODTStrenP %d\n", strength); in map_odtstren_p()
1423 printf("error: unsupported drv_stren_fSDq_p %d\n", in map_drvstren_fsdq_p()
1447 printf("error: unsupported drvStrenFSDqN %d\n", in map_drvstren_fsdq_n()
1495 printf("error: unsupported aDrv_stren_p %d\n", in map_adrv_stren_p()
1512 printf("error: unsupported aDrv_stren_p %d\n", in map_adrv_stren_p()
[all …]
/rk3399_ARM-atf/tools/cert_create/src/
H A Dkey.c54 printf("Cannot generate RSA key\n"); in key_create_rsa()
65 printf("Cannot create RSA exponent\n"); in key_create_rsa()
70 printf("Cannot assign RSA exponent\n"); in key_create_rsa()
76 printf("Cannot create RSA key\n"); in key_create_rsa()
81 printf("Cannot generate RSA key\n"); in key_create_rsa()
86 printf("Cannot assign RSA key\n"); in key_create_rsa()
107 printf("Cannot generate EC key\n"); in key_create_ecdsa()
141 printf("Cannot create EC key\n"); in key_create_ecdsa()
145 printf("Cannot generate EC key\n"); in key_create_ecdsa()
151 printf("Cannot assign EC key\n"); in key_create_ecdsa()
[all …]
H A Dmain.c101 printf("\n\n"); in print_help()
102 printf("The certificate generation tool loads the binary images and\n" in print_help()
107 printf("\n"); in print_help()
108 printf("Usage:\n"); in print_help()
109 printf("\t%s [OPTIONS]\n\n", cmd); in print_help()
111 printf("Available options:\n"); in print_help()
124 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
128 printf("\n"); in print_help()
197 printf("%d ", KEY_SIZES[key_alg][i]); in check_cmd_params()
199 printf("\n"); in check_cmd_params()
[all …]
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c169 printf("\n\n%s\n\n", VERSION_STRING); in usage()
170 printf("Usage: doimage [options] <input_file> [output_file]\n"); in usage()
171 printf("create bootrom image from u-boot and boot extensions\n\n"); in usage()
173 printf("Arguments\n"); in usage()
174 printf(" input_file name of boot image file.\n"); in usage()
175 printf(" if -p is used, name of the bootrom image file"); in usage()
176 printf(" to parse.\n"); in usage()
177 printf(" output_file name of output bootrom image file\n"); in usage()
179 printf("\nOptions\n"); in usage()
180 printf(" -s target SOC name. supports a8020,a7020\n"); in usage()
[all …]
/rk3399_ARM-atf/tools/stm32image/
H A Dstm32image.c107 printf("Image Type : ST Microelectronics STM32 V%d.%d\n", in stm32image_print_header()
110 printf("Image Size : %lu bytes\n", in stm32image_print_header()
112 printf("Image Load : 0x%08x\n", in stm32image_print_header()
114 printf("Entry Point : 0x%08x\n", in stm32image_print_header()
116 printf("Checksum : 0x%08x\n", in stm32image_print_header()
121 printf("Option : 0x%08x\n", in stm32image_print_header()
126 printf("Extension : 0x%08x\n", in stm32image_print_header()
131 printf("Incorrect header version\n"); in stm32image_print_header()
134 printf("Version : 0x%08x\n", in stm32image_print_header()
/rk3399_ARM-atf/plat/marvell/armada/a3k/a3700/
H A Dplat_bl31_setup.c61 printf("No IO address decoder windows configurations found!\n"); in bl31_plat_arch_setup()
67 printf("IO address decoder windows initialization failed!\n"); in bl31_plat_arch_setup()
/rk3399_ARM-atf/services/spd/trusty/
H A Dgeneric-arm64-smcall.c51 printf("secure os: "); in trusty_dputc()
53 printf("non-secure os: "); in trusty_dputc()
58 printf(" <...>\n"); in trusty_dputc()
/rk3399_ARM-atf/drivers/marvell/
H A Diob.c63 printf("Align up the base address to 0x%" PRIx64 "\n", in iob_win_check()
72 printf("Aligning size to 0x%" PRIx64 "\n", win->win_size); in iob_win_check()
118 printf("bank id target start end\n"); in dump_iob()
119 printf("----------------------------------------------------\n"); in dump_iob()
136 printf("iob %02d %s 0x%016" PRIx64 " 0x%016" PRIx64 "\n", in dump_iob()
H A Damb_adec.c103 printf("bank attribute base size\n"); in dump_amb_adec()
104 printf("--------------------------------------------\n"); in dump_amb_adec()
112 printf("amb 0x%04x 0x%08x 0x%08x\n", in dump_amb_adec()
/rk3399_ARM-atf/lib/xlat_tables/aarch32/
H A Dnonlpae_tables.c157 printf("init xlat - l1:%p l2:%p (%d)\n", in print_mmap()
159 printf("mmap:\n"); in print_mmap()
161 printf(" VA:%p PA:0x%llx size:0x%zx attr:0x%x\n", in print_mmap()
166 printf("\n"); in print_mmap()
336 printf(attr & MT_MEMORY ? "MEM" : "dev"); in mmap_desc()
337 printf(attr & MT_RW ? "-rw" : "-RO"); in mmap_desc()
338 printf(attr & MT_NS ? "-NS" : "-S"); in mmap_desc()
421 printf(" 0x%lx %x " + 6 - 2 * level, in init_xlation_table_inner()
479 printf("\n"); in init_xlation_table_inner()

123