int64host.c 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2013 Qualcomm Atheros, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * int64host.c - Qualcomm Atheros INT6400 Host Emulator
  11. *
  12. * Contributor(s):
  13. * Charles Maier <cmaier@qca.qualcomm.com>
  14. *
  15. *--------------------------------------------------------------------*/
  16. /*====================================================================*
  17. * system header files;
  18. *--------------------------------------------------------------------*/
  19. #include <unistd.h>
  20. #include <stdlib.h>
  21. #include <limits.h>
  22. #include <string.h>
  23. #include <ctype.h>
  24. /*====================================================================*
  25. * custom header files;
  26. *--------------------------------------------------------------------*/
  27. #include "../tools/getoptv.h"
  28. #include "../tools/putoptv.h"
  29. #include "../tools/memory.h"
  30. #include "../tools/number.h"
  31. #include "../tools/types.h"
  32. #include "../tools/flags.h"
  33. #include "../tools/files.h"
  34. #include "../tools/error.h"
  35. #include "../plc/plc.h"
  36. #include "../ram/nvram.h"
  37. #include "../ram/sdram.h"
  38. #include "../nvm/nvm.h"
  39. #include "../pib/pib.h"
  40. /*====================================================================*
  41. * custom source files;
  42. *--------------------------------------------------------------------*/
  43. #ifndef MAKEFILE
  44. #include "../plc/BootDevice1.c"
  45. #include "../plc/BootFirmware1.c"
  46. #include "../plc/BootParameters1.c"
  47. #include "../plc/chipset.c"
  48. #include "../plc/Confirm.c"
  49. #include "../plc/Devices.c"
  50. #include "../plc/Failure.c"
  51. #include "../plc/FlashNVM.c"
  52. #include "../plc/HostActionResponse.c"
  53. #include "../plc/InitDevice1.c"
  54. #include "../plc/EmulateHost64.c"
  55. #include "../plc/Request.c"
  56. #include "../plc/ResetDevice.c"
  57. #include "../plc/ReadMME.c"
  58. #include "../plc/SendMME.c"
  59. #include "../plc/WaitForReset.c"
  60. #include "../plc/WaitForStart.c"
  61. #include "../plc/WriteExecuteFirmware1.c"
  62. #include "../plc/WriteExecutePIB.c"
  63. #include "../plc/StartFirmware1.c"
  64. #include "../plc/WriteFirmware1.c"
  65. #include "../plc/WriteMEM.c"
  66. #include "../plc/WriteNVM.c"
  67. #include "../plc/WritePIB.c"
  68. #include "../plc/WriteCFG.c"
  69. #include "../plc/ReadFirmware1.c"
  70. #include "../plc/ReadParameters1.c"
  71. #include "../plc/ModuleRead.c"
  72. #endif
  73. #ifndef MAKEFILE
  74. #include "../tools/getoptv.c"
  75. #include "../tools/putoptv.c"
  76. #include "../tools/version.c"
  77. #include "../tools/uintspec.c"
  78. #include "../tools/checkfilename.c"
  79. #include "../tools/hexdecode.c"
  80. #include "../tools/hexstring.c"
  81. #include "../tools/todigit.c"
  82. #include "../tools/hexdump.c"
  83. #include "../tools/checksum32.c"
  84. #include "../tools/fdchecksum32.c"
  85. #include "../tools/error.c"
  86. #include "../tools/strfbits.c"
  87. #include "../tools/typename.c"
  88. #endif
  89. #ifndef MAKEFILE
  90. #include "../ether/openchannel.c"
  91. #include "../ether/closechannel.c"
  92. #include "../ether/readpacket.c"
  93. #include "../ether/sendpacket.c"
  94. #include "../ether/channel.c"
  95. #endif
  96. #ifndef MAKEFILE
  97. #include "../mme/MMECode.c"
  98. #include "../mme/EthernetHeader.c"
  99. #include "../mme/QualcommHeader.c"
  100. #include "../mme/UnwantedMessage.c"
  101. #endif
  102. #ifndef MAKEFILE
  103. #include "../key/keys.c"
  104. #endif
  105. #ifndef MAKEFILE
  106. #include "../nvm/lightning_nvm_file.c"
  107. #endif
  108. #ifndef MAKEFILE
  109. #include "../pib/lightning_pib_file.c"
  110. #include "../pib/lightning_pib_peek.c"
  111. #endif
  112. /*====================================================================*
  113. *
  114. * int main (int argc, char const * argv[]);
  115. *
  116. * parse command line, populate plc structure and perform selected
  117. * operations; show help summary when asked; see getoptv and putoptv
  118. * to understand command line parsing and help summary display; see
  119. * plc.h for the definition of struct plc;
  120. *
  121. * the default interface is eth1 because most people use eth0 as
  122. * their principle network connection; you can specify another
  123. * interface with -i or define environment string PLC to make
  124. * that the default interface and save typing;
  125. *
  126. *--------------------------------------------------------------------*/
  127. int main (int argc, char const * argv [])
  128. {
  129. extern struct channel channel;
  130. static char const * optv [] =
  131. {
  132. "Fi:n:N:p:P:qt:vx",
  133. "-N file -P file [-n file] [-p file]",
  134. "Qualcomm Atheros INT6400 Host Emulator",
  135. "F[F]\tflash (force) NVRAM using VS_MOD_NVM",
  136. #if defined (WINPCAP) || defined (LIBPCAP)
  137. "i n\thost interface is (n) [" LITERAL (CHANNEL_ETHNUMBER) "]",
  138. #else
  139. "i s\thost interface is (s) [" LITERAL (CHANNEL_ETHDEVICE) "]",
  140. #endif
  141. "n f\tread NVM from device into file using VS_RD_MOD",
  142. "N f\twrite NVM file to device using VS_WR_MEM",
  143. "p f\tread PIB from device into file using VS_RD_MOD",
  144. "P f\twrite PIB file to device using VS_WR_MEM",
  145. "q\tquiet mode",
  146. "t n\tread timeout is (n) milliseconds [" LITERAL (CHANNEL_TIMEOUT) "]",
  147. "v\tverbose mode",
  148. "x\texit on error",
  149. (char const *) (0)
  150. };
  151. #include "../plc/plc.c"
  152. signed c;
  153. plc.timer = PLC_LONGTIME;
  154. if (getenv (PLCDEVICE))
  155. {
  156. #if defined (WINPCAP) || defined (LIBPCAP)
  157. channel.ifindex = atoi (getenv (PLCDEVICE));
  158. #else
  159. channel.ifname = strdup (getenv (PLCDEVICE));
  160. #endif
  161. }
  162. optind = 1;
  163. while (~ (c = getoptv (argc, argv, optv)))
  164. {
  165. switch (c)
  166. {
  167. case 'F':
  168. _setbits (plc.module, (VS_MODULE_MAC | VS_MODULE_PIB));
  169. if (_anyset (plc.flags, PLC_FLASH_DEVICE))
  170. {
  171. _setbits (plc.module, VS_MODULE_FORCE);
  172. }
  173. _setbits (plc.flags, PLC_FLASH_DEVICE);
  174. break;
  175. case 'i':
  176. #if defined (WINPCAP) || defined (LIBPCAP)
  177. channel.ifindex = atoi (optarg);
  178. #else
  179. channel.ifname = optarg;
  180. #endif
  181. break;
  182. case 'N':
  183. if (! checkfilename (optarg))
  184. {
  185. error (1, EINVAL, "%s", optarg);
  186. }
  187. if ((plc.NVM.file = open (plc.NVM.name = optarg, O_BINARY | O_RDONLY)) == -1)
  188. {
  189. error (1, errno, "%s", plc.NVM.name);
  190. }
  191. if (lightning_nvm_file (& plc.NVM))
  192. {
  193. error (1, errno, "Bad NVM file: %s", plc.NVM.name);
  194. }
  195. _setbits (plc.flags, PLC_WRITE_MAC);
  196. break;
  197. case 'n':
  198. if (! checkfilename (optarg))
  199. {
  200. error (1, EINVAL, "%s", optarg);
  201. }
  202. if ((plc.nvm.file = open (plc.nvm.name = optarg, O_BINARY | O_CREAT | O_RDWR | O_TRUNC, FILE_FILEMODE)) == -1)
  203. {
  204. error (1, errno, "%s", plc.nvm.name);
  205. }
  206. break;
  207. case 'P':
  208. if (! checkfilename (optarg))
  209. {
  210. error (1, EINVAL, "%s", optarg);
  211. }
  212. if ((plc.PIB.file = open (plc.PIB.name = optarg, O_BINARY | O_RDONLY)) == -1)
  213. {
  214. error (1, errno, "%s", plc.PIB.name);
  215. }
  216. if (lightning_pib_file (& plc.PIB))
  217. {
  218. error (1, errno, "Bad PIB file: %s", plc.PIB.name);
  219. }
  220. _setbits (plc.flags, PLC_WRITE_PIB);
  221. break;
  222. case 'p':
  223. if (! checkfilename (optarg))
  224. {
  225. error (1, EINVAL, "%s", optarg);
  226. }
  227. if ((plc.pib.file = open (plc.pib.name = optarg, O_BINARY | O_CREAT | O_RDWR | O_TRUNC, FILE_FILEMODE)) == -1)
  228. {
  229. error (1, errno, "%s", plc.pib.name);
  230. }
  231. break;
  232. case 'q':
  233. _setbits (channel.flags, CHANNEL_SILENCE);
  234. _setbits (plc.flags, PLC_SILENCE);
  235. break;
  236. case 't':
  237. channel.timeout = (signed) (uintspec (optarg, 0, UINT_MAX));
  238. break;
  239. case 'v':
  240. _setbits (channel.flags, CHANNEL_VERBOSE);
  241. _setbits (plc.flags, PLC_VERBOSE);
  242. break;
  243. case 'x':
  244. _setbits (plc.flags, PLC_BAILOUT);
  245. break;
  246. default:
  247. break;
  248. }
  249. }
  250. argc -= optind;
  251. argv += optind;
  252. /*
  253. * cancel operation if the user omitted a file or entered to extra argments
  254. * on the command line;
  255. */
  256. if (argc)
  257. {
  258. error (1, ENOTSUP, ERROR_TOOMANY);
  259. }
  260. if (plc.NVM.file == -1)
  261. {
  262. error (1, ECANCELED, "No host NVM file named");
  263. }
  264. if (plc.PIB.file == -1)
  265. {
  266. error (1, ECANCELED, "No host PIB file named");
  267. }
  268. if (plc.nvm.file == -1)
  269. {
  270. error (1, ECANCELED, "No user NVM file named");
  271. }
  272. if (plc.pib.file == -1)
  273. {
  274. error (1, ECANCELED, "No user PIB file named");
  275. }
  276. openchannel (& channel);
  277. if (! (plc.message = malloc (sizeof (* plc.message))))
  278. {
  279. error (1, errno, PLC_NOMEMORY);
  280. }
  281. EmulateHost64 (& plc);
  282. free (plc.message);
  283. closechannel (& channel);
  284. exit (0);
  285. }