| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 4 printf "%s\n" ' reaudio/default/dsound/jack/oss/pa/pipewire/sdl/s' 5 printf "%s\n" ' ndio)' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' [all …]
|
| /openbmc/u-boot/examples/api/ |
| H A D | demo.c | 14 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) 45 printf("API signature found @%x\n", (unsigned int)sig); in main() 48 printf("\n*** Consumer API test ***\n"); in main() 49 printf("syscall ptr 0x%08x@%08x\n", (unsigned int)syscall_ptr, in main() 55 printf("*** Press any key to continue ***\n"); in main() 56 printf("got char 0x%x\n", ub_getc()); in main() 62 printf("\n*** Timing - wait a couple of secs ***\n"); in main() 64 printf("\ntime: start %lu\n\n", start); in main() 71 printf("\ntime: now %lu\n\n", now); in main() 74 printf("\n*** Enumerate devices ***\n"); in main() [all …]
|
| /openbmc/u-boot/cmd/aspeed/ |
| H A D | dptest.h | 158 #define PRINT_RATE_1_62 printf("DP Rate 1.62 Gbps !\n") 159 #define PRINT_RATE_2_70 printf("DP Rate 2.70 Gbps !\n") 160 #define PRINT_RATE_5_40 printf("DP Rate 5.40 Gbps !\n") 162 #define PRINT_SWING_0 printf("DP Swing Level 0!\n") 163 #define PRINT_SWING_1 printf("DP Swing Level 1!\n") 164 #define PRINT_SWING_2 printf("DP Swing Level 2!\n") 166 #define PRINT_DEEMP_0 printf("DP Pre - Emphasis Level 0!\n") 167 #define PRINT_DEEMP_1 printf("DP Pre - Emphasis Level 1!\n") 168 #define PRINT_DEEMP_2 printf("DP Pre - Emphasis Level 2!\n") 170 #define PRINT_EMPVAL_0 printf("DP Pre - Emphasis Level 0 !\n") [all …]
|
| H A D | plltest.c | 81 printf("Fre Count Eng No idle %x\n", ulData); in cal_ast2600_28nm_pll_rate() 100 printf("PLL Detec No idle %x\n", ulData); in cal_ast2600_28nm_pll_rate() 145 printf("Fre Count Eng No idle %x\n", ulData); in cal_ast2600_13nm_pll_rate() 164 printf("PLL Detec No idle %x\n", ulData); in cal_ast2600_13nm_pll_rate() 192 printf("Delay Cell : BYPASS \n"); in do_ast2600_pll_test() 195 printf("NAND Gate : BYPASS \n"); in do_ast2600_pll_test() 198 printf("DLY 16 : BYPASS \n"); in do_ast2600_pll_test() 201 printf("DLY 32 : BYPASS \n"); in do_ast2600_pll_test() 206 printf("D-PLL : Fail \n"); in do_ast2600_pll_test() 209 printf("D-PLL : PASS \n"); in do_ast2600_pll_test() [all …]
|
| /openbmc/u-boot/lib/dhry/ |
| H A D | dhry_1.c | 54 printf("%ld loops\n", Run_Index); in report() 143 printf ("\n"); in dhry() 144 printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n"); in dhry() 145 printf ("\n"); in dhry() 148 printf ("Program compiled with 'register' attribute\n"); in dhry() 149 printf ("\n"); in dhry() 153 printf ("Program compiled without 'register' attribute\n"); in dhry() 154 printf ("\n"); in dhry() 156 printf ("Please give the number of runs through the benchmark: "); in dhry() 162 printf ("\n"); in dhry() [all …]
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | lanplus_dump.c | 49 printf("%sOPEN SESSION RESPONSE\n", DUMP_PREFIX_INCOMING); in lanplus_dump_open_session_response() 51 printf("%s Message tag : 0x%02x\n", in lanplus_dump_open_session_response() 54 printf("%s RMCP+ status : %s\n", in lanplus_dump_open_session_response() 58 printf("%s Maximum privilege level : %s\n", in lanplus_dump_open_session_response() 62 printf("%s Console Session ID : 0x%08lx\n", in lanplus_dump_open_session_response() 71 printf("%s BMC Session ID : 0x%08lx\n", in lanplus_dump_open_session_response() 74 printf("%s Negotiated authenticatin algorithm : %s\n", in lanplus_dump_open_session_response() 78 printf("%s Negotiated integrity algorithm : %s\n", in lanplus_dump_open_session_response() 82 printf("%s Negotiated encryption algorithm : %s\n", in lanplus_dump_open_session_response() 86 printf("\n"); in lanplus_dump_open_session_response() [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | dimm_spd.c | 787 printf(" Memory Type : %s\n", in ipmi_spd_print() 809 printf(" SDRAM Capacity : %d MB\n", sdram_cap ); in ipmi_spd_print() 810 printf(" Memory Banks : %s\n", val2str(spd_data[4]>>4, ddr3_banks_vals)); in ipmi_spd_print() 811 printf(" Primary Bus Width : %d bits\n", pri_bus_width ); in ipmi_spd_print() 812 printf(" SDRAM Device Width : %d bits\n", sdram_width ); in ipmi_spd_print() 813 printf(" Number of Ranks : %d\n", ranks ); in ipmi_spd_print() 814 printf(" Memory size : %d MB\n", mem_size ); in ipmi_spd_print() 817 printf(" 1.5 V Nominal Op : %s\n", (((spd_data[6]&1) != 0) ? "No":"Yes" ) ); in ipmi_spd_print() 818 printf(" 1.35 V Nominal Op : %s\n", (((spd_data[6]&2) != 0) ? "No":"Yes" ) ); in ipmi_spd_print() 819 printf(" 1.2X V Nominal Op : %s\n", (((spd_data[6]&4) != 0) ? "No":"Yes" ) ); in ipmi_spd_print() [all …]
|
| H A D | ipmi_chassis.c | 81 printf("Chassis Power is %s\n", ps ? "on" : "off"); in ipmi_chassis_print_power_status() 111 printf("Chassis Power Control: %s\n", in ipmi_chassis_power_control() 178 printf("Chassis identify interval: "); in ipmi_chassis_identify() 180 printf("default (15 seconds)\n"); in ipmi_chassis_identify() 183 printf("indefinite\n"); in ipmi_chassis_identify() 186 printf("off\n"); in ipmi_chassis_identify() 188 printf("%i seconds\n", identify_data.interval); in ipmi_chassis_identify() 232 printf("POH Counter : %i days, %i hours, %li minutes\n", in ipmi_chassis_poh() 235 printf("POH Counter : %i days, %i hours\n", days, hours); in ipmi_chassis_poh() 262 printf("System restart cause: "); in ipmi_chassis_restart_cause() [all …]
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | ioep-fpga.c | 99 printf("Mainchannel"); in ioep_fpga_print_info() 104 printf("Videochannel"); in ioep_fpga_print_info() 108 printf("UnitType %d(not supported)", unit_type); in ioep_fpga_print_info() 115 printf(" Server"); in ioep_fpga_print_info() 117 printf(" UC"); in ioep_fpga_print_info() 122 printf(" User"); in ioep_fpga_print_info() 130 printf(" Fiber"); in ioep_fpga_print_info() 132 printf(" CAT"); in ioep_fpga_print_info() 136 printf(" DVI,"); in ioep_fpga_print_info() 140 printf(" DP 165MPix/s,"); in ioep_fpga_print_info() [all …]
|
| /openbmc/u-boot/arch/arm/mach-aspeed/ast2600/ |
| H A D | scu_info.c | 46 printf("UnKnow-SOC: %llx\n", rev_id); in aspeed_print_soc_id() 48 printf("SOC: %4s \n",soc_map_table[i].name); in aspeed_print_soc_id() 101 printf("Secure Boot: "); in aspeed_print_security_info() 106 printf("Mode_2, "); in aspeed_print_security_info() 109 printf("AES_"); in aspeed_print_security_info() 113 printf("RSA1024_"); in aspeed_print_security_info() 116 printf("RSA2048_"); in aspeed_print_security_info() 119 printf("RSA3072_"); in aspeed_print_security_info() 122 printf("RSA4096_"); in aspeed_print_security_info() 127 printf("SHA224\n"); in aspeed_print_security_info() [all …]
|
| /openbmc/u-boot/drivers/nvme/ |
| H A D | nvme_show.c | 16 printf("Blk device %d: Optional Admin Command Support:\n", in print_optional_admin_cmd() 18 printf("\tNamespace Management/Attachment: %s\n", in print_optional_admin_cmd() 20 printf("\tFirmware Commit/Image download: %s\n", in print_optional_admin_cmd() 22 printf("\tFormat NVM: %s\n", in print_optional_admin_cmd() 24 printf("\tSecurity Send/Receive: %s\n", in print_optional_admin_cmd() 30 printf("Blk device %d: Optional NVM Command Support:\n", in print_optional_nvm_cmd() 32 printf("\tReservation: %s\n", in print_optional_nvm_cmd() 34 printf("\tSave/Select field in the Set/Get features: %s\n", in print_optional_nvm_cmd() 36 printf("\tWrite Zeroes: %s\n", in print_optional_nvm_cmd() 38 printf("\tDataset Management: %s\n", in print_optional_nvm_cmd() [all …]
|
| /openbmc/openpower-debug-collector/dump/tools/common/include/ |
| H A D | gendumpheader | 53 printf '%*s' $a | tr ' ' "\0" >> $FILE 63 printf '%s' "$ORIGINATOR_TYPE" >> "$FILE" 74 printf '%s' "$ORIGINATOR_ID" >> "$FILE" 90 printf \\x${dDay:$i:2} >> $FILE 103 printf -v hex "%x" "$sizeDump" 114 printf \\x${hex:$i:2} >> $FILE 128 printf "\\x${dump_id:$i:2}" >> "$FILE" 132 printf '%*s' "$nulltoadd" | tr ' ' "0" >> "$FILE" 133 printf "%s" "$dump_id" >> "$FILE" 141 printf $bmcSerialNo >> $FILE [all …]
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | xilinx.c | 71 printf(" design filename = \"%s\"\n", dataptr); in fpga_loadbitstream() 76 printf("%s: Part number id not recognized in bitstream\n", in fpga_loadbitstream() 87 printf("%s: Wrong bitstream ID for this device\n", in fpga_loadbitstream() 89 printf("%s: Bitstream ID %s, current device ID %d/%s\n", in fpga_loadbitstream() 94 printf("%s: Please fill correct device ID to xilinx_desc\n", in fpga_loadbitstream() 97 printf(" part number = \"%s\"\n", dataptr); in fpga_loadbitstream() 102 printf("%s: Date identifier not recognized in bitstream\n", in fpga_loadbitstream() 109 printf(" date = \"%s\"\n", dataptr); in fpga_loadbitstream() 114 printf("%s: Time identifier not recognized in bitstream\n", in fpga_loadbitstream() 121 printf(" time = \"%s\"\n", dataptr); in fpga_loadbitstream() [all …]
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | pwmtachtool.c | 43 printf ("PWMTACH Test Tool (Version %s)\n",VERSION_STR); in ShowUsage() 44 printf ("Copyright (c) 2009-2015 American Megatrends Inc.\n"); in ShowUsage() 45 printf( "Usage : pwmtachtool <device_id> <command-option> <fannum>\n" ); in ShowUsage() 46 printf( "\t--set-fan-speed: Set Fan's speed. Takes the RPM value as the last argument\n" ); in ShowUsage() 47 printf("\t\tparameters: <Fan_Number> <Fan_Speed>\n"); in ShowUsage() 48 …printf( "\t--set-pwm-dutycycle: Set Fan's dutycycle. dutycycle_percentage value should be … in ShowUsage() 49 …printf( "\t--set-pwm-dutycycle-value: Set Fan's dutycycle. dutycycle_value should be between 0 t… in ShowUsage() 50 printf("\t\tparameters: <pwm_number> <dutycycle value>\n"); in ShowUsage() 51 printf( "\t--get-pwm-dutycycle: Get Fan's dutycycle\n"); in ShowUsage() 52 printf( "\t--get-fan-speed: Get Fan's speed\n" ); in ShowUsage() [all …]
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | traps.c | 72 printf("Call backtrace: "); in print_backtrace() 79 printf("\n"); in print_backtrace() 80 printf("%08lX ", i); in print_backtrace() 84 printf("\n"); in print_backtrace() 91 printf("NIP: %08lX XER: %08lX LR: %08lX REGS: %p TRAP: %04lx DAR: %08lX\n", in show_regs() 93 printf("MSR: %08lx EE: %01x PR: %01x FP: %01x ME: %01x IR/DR: %01x%01x\n", in show_regs() 99 printf("\n"); in show_regs() 103 printf("GPR%02d: ", i); in show_regs() 106 printf("%08lX ", regs->gpr[i]); in show_regs() 109 printf("\n"); in show_regs() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | usb.c | 63 printf("See Interface"); in usb_display_class_sub() 66 printf("Human Interface, Subclass: "); in usb_display_class_sub() 69 printf("None"); in usb_display_class_sub() 72 printf("Boot "); in usb_display_class_sub() 75 printf("None"); in usb_display_class_sub() 78 printf("Keyboard"); in usb_display_class_sub() 81 printf("Mouse"); in usb_display_class_sub() 84 printf("reserved"); in usb_display_class_sub() 89 printf("reserved"); in usb_display_class_sub() 94 printf("Mass Storage, "); in usb_display_class_sub() [all …]
|
| H A D | cbfs.c | 20 printf("usage: cbfsls [end of rom]>\n"); in do_cbfs_init() 32 printf("%s.\n", file_cbfs_error()); in do_cbfs_init() 56 printf("usage: cbfsload <addr> <filename> [bytes]\n"); in do_cbfs_fsload() 70 printf("%s: %s\n", file_cbfs_error(), argv[2]); in do_cbfs_fsload() 72 printf("%s.\n", file_cbfs_error()); in do_cbfs_fsload() 76 printf("reading %s\n", file_cbfs_name(file)); in do_cbfs_fsload() 80 printf("\n%ld bytes read\n", size); in do_cbfs_fsload() 101 printf("%s.\n", file_cbfs_error()); in do_cbfs_ls() 105 printf(" size type name\n"); in do_cbfs_ls() 106 printf("------------------------------------------\n"); in do_cbfs_ls() [all …]
|
| /openbmc/u-boot/cmd/x86/ |
| H A D | fsp.c | 34 printf("FSP : binary 0x%08x, header 0x%08x\n", in do_hdr() 36 printf("Header : sign "); in do_hdr() 38 printf("%c", *sign++); in do_hdr() 39 printf(", size %d, rev %d\n", hdr->hdr_len, hdr->hdr_rev); in do_hdr() 40 printf("Image : rev "); in do_hdr() 42 printf("%d.%d", in do_hdr() 45 printf("%d.%d.%d.%d", in do_hdr() 49 printf(", id "); in do_hdr() 51 printf("%c", hdr->img_id[i]); in do_hdr() 52 printf(", addr 0x%08x, size %d\n", img_addr, hdr->img_size); in do_hdr() [all …]
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fp-exceptions.c | 52 printf("FAIL: widen float snan\n"); in main() 59 printf("FAIL: widen double snan\n"); in main() 67 printf("FAIL: narrow float underflow\n"); in main() 74 printf("FAIL: narrow double underflow\n"); in main() 82 printf("FAIL: narrow float overflow\n"); in main() 89 printf("FAIL: narrow double overflow\n"); in main() 97 printf("FAIL: narrow float inexact\n"); in main() 104 printf("FAIL: narrow double inexact\n"); in main() 112 printf("FAIL: narrow float snan\n"); in main() 119 printf("FAIL: narrow double snan\n"); in main() [all …]
|
| H A D | test-i386-sse-exceptions.c | 62 printf("FAIL: widen float snan\n"); in main() 70 printf("FAIL: narrow float underflow\n"); in main() 78 printf("FAIL: narrow float overflow\n"); in main() 86 printf("FAIL: narrow float inexact\n"); in main() 94 printf("FAIL: narrow float snan\n"); in main() 102 printf("FAIL: roundss min\n"); in main() 109 printf("FAIL: roundss no-inexact min\n"); in main() 116 printf("FAIL: roundss snan\n"); in main() 123 printf("FAIL: roundss no-inexact snan\n"); in main() 131 printf("FAIL: roundsd min\n"); in main() [all …]
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mcffec.c | 104 printf("100Mbps\n"); in setFecDuplexSpeed() 112 printf("10Mbps\n"); in setFecDuplexSpeed() 137 printf("TX not ready\n"); in fec_send() 170 printf("TX timeout\n"); in fec_send() 174 printf("%s[%d] %s: cycles: %d status: %x retry cnt: %d\n", in fec_send() 208 printf("%s[%d] err: %x\n", in fec_recv() 212 printf("%s[%d] err: %x\n", in fec_recv() 251 printf("=====\n"); in dbgFecRegs() 252 printf("ievent %x - %x\n", (int)&fecp->eir, fecp->eir); in dbgFecRegs() 253 printf("imask %x - %x\n", (int)&fecp->eimr, fecp->eimr); in dbgFecRegs() [all …]
|
| /openbmc/libcper/cli-app/ |
| H A D | cper-convert.c | 34 printf("Invalid number of arguments. See 'cper-convert --help' for command information.\n"); in main() 63 printf("Unrecognised argument '%s'. See 'cper-convert --help' for command information.\n", in main() 80 printf("Unrecognised argument '%s'. See 'cper-convert --help' for command information.\n", in main() 94 printf("Could not open provided CPER file '%s', file handle returned null.\n", in cper_to_json() 106 printf("Could not read CPER file '%s', read returned %zu bytes.\n", in cper_to_json() 116 printf("base64 decode failed for CPER file '%s'.\n", in cper_to_json() 123 printf("Invalid CPER file '%s'.\n", in_file); in cper_to_json() 152 printf("%s\n", json_output); in cper_to_json() 159 printf("Could not get a handle for output file '%s', file handle returned null.\n", in cper_to_json() 174 …printf("No output file provided for 'to-cper'. See 'cper-convert --help' for command information.\… in json_to_cper() [all …]
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | spltest_sandbox.c | 16 printf("of-platdata probe:\n"); in sandbox_spl_probe() 17 printf("bool %d\n", plat->boolval); in sandbox_spl_probe() 19 printf("byte %02x\n", plat->byteval); in sandbox_spl_probe() 20 printf("bytearray"); in sandbox_spl_probe() 22 printf(" %02x", plat->bytearray[i]); in sandbox_spl_probe() 23 printf("\n"); in sandbox_spl_probe() 25 printf("int %d\n", plat->intval); in sandbox_spl_probe() 26 printf("intarray"); in sandbox_spl_probe() 28 printf(" %d", plat->intarray[i]); in sandbox_spl_probe() 29 printf("\n"); in sandbox_spl_probe() [all …]
|
| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 49 printf("%s = 0x%08X\n", in print_option_table() 52 printf("%s = %u\n", in print_option_table() 58 printf("%s = %llu\n", in print_option_table() 62 printf("Unrecognized size!\n"); in print_option_table() 93 printf("Unrecognized size!\n"); in handle_option_table() 112 printf("trying to write past end of data\n"); in fsl_ddr_generic_edit() 127 printf("unexpected element size %u\n", element_size); in fsl_ddr_generic_edit() 206 printf("Error: couldn't find option string %s\n", optname_str); in lowest_common_dimm_parameters_edit() 316 printf("couldn't find option string %s\n", optname_str); in fsl_ddr_dimm_parameters_edit() 411 printf("DIMM not present\n"); in print_dimm_parameters() [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | ifdtool.c | 27 #define debug(fmt, args...) printf(fmt, ##args) 59 printf("No Flash Descriptor found in this image\n"); in find_fd() 131 printf(" Flash Region %d (%s): %08x - %08x %s\n", in dump_region() 142 printf("Found Region Section\n"); in dump_frba() 144 printf("FLREG%d: 0x%08x\n", i, frba->flreg[i]); in dump_frba() 153 printf("20MHz"); in decode_spi_frequency() 156 printf("33MHz"); in decode_spi_frequency() 159 printf("50MHz"); in decode_spi_frequency() 162 printf("unknown<%x>MHz", freq); in decode_spi_frequency() 170 printf("512KiB"); in decode_component_density() [all …]
|