io_usbvend.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:20k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /************************************************************************
  2.  *
  3.  * USBVEND.H Vendor-specific USB definitions
  4.  *
  5.  * NOTE: This must be kept in sync with the Edgeport firmware and
  6.  * must be kept backward-compatible with older firmware.
  7.  *
  8.  ************************************************************************
  9.  *
  10.  * Copyright (c) 1998 Inside Out Networks, Inc.
  11.  * This program is free software; you can redistribute it and/or modify
  12.  * it under the terms of the GNU General Public License as published by
  13.  * the Free Software Foundation; either version 2 of the License, or
  14.  * (at your option) any later version.
  15.  *
  16.  ************************************************************************/
  17. #if !defined(_USBVEND_H)
  18. #define _USBVEND_H
  19. #ifndef __KERNEL__
  20. #include "ionprag.h" /* Extra I/O Networks pragmas */
  21. #include <usbdi.h>
  22. #include "iondef.h" /* Standard I/O Networks definitions */
  23. #endif
  24. /************************************************************************
  25.  *
  26.  * D e f i n e s   /   T y p e d e f s
  27.  *
  28.  ************************************************************************/
  29. //
  30. // Definitions of USB product IDs
  31. // 
  32. #define USB_VENDOR_ID_ION 0x1608 // Our VID
  33. //
  34. // Definitions of USB product IDs (PID)
  35. // We break the USB-defined PID into an OEM Id field (upper 6 bits)
  36. // and a Device Id (bottom 10 bits). The Device Id defines what
  37. // device this actually is regardless of what the OEM wants to
  38. // call it.
  39. //
  40. // ION-device OEM IDs
  41. #define ION_OEM_ID_ION 0 // 00h Inside Out Networks
  42. #define ION_OEM_ID_NLYNX 1 // 01h NLynx Systems   
  43. #define ION_OEM_ID_GENERIC 2 // 02h Generic OEM
  44. #define ION_OEM_ID_MAC 3 // 03h Mac Version
  45. #define ION_OEM_ID_MEGAWOLF 4 // 04h Lupusb OEM Mac version (MegaWolf)
  46. #define ION_OEM_ID_MULTITECH 5 // 05h Multitech Rapidports
  47. // ION-device Device IDs
  48. // Product IDs - assigned to match middle digit of serial number
  49. // The ION_DEVICE_ID_GENERATION_2 bit (0x20) will be ORed into the existing edgeport
  50. // PIDs to identify 80251+Netchip hardware.  This will guarantee that if a second
  51. // generation edgeport device is plugged into a PC with an older (pre 2.0) driver,
  52. // it will not enumerate.
  53. #define ION_DEVICE_ID_GENERATION_2 0x020 // This bit is set in the PID if this edgeport hardware
  54. // is based on the 80251+Netchip.  
  55. #define EDGEPORT_DEVICE_ID_MASK 0x3df // Not including GEN_2 bit
  56. #define ION_DEVICE_ID_UNCONFIGURED_EDGE_DEVICE 0x000 // In manufacturing only
  57. #define ION_DEVICE_ID_EDGEPORT_4 0x001 // Edgeport/4 RS232
  58. // ION_DEVICE_ID_HUBPORT_7 0x002 // Hubport/7 (Placeholder, not used by software)
  59. #define ION_DEVICE_ID_RAPIDPORT_4 0x003 // Rapidport/4
  60. #define ION_DEVICE_ID_EDGEPORT_4T 0x004 // Edgeport/4 RS232 for Telxon (aka "Fleetport")
  61. #define ION_DEVICE_ID_EDGEPORT_2 0x005 // Edgeport/2 RS232
  62. #define ION_DEVICE_ID_EDGEPORT_4I 0x006 // Edgeport/4 RS422
  63. #define ION_DEVICE_ID_EDGEPORT_2I 0x007 // Edgeport/2 RS422/RS485
  64. // ION_DEVICE_ID_HUBPORT_4 0x008 // Hubport/4 (Placeholder, not used by software)
  65. // ION_DEVICE_ID_EDGEPORT_8_HANDBUILT 0x009 // Hand-built Edgeport/8 (Placeholder, used in middle digit of serial number only!)
  66. // ION_DEVICE_ID_MULTIMODEM_4X56 0x00A // MultiTech version of RP/4 (Placeholder, used in middle digit of serial number only!)
  67. #define ION_DEVICE_ID_EDGEPORT_PARALLEL_PORT 0x00B // Edgeport/(4)21 Parallel port (USS720)
  68. #define ION_DEVICE_ID_EDGEPORT_421 0x00C // Edgeport/421 Hub+RS232+Parallel
  69. #define ION_DEVICE_ID_EDGEPORT_21 0x00D // Edgeport/21  RS232+Parallel
  70. #define ION_DEVICE_ID_EDGEPORT_8_DUAL_CPU 0x00E // Half of an Edgeport/8 (the kind with 2 EP/4s on 1 PCB)
  71. #define ION_DEVICE_ID_EDGEPORT_8 0x00F // Edgeport/8 (single-CPU)
  72. #define ION_DEVICE_ID_EDGEPORT_2_DIN 0x010 // Edgeport/2 RS232 with Apple DIN connector
  73. #define ION_DEVICE_ID_EDGEPORT_4_DIN 0x011 // Edgeport/4 RS232 with Apple DIN connector
  74. #define ION_DEVICE_ID_EDGEPORT_16_DUAL_CPU 0x012 // Half of an Edgeport/16 (the kind with 2 EP/8s)
  75. #define ION_DEVICE_ID_EDGEPORT_COMPATIBLE 0x013 // Edgeport Compatible, for NCR, Axiohm etc. testing
  76. #define ION_DEVICE_ID_EDGEPORT_8I 0x014 // Edgeport/8 RS422 (single-CPU)
  77. #define ION_DEVICE_ID_MT4X56USB 0x1403 // OEM device
  78. // BlackBox OEM devices
  79. #define ION_DEVICE_ID_BB_EDGEPORT_4 0x001 // Edgeport/4 RS232
  80. #define ION_DEVICE_ID_BB_EDGEPORT_4T 0x004 // Edgeport/4 RS232 for Telxon (aka "Fleetport")
  81. #define ION_DEVICE_ID_BB_EDGEPORT_2 0x005 // Edgeport/2 RS232
  82. #define ION_DEVICE_ID_BB_EDGEPORT_4I 0x006 // Edgeport/4 RS422
  83. #define ION_DEVICE_ID_BB_EDGEPORT_2I 0x007 // Edgeport/2 RS422/RS485
  84. #define ION_DEVICE_ID_BB_EDGEPORT_421 0x00C // Edgeport/421 Hub+RS232+Parallel
  85. #define ION_DEVICE_ID_BB_EDGEPORT_21 0x00D // Edgeport/21  RS232+Parallel
  86. #define ION_DEVICE_ID_BB_EDGEPORT_8_DUAL_CPU 0x00E // Half of an Edgeport/8 (the kind with 2 EP/4s on 1 PCB)
  87. #define ION_DEVICE_ID_BB_EDGEPORT_8 0x00F // Edgeport/8 (single-CPU)
  88. #define ION_DEVICE_ID_BB_EDGEPORT_2_DIN 0x010 // Edgeport/2 RS232 with Apple DIN connector
  89. #define ION_DEVICE_ID_BB_EDGEPORT_4_DIN 0x011 // Edgeport/4 RS232 with Apple DIN connector
  90. #define ION_DEVICE_ID_BB_EDGEPORT_16_DUAL_CPU 0x012 // Half of an Edgeport/16 (the kind with 2 EP/8s)
  91. #define ION_DEVICE_ID_BB_EDGEPORT_8I 0x014 // Edgeport/8 RS422 (single-CPU)
  92. /* Edgeport TI based devices */
  93. #define ION_DEVICE_ID_TI_EDGEPORT_4 0x0201 /* Edgeport/4 RS232 */
  94. #define ION_DEVICE_ID_TI_EDGEPORT_2 0x0205 /* Edgeport/2 RS232 */
  95. #define ION_DEVICE_ID_TI_EDGEPORT_4I 0x0206 /* Edgeport/4i RS422 */
  96. #define ION_DEVICE_ID_TI_EDGEPORT_2I 0x0207 /* Edgeport/2i RS422/RS485 */
  97. #define ION_DEVICE_ID_TI_EDGEPORT_421 0x020C /* Edgeport/421 4 hub 2 RS232 + Parallel (lucent on a different hub port) */
  98. #define ION_DEVICE_ID_TI_EDGEPORT_21 0x020D /* Edgeport/21 2 RS232 + Parallel (lucent on a different hub port) */
  99. #define ION_DEVICE_ID_TI_EDGEPORT_1 0x0215 /* Edgeport/1 RS232 */
  100. #define ION_DEVICE_ID_TI_EDGEPORT_42 0x0217 /* Edgeport/42 4 hub 2 RS232 */
  101. #define ION_DEVICE_ID_TI_EDGEPORT_22 0x021A /* Edgeport/22  Edgeport/22I is an Edgeport/4 with ports 1&2 RS422 and ports 3&4 RS232 */
  102. #define ION_DEVICE_ID_TI_EDGEPORT_421_BOOT 0x0240 /* Edgeport/421 in boot mode */
  103. #define ION_DEVICE_ID_TI_EDGEPORT_421_DOWN 0x0241 /* Edgeport/421 in download mode first interface is 2 RS232 (Note that the second interface of this multi interface device should be a standard USB class 7 printer port) */
  104. #define ION_DEVICE_ID_TI_EDGEPORT_21_BOOT 0x0242 /* Edgeport/21 in boot mode */
  105. #define ION_DEVICE_ID_TI_EDGEPORT_21_DOWN 0x0243 /*Edgeport/42 in download mode: first interface is 2 RS232 (Note that the second interface of this multi interface device should be a standard USB class 7 printer port) */
  106. #define MAKE_USB_PRODUCT_ID( OemId, DeviceId )
  107. ( (__u16) (((OemId) << 10) || (DeviceId)) )
  108. #define DEVICE_ID_FROM_USB_PRODUCT_ID( ProductId )
  109. ( (__u16) ((ProductId) & (EDGEPORT_DEVICE_ID_MASK)) )
  110. #define OEM_ID_FROM_USB_PRODUCT_ID( ProductId )
  111. ( (__u16) (((ProductId) >> 10) & 0x3F) )
  112. //
  113. // Definitions of parameters for download code. Note that these are
  114. // specific to a given version of download code and must change if the
  115. // corresponding download code changes.
  116. //
  117. // TxCredits value below which driver won't bother sending (to prevent too many small writes).
  118. // Send only if above 25%
  119. #define EDGE_FW_GET_TX_CREDITS_SEND_THRESHOLD(InitialCredit) (max(((InitialCredit) / 4), EDGE_FW_BULK_MAX_PACKET_SIZE))
  120. #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1)
  121. #define EDGE_FW_BULK_READ_BUFFER_SIZE 1024 // Size to use for Bulk reads
  122. #define EDGE_FW_INT_MAX_PACKET_SIZE 32 // Max Packet Size for Interrupt In Endpoint
  123. // Note that many units were shipped with MPS=16, we
  124. // force an upgrade to this value).
  125. #define EDGE_FW_INT_INTERVAL 2 // 2ms polling on IntPipe
  126. //
  127. // Definitions of I/O Networks vendor-specific requests
  128. // for default endpoint
  129. //
  130. // bmRequestType = 00100000 Set vendor-specific, to device
  131. // bmRequestType = 10100000 Get vendor-specific, to device
  132. //
  133. // These are the definitions for the bRequest field for the
  134. // above bmRequestTypes.
  135. //
  136. // For the read/write Edgeport memory commands, the parameters
  137. // are as follows:
  138. // wValue = 16-bit address
  139. // wIndex = unused (though we could put segment 00: or FF: here)
  140. // wLength = # bytes to read/write (max 64)
  141. //
  142. #define USB_REQUEST_ION_RESET_DEVICE 0 // Warm reboot Edgeport, retaining USB address
  143. #define USB_REQUEST_ION_GET_EPIC_DESC 1 // Get Edgeport Compatibility Descriptor
  144. // unused 2 // Unused, available
  145. #define USB_REQUEST_ION_READ_RAM 3 // Read  EdgePort RAM at specified addr
  146. #define USB_REQUEST_ION_WRITE_RAM 4 // Write EdgePort RAM at specified addr
  147. #define USB_REQUEST_ION_READ_ROM 5 // Read  EdgePort ROM at specified addr
  148. #define USB_REQUEST_ION_WRITE_ROM 6 // Write EdgePort ROM at specified addr
  149. #define USB_REQUEST_ION_EXEC_DL_CODE 7 // Begin execution of RAM-based download
  150. // code by jumping to address in wIndex:wValue
  151. // 8 // Unused, available
  152. #define USB_REQUEST_ION_ENABLE_SUSPEND 9 // Enable/Disable suspend feature
  153. // (wValue != 0: Enable; wValue = 0: Disable)
  154. //
  155. // Define parameter values for our vendor-specific commands
  156. //
  157. // Values for iDownloadFile
  158. #define EDGE_DOWNLOAD_FILE_NONE 0 // No download requested
  159. #define EDGE_DOWNLOAD_FILE_INTERNAL 0xFF // Download the file compiled into driver (930 version)
  160. #define EDGE_DOWNLOAD_FILE_I930 0xFF // Download the file compiled into driver (930 version)
  161. #define EDGE_DOWNLOAD_FILE_80251 0xFE // Download the file compiled into driver (80251 version)
  162. /*
  163.  * Special addresses for READ/WRITE_RAM/ROM
  164.  */
  165. // Version 1 (original) format of DeviceParams
  166. #define EDGE_MANUF_DESC_ADDR_V1 0x00FF7F00
  167. #define EDGE_MANUF_DESC_LEN_V1 sizeof(EDGE_MANUF_DESCRIPTOR_V1)
  168. // Version 2 format of DeviceParams. This format is longer (3C0h)
  169. // and starts lower in memory, at the uppermost 1K in ROM.
  170. #define EDGE_MANUF_DESC_ADDR 0x00FF7C00
  171. #define EDGE_MANUF_DESC_LEN sizeof(struct edge_manuf_descriptor)
  172. // Boot params descriptor
  173. #define EDGE_BOOT_DESC_ADDR 0x00FF7FC0
  174. #define EDGE_BOOT_DESC_LEN sizeof(struct edge_boot_descriptor)
  175. // Define the max block size that may be read or written
  176. // in a read/write RAM/ROM command.
  177. #define MAX_SIZE_REQ_ION_READ_MEM ( (__u16) 64 )
  178. #define MAX_SIZE_REQ_ION_WRITE_MEM ( (__u16) 64 )
  179. //
  180. // Notes for the following two ION vendor-specific param descriptors:
  181. //
  182. // 1. These have a standard USB descriptor header so they look like a
  183. // normal descriptor.
  184. // 2. Any strings in the structures are in USB-defined string
  185. // descriptor format, so that they may be separately retrieved,
  186. // if necessary, with a minimum of work on the 930. This also
  187. // requires them to be in UNICODE format, which, for English at
  188. // least, simply means extending each __u8 into a __u16.
  189. // 3. For all fields, 00 means 'uninitialized'.
  190. // 4. All unused areas should be set to 00 for future expansion.
  191. //
  192. // This structure is ver 2 format. It contains ALL USB descriptors as
  193. // well as the configuration parameters that were in the original V1
  194. // structure. It is NOT modified when new boot code is downloaded; rather,
  195. // these values are set or modified by manufacturing. It is located at
  196. // xC00-xFBF (length 3C0h) in the ROM.
  197. // This structure is a superset of the v1 structure and is arranged so
  198. // that all of the v1 fields remain at the same address. We are just
  199. // adding more room to the front of the structure to hold the descriptors.
  200. //
  201. // The actual contents of this structure are defined in a 930 assembly
  202. // file, converted to a binary image, and then written by the serialization
  203. // program. The C definition of this structure just defines a dummy
  204. // area for general USB descriptors and the descriptor tables (the root
  205. // descriptor starts at xC00). At the bottom of the structure are the
  206. // fields inherited from the v1 structure.
  207. #define MAX_SERIALNUMBER_LEN 12
  208. #define MAX_ASSEMBLYNUMBER_LEN 14
  209. struct edge_manuf_descriptor {
  210. __u16 RootDescTable[0x10]; // C00 Root of descriptor tables (just a placeholder)
  211. __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)
  212. //     Start of v1-compatible section
  213. __u8 Length; // F00 Desc length for what follows, per USB (= C0h )
  214. __u8 DescType; // F01 Desc type, per USB (=DEVICE type)
  215. __u8 DescVer; // F02 Desc version/format (currently 2)
  216. __u8 NumRootDescEntries; // F03 # entries in RootDescTable
  217. __u8 RomSize; // F04 Size of ROM/E2PROM in K
  218. __u8 RamSize; // F05 Size of external RAM in K
  219. __u8 CpuRev; // F06 CPU revision level (chg only if s/w visible)
  220. __u8 BoardRev; // F07 PCB revision level (chg only if s/w visible)
  221. __u8 NumPorts; // F08 Number of ports
  222. __u8 DescDate[3]; // F09 MM/DD/YY when descriptor template was compiler,
  223. //    so host can track changes to USB-only descriptors.
  224. __u8 SerNumLength; // F0C USB string descriptor len
  225. __u8 SerNumDescType; // F0D USB descriptor type (=STRING type)
  226. __u16 SerialNumber[MAX_SERIALNUMBER_LEN]; // F0E "01-01-000100" Unicode Serial Number
  227. __u8 AssemblyNumLength; // F26 USB string descriptor len
  228. __u8 AssemblyNumDescType; // F27 USB descriptor type (=STRING type)
  229. __u16 AssemblyNumber[MAX_ASSEMBLYNUMBER_LEN]; // F28 "350-1000-01-A " assembly number
  230. __u8 OemAssyNumLength; // F44 USB string descriptor len
  231. __u8 OemAssyNumDescType; // F45 USB descriptor type (=STRING type)
  232. __u16 OemAssyNumber[MAX_ASSEMBLYNUMBER_LEN]; // F46 "xxxxxxxxxxxxxx" OEM assembly number
  233. __u8 ManufDateLength; // F62 USB string descriptor len
  234. __u8 ManufDateDescType; // F63 USB descriptor type (=STRING type)
  235. __u16 ManufDate[6]; // F64 "MMDDYY" manufacturing date
  236. __u8 Reserved3[0x4D]; // F70 -- unused, set to 0 --
  237. __u8 UartType; // FBD Uart Type
  238. __u8 IonPid; // FBE Product ID, == LSB of USB DevDesc.PID
  239. //     (Note: Edgeport/4s before 11/98 will have
  240. // 00 here instead of 01)
  241. __u8 IonConfig; // FBF Config byte for ION manufacturing use
  242. // FBF end of structure, total len = 3C0h
  243. };
  244. #define MANUF_DESC_VER_1 1 // Original definition of MANUF_DESC
  245. #define MANUF_DESC_VER_2 2 // Ver 2, starts at xC00h len 3C0h
  246. // Uart Types
  247. // Note: Since this field was added only recently, all Edgeport/4 units
  248. // shipped before 11/98 will have 00 in this field. Therefore,
  249. // both 00 and 01 values mean '654.
  250. #define MANUF_UART_EXAR_654_EARLY 0 // Exar 16C654 in Edgeport/4s before 11/98
  251. #define MANUF_UART_EXAR_654 1 // Exar 16C654
  252. #define MANUF_UART_EXAR_2852 2 // Exar 16C2852 
  253. //
  254. // Note: The CpuRev and BoardRev values do not conform to manufacturing
  255. // revisions; they are to be incremented only when the CPU or hardware
  256. // changes in a software-visible way, such that the 930 software or
  257. // the host driver needs to handle the hardware differently.
  258. //
  259. // Values of bottom 5 bits of CpuRev & BoardRev for
  260. // Implementation 0 (ie, 930-based)
  261. #define MANUF_CPU_REV_AD4 1 // 930 AD4, with EP1 Rx bug (needs RXSPM)
  262. #define MANUF_CPU_REV_AD5 2 // 930 AD5, with above bug (supposedly) fixed
  263. #define MANUF_CPU_80251 0x20 // Intel 80251
  264. #define MANUF_BOARD_REV_A 1 // Original version, == Manuf Rev A
  265. #define MANUF_BOARD_REV_B 2 // Manuf Rev B, wakeup interrupt works
  266. #define MANUF_BOARD_REV_C 3 // Manuf Rev C, 2/4 ports, rs232/rs422
  267. #define MANUF_BOARD_REV_GENERATION_2 0x20 // Second generaiton edgeport
  268. // Values of bottom 5 bits of CpuRev & BoardRev for
  269. // Implementation 1 (ie, 251+Netchip-based)
  270. #define MANUF_CPU_REV_1 1 // C251TB Rev 1 (Need actual Intel rev here)
  271. #define MANUF_BOARD_REV_A 1 // First rev of 251+Netchip design
  272. #define MANUF_SERNUM_LENGTH sizeof(((struct edge_manuf_descriptor *)0)->SerialNumber)
  273. #define MANUF_ASSYNUM_LENGTH sizeof(((struct edge_manuf_descriptor *)0)->AssemblyNumber)
  274. #define MANUF_OEMASSYNUM_LENGTH sizeof(((struct edge_manuf_descriptor *)0)->OemAssyNumber)
  275. #define MANUF_MANUFDATE_LENGTH sizeof(((struct edge_manuf_descriptor *)0)->ManufDate)
  276. #define MANUF_ION_CONFIG_MASTER 0x80 // 1=Master mode, 0=Normal
  277. #define MANUF_ION_CONFIG_DIAG 0x40 // 1=Run h/w diags, 0=norm
  278. #define MANUF_ION_CONFIG_DIAG_NO_LOOP 0x20 // As above but no ext loopback test
  279. //
  280. // This structure describes parameters for the boot code, and
  281. // is programmed along with new boot code. These are values
  282. // which are specific to a given build of the boot code. It
  283. // is exactly 64 bytes long and is fixed at address FF:xFC0
  284. // - FF:xFFF. Note that the 930-mandated UCONFIG bytes are
  285. // included in this structure.
  286. //
  287. struct edge_boot_descriptor {
  288. __u8 Length; // C0 Desc length, per USB (= 40h)
  289. __u8 DescType; // C1 Desc type, per USB (= DEVICE type)
  290. __u8 DescVer; // C2 Desc version/format
  291. __u8 Reserved1; // C3 -- unused, set to 0 --
  292. __u16 BootCodeLength; // C4 Boot code goes from FF:0000 to FF:(len-1)
  293. //   (LE format)
  294. __u8 MajorVersion; // C6 Firmware version: xx.
  295. __u8 MinorVersion; // C7 yy.
  296. __u16 BuildNumber; // C8 zzzz (LE format)
  297. __u16 EnumRootDescTable; // CA Root of ROM-based descriptor table
  298. __u8 NumDescTypes; // CC Number of supported descriptor types
  299. __u8 Reserved4; // CD Fix Compiler Packing
  300. __u16 Capabilities; // CE-CF Capabilities flags (LE format)
  301. __u8 Reserved2[0x28]; // D0 -- unused, set to 0 --
  302. __u8 UConfig0; // F8 930-defined CPU configuration byte 0
  303. __u8 UConfig1; // F9 930-defined CPU configuration byte 1
  304. __u8 Reserved3[6]; // FA -- unused, set to 0 --
  305. // FF end of structure, total len = 80
  306. };
  307. #define BOOT_DESC_VER_1 1 // Original definition of BOOT_PARAMS
  308. #define BOOT_DESC_VER_2 2 // 2nd definition, descriptors not included in boot
  309. // Capabilities flags
  310. #define BOOT_CAP_RESET_CMD 0x0001 // If set, boot correctly supports ION_RESET_DEVICE
  311. /************************************************************************
  312.                  T I   U M P   D E F I N I T I O N S
  313.  ***********************************************************************/
  314. //************************************************************************
  315. // TI I2C Format Definitions
  316. //************************************************************************
  317. #define I2C_DESC_TYPE_INFO_BASIC 1
  318. #define I2C_DESC_TYPE_FIRMWARE_BASIC 2
  319. #define I2C_DESC_TYPE_DEVICE 3
  320. #define I2C_DESC_TYPE_CONFIG 4
  321. #define I2C_DESC_TYPE_STRING 5
  322. #define I2C_DESC_TYPE_FIRMWARE_BLANK  0xf2
  323. #define I2C_DESC_TYPE_MAX 5
  324. // 3410 may define types 6, 7 for other firmware downloads
  325. // Special section defined by ION
  326. #define I2C_DESC_TYPE_ION 0 // Not defined by TI
  327. struct ti_i2c_desc
  328. {
  329. __u8 Type; // Type of descriptor
  330. __u16 Size; // Size of data only not including header
  331. __u8 CheckSum; // Checksum (8 bit sum of data only)
  332. __u8 Data[0]; // Data starts here
  333. }__attribute__((packed));
  334. struct ti_i2c_firmware_rec 
  335. {
  336. __u8 Ver_Major; // Firmware Major version number
  337. __u8 Ver_Minor; // Firmware Minor version number
  338. __u8 Data[0]; // Download starts here
  339. }__attribute__((packed));
  340. // Structure of header of download image in fw_down.h
  341. struct ti_i2c_image_header
  342. {
  343. __u16 Length;
  344. __u8 CheckSum;
  345. }__attribute__((packed));
  346. struct ti_basic_descriptor
  347. {
  348. __u8 Power; // Self powered
  349. // bit 7: 1 - power switching supported
  350. //        0 - power switching not supported
  351. //
  352. // bit 0: 1 - self powered
  353. //        0 - bus powered
  354. //
  355. //
  356. __u16 HubVid; // VID HUB
  357. __u16 HubPid; // PID HUB
  358. __u16 DevPid; // PID Edgeport
  359. __u8 HubTime; // Time for power on to power good
  360. __u8 HubCurrent; // HUB Current = 100ma
  361. } __attribute__((packed));
  362. #define TI_GET_CPU_REVISION(x) (__u8)((((x)>>4)&0x0f))
  363. #define TI_GET_BOARD_REVISION(x) (__u8)(((x)&0x0f))
  364. #define TI_I2C_SIZE_MASK 0x1f  // 5 bits
  365. #define TI_GET_I2C_SIZE(x) ((((x) & TI_I2C_SIZE_MASK)+1)*256)
  366. #define TI_MAX_I2C_SIZE ( 16 * 1024 )
  367. /* TI USB 5052 definitions */
  368. struct edge_ti_manuf_descriptor
  369. {
  370. __u8 IonConfig; //  Config byte for ION manufacturing use
  371. __u8 IonConfig2; //  Expansion
  372. __u8 Version; //  Verqsion
  373. __u8 CpuRev_BoardRev; //  CPU revision level (0xF0) and Board Rev Level (0x0F)
  374. __u8 NumPorts; //  Number of ports for this UMP
  375. __u8 NumVirtualPorts; //  Number of Virtual ports
  376. __u8 HubConfig1; //  Used to configure the Hub
  377. __u8 HubConfig2; //  Used to configure the Hub
  378. __u8 TotalPorts; //  Total Number of Com Ports for the entire device (All UMPs)
  379. __u8 Reserved;
  380. }__attribute__((packed));
  381. #endif // if !defined()