Home | History | Annotate | Download | only in sboot

Lines Matching refs:printf

44 	printf("\nsboot: serial line bootstrap program (&end = %p) [%s]\n\n",
48 printf("[rebooting...]\n");
54 printf(">>> ");
85 printf("My ip address is: %d.%d.%d.%d\n",
87 printf("Server ip address is: %d.%d.%d.%d\n",
90 printf("Failed.\n");
94 printf("exiting to ROM\n");
99 printf("Download Failed\n");
101 printf("Download was a success!\n");
107 printf("My ip address is: %d.%d.%d.%d\n",
109 printf("Server ip address is: %d.%d.%d.%d\n",
112 printf("REVARP: Failed.\n");
116 printf("Download Failed\n");
119 printf("Download was a success!\n");
123 printf("Start @ 0x%x ... \n", LOAD_ADDR);
128 printf("valid commands\n");
129 printf("a - send a RARP\n");
130 printf("b - boot the system\n");
131 printf("e - exit to ROM\n");
132 printf("f - ftp the boot file\n");
133 printf("g - execute the boot file\n");
134 printf("h - help\n");
135 printf("i - init LANCE enet chip\n");
141 printf("sboot: %s: Unknown command\n", buf);