Searched refs:printf (Results 1 - 25 of 2019) sorted by relevance

1234567891011>>

/u-boot/examples/standalone/
H A Dhello_world.c15 printf ("Example expects ABI version %d\n", XF_VERSION);
16 printf ("Actual U-Boot ABI version %d\n", (int)get_version());
18 printf ("Hello World\n");
20 printf ("argc = %d\n", argc);
23 printf ("argv[%d] = \"%s\"\n",
28 printf ("Hit any key to exit ... ");
34 printf ("\n\n");
/u-boot/cmd/
H A Dgettime.c23 printf("Timer val: %lu\n", val);
24 printf("Seconds : %lu\n", val / CONFIG_SYS_HZ);
25 printf("Remainder : %lu\n", val % CONFIG_SYS_HZ);
26 printf("sys_hz = %lu\n", (unsigned long int)CONFIG_SYS_HZ);
28 printf("CONFIG_SYS_HZ not defined");
29 printf("Timer Val %lu", val);
H A Dcbfs.c21 printf("usage: cbfsls [end of rom]>\n");
32 printf("%s.\n", file_cbfs_error());
56 printf("usage: cbfsload <addr> <filename> [bytes]\n");
70 printf("%s: %s\n", file_cbfs_error(), argv[2]);
72 printf("%s.\n", file_cbfs_error());
76 printf("reading %s\n", file_cbfs_name(file));
80 printf("\n%ld bytes read\n", size);
101 printf("%s.\n", file_cbfs_error());
105 printf(" size type name\n");
106 printf("
[all...]
H A Dconitrace.c16 printf("Waiting for your input\n");
17 printf("To terminate type 'x'\n");
29 printf("%02x ", c);
35 printf("\n");
/u-boot/scripts/
H A Dbin2c.c17 printf("const char %s[] %s=\n",
21 printf("\t\"");
24 printf("\\x%02x", ch);
28 printf("\"\n");
32 printf("\t;\n\n#include <linux/types.h>\n\nconst size_t %s_size = %d;\n",
/u-boot/test/stdint/
H A Dint-types.c9 printf("uintptr = %lu\n", uintptr);
10 printf("uint64 = %llu\n", uint64);
11 printf("u64 = %llu\n", u64_val);
/u-boot/arch/arm/mach-npcm/npcm7xx/
H A Dcpu.c18 printf("CPU: ");
22 printf("NPCM750 ");
25 printf("NPCM730 ");
28 printf("NPCM710 ");
31 printf("NPCM7XX ");
38 printf("Z1 is no supported! @ ");
41 printf("A1 @ ");
44 printf("Unknown\n");
/u-boot/drivers/nvme/
H A Dnvme_show.c15 printf("Blk device %d: Optional Admin Command Support:\n",
17 printf("\tNamespace Management/Attachment: %s\n",
19 printf("\tFirmware Commit/Image download: %s\n",
21 printf("\tFormat NVM: %s\n",
23 printf("\tSecurity Send/Receive: %s\n",
29 printf("Blk device %d: Optional NVM Command Support:\n",
31 printf("\tReservation: %s\n",
33 printf("\tSave/Select field in the Set/Get features: %s\n",
35 printf("\tWrite Zeroes: %s\n",
37 printf("\tDatase
[all...]
/u-boot/examples/api/
H A Ddemo.c15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0)
46 printf("API signature found @%x\n", (unsigned int)sig);
49 printf("\n*** Consumer API test ***\n");
50 printf("syscall ptr 0x%08x@%08x\n", (unsigned int)syscall_ptr,
56 printf("*** Press any key to continue ***\n");
57 printf("got char 0x%x\n", ub_getc());
63 printf("\n*** Timing - wait a couple of secs ***\n");
65 printf("\ntime: start %lu\n\n", start);
72 printf("\ntim
[all...]
/u-boot/lib/dhry/
H A Ddhry_1.c54 printf("%ld loops\n", Run_Index);
143 printf ("\n");
144 printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n");
145 printf ("\n");
148 printf ("Program compiled with 'register' attribute\n");
149 printf ("\n");
153 printf ("Program compiled without 'register' attribute\n");
154 printf ("\n");
156 printf ("Please give the number of runs through the benchmark: ");
162 printf ("\
[all...]
/u-boot/board/ste/stemmy/
H A Dstemmy.c213 printf("cannot find Codina panel node\n");
219 printf("could not set LCD compatible\n");
221 printf("updated LCD compatible to LMS380KF01\n");
225 printf("could not set LCD compatible\n");
227 printf("updated LCD compatible to S6D27A1\n");
229 printf("unknown LCD type\n");
240 printf("cannot find Skomer/Kyle panel node\n");
246 printf("could not set LCD compatible\n");
248 printf("updated LCD compatible to Hydis HVA40WV1\n");
257 printf("coul
[all...]
/u-boot/arch/arm/mach-renesas/
H A Dboard.c13 printf("Board: %s\n", CONFIG_ARCH_RENESAS_BOARD_STRING);
/u-boot/tools/
H A Datmel_pmecc_params.c41 printf("usePmecc=%d,", use_pmecc);
42 printf("sectorPerPage=%d,", sector_per_page);
43 printf("sectorSize=%d,", sector_size);
44 printf("spareSize=%d,", oob_size);
45 printf("eccBits=%d,", ecc_bits);
46 printf("eccOffset=%d", ecc_offset);
47 printf("\n");
H A Dfile2include.c34 printf("Usage:\n%s FILENAME\n", argv[0]);
64 printf("/* SPDX-License-Identifier: GPL-2.0+ */\n");
65 printf("/*\n");
66 printf(" * Non-zero %u byte strings of a disk image\n", BLOCK_SIZE);
67 printf(" *\n");
68 printf(" * Generated with tools/file2include\n");
69 printf(" */\n\n");
70 printf("#define EFI_ST_DISK_IMG { 0x%08zx, { \\\n", count);
81 printf("\t{0x%08zx, \"", i);
83 printf("\\
[all...]
/u-boot/drivers/net/bnxt/
H A Dbnxt_dbg.h42 #define dbg_prn printf
54 printf("\n %p:", buffer);
57 printf(" ");
59 printf("%02x", buffer[jj]);
61 printf(" ");
63 printf(" ");
71 printf("%c", c);
89 printf("\n");
96 printf("- %s()\n", func);
97 printf(" Vendo
[all...]
/u-boot/board/freescale/t102xrdb/
H A Dcpld.c57 printf("cpld_ver = 0x%02x\n", CPLD_READ(cpld_ver));
58 printf("cpld_ver_sub = 0x%02x\n", CPLD_READ(cpld_ver_sub));
59 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver));
60 printf("sw_ver = 0x%02x\n", CPLD_READ(sw_ver));
61 printf("reset_ctl1 = 0x%02x\n", CPLD_READ(reset_ctl1));
62 printf("reset_ctl2 = 0x%02x\n", CPLD_READ(reset_ctl2));
63 printf("int_status = 0x%02x\n", CPLD_READ(int_status));
64 printf("flash_csr = 0x%02x\n", CPLD_READ(flash_csr));
65 printf("fan_ctl_status = 0x%02x\n", CPLD_READ(fan_ctl_status));
66 printf("led_ctl_statu
[all...]
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c72 printf("Call backtrace: ");
79 printf("\n");
80 printf("%08lX ", i);
84 printf("\n");
91 printf("NIP: %08lX XER: %08lX LR: %08lX REGS: %p TRAP: %04lx DAR: %08lX\n",
93 printf("MSR: %08lx EE: %01x PR: %01x FP: %01x ME: %01x IR/DR: %01x%01x\n",
99 printf("\n");
103 printf("GPR%02d: ", i);
106 printf("%08lX ", regs->gpr[i]);
109 printf("\
[all...]
/u-boot/arch/sandbox/lib/
H A Dinterrupts.c37 printf("\nIllegal instruction\n");
40 printf("\nBus error\n");
43 printf("\nSegmentation violation\n");
48 printf("pc = 0x%lx, ", pc);
49 printf("pc_reloc = 0x%lx\n\n", pc - gd->reloc_off);
53 printf("resetting ...\n\n");
/u-boot/board/freescale/t4rdb/
H A Dcpld.c57 printf("CPLD Altbank Fail: Invalid value!\n");
77 printf("chip_id1 = 0x%02x\n", CPLD_READ(chip_id1));
78 printf("chip_id2 = 0x%02x\n", CPLD_READ(chip_id2));
79 printf("sw_maj_ver = 0x%02x\n", CPLD_READ(sw_maj_ver));
80 printf("sw_min_ver = 0x%02x\n", CPLD_READ(sw_min_ver));
81 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver));
82 printf("software_on = 0x%02x\n", CPLD_READ(software_on));
83 printf("cfg_rcw_src = 0x%02x\n", CPLD_READ(cfg_rcw_src));
84 printf("res0 = 0x%02x\n", CPLD_READ(res0));
85 printf("vban
[all...]
/u-boot/arch/nios2/cpu/
H A Dtraps.c14 printf ("\n\n*** WARNING: unimplemented trap @ %08x\n\n",
23 printf ("\n\n*** ERROR: unimplemented instruction @ %08x\n",
/u-boot/arch/arc/lib/
H A Dinterrupts.c49 printf("r%02u: 0x%08lx\t", i, (unsigned long)*reg_rev);
51 printf("\n");
59 printf("\n");
64 printf("ECR:\t0x%08lx\n", regs->ecr);
65 printf("RET:\t0x%08lx\nBLINK:\t0x%08lx\nSTAT32:\t0x%08lx\n",
67 printf("GP: 0x%08lx\t r25: 0x%08lx\t\n", regs->r26, regs->r25);
68 printf("BTA: 0x%08lx\t SP: 0x%08lx\t FP: 0x%08lx\n", regs->bta,
70 printf("LPS: 0x%08lx\tLPE: 0x%08lx\tLPC: 0x%08lx\n", regs->lp_start,
86 printf("Memory error exception @ 0x%lx\n", address);
92 printf("Instructio
[all...]
/u-boot/board/freescale/t104xrdb/
H A Dcpld.c62 printf("cpld_ver = 0x%02x\n", CPLD_READ(cpld_ver));
63 printf("cpld_ver_sub = 0x%02x\n", CPLD_READ(cpld_ver_sub));
64 printf("hw_ver = 0x%02x\n", CPLD_READ(hw_ver));
65 printf("sw_ver = 0x%02x\n", CPLD_READ(sw_ver));
66 printf("reset_ctl1 = 0x%02x\n", CPLD_READ(reset_ctl1));
67 printf("reset_ctl2 = 0x%02x\n", CPLD_READ(reset_ctl2));
68 printf("int_status = 0x%02x\n", CPLD_READ(int_status));
69 printf("flash_ctl_status = 0x%02x\n", CPLD_READ(flash_ctl_status));
70 printf("fan_ctl_status = 0x%02x\n", CPLD_READ(fan_ctl_status));
72 printf("int_mas
[all...]
/u-boot/board/xilinx/common/
H A Dcpu-info.c18 printf("CPU: UNKNOWN\n");
24 printf("CPU: %s\n", name);
28 printf("Silicon: %s\n", name);
32 printf("Chip: %s\n", name);
/u-boot/drivers/fpga/
H A Dxilinx.c72 printf(" design filename = \"%s\"\n", dataptr);
77 printf("%s: Part number id not recognized in bitstream\n",
88 printf("%s: Wrong bitstream ID for this device\n",
90 printf("%s: Bitstream ID %s, current device ID %d/%s\n",
95 printf("%s: Please fill correct device ID to xilinx_desc\n",
98 printf(" part number = \"%s\"\n", dataptr);
103 printf("%s: Date identifier not recognized in bitstream\n",
110 printf(" date = \"%s\"\n", dataptr);
115 printf("%s: Time identifier not recognized in bitstream\n",
122 printf(" tim
[all...]
/u-boot/board/imgtec/boston/
H A Dcheckboard.c20 printf("Board: MIPS Boston\n");
22 printf("CPU: 0x%08x", read_c0_prid());
25 printf(" cl%x", changelist);

Completed in 221 milliseconds

1234567891011>>