Advertisement
Guest User

RTL9210B-CG config settings

a guest
Oct 9th, 2022
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | Software | 0 0
  1. ;Configure Start RTL9210B-CG
  2. ;========================================FW Configure========================================
  3.  
  4. U2PHY = 02 f4 9b e0 e1
  5. U3PHY = 02 d4 09 00 d5 00 80
  6.  
  7. VID = 0xbda
  8. PID = 0x9210
  9.  
  10. MANUFACTURE = "Realtek"
  11. SCSI_VENDOR = "Realtek"
  12. PRODUCT = "RTL9210B-CG"
  13. SCSI_PRODUCT = "RTL9210B-CG"
  14.  
  15. ;========================================
  16. ; "0123" for Dec, "0x0123" for Hex, max 12 digits
  17. ;========================================
  18. SERIAL = "012345678914"
  19.  
  20.  
  21.  
  22. ;========================================User Settings========================================
  23.  
  24. ;========================================
  25. ; Active State Power Management Disable, 0x0 saves power
  26. ;========================================
  27. ASPMDIS = 0x0
  28.  
  29. ;========================================
  30. ; CDROM mode config
  31. ;========================================
  32. ;CDROM_CFG = 0x00
  33.  
  34. ;========================================
  35. ; Compact Flash Express interface mode
  36. ;========================================
  37. ;CFEXPRESS = 0x00
  38.  
  39. ;========================================
  40. ; Custom disk identification
  41. ;========================================
  42. ;CUSTOMIZED_DISK_IDENTIFY = 0x00
  43.  
  44. ;========================================
  45. ; CUSTOMIZED_LED is 15 bytes
  46. ; main LED work indicator breathing effect (00 00 or 01 00 or 01 01)
  47. ;========================================
  48. CUSTOMIZED_LED = 07 00
  49.  
  50. ;========================================
  51. ; disable showing enclosure in Windows when plugged in without disk installed
  52. ;========================================
  53. DIS_SHOW_EMPTY_DISK = 0x0
  54.  
  55. ;========================================
  56. ; disk hot-plug support
  57. ;========================================
  58. DISK_HOTPLUG = 0x0
  59.  
  60. ;========================================
  61. ; disk idle power saving threshold, 0x0 never sleeps, runs hotter
  62. ;========================================
  63. DISK_IPS_THRES = 0x0
  64.  
  65. ;========================================
  66. ; EFUSE id
  67. ;========================================
  68. ;EFUSE = d5 00 42 10
  69.  
  70. ;========================================
  71. ; enable or disable U1U2 (low power standby modes) - USB 3.0 Link Power Management - See Microsoft Documentation
  72. ;========================================
  73. ;EN_U1U2 = 0x00
  74.  
  75. ;========================================
  76. ; enable uninterruptable power supply
  77. ; prevents power being removed for enclosures with fans or meant for WinToGo
  78. ;========================================
  79. ;EN_UPS = 0x01
  80.  
  81. ;========================================
  82. ; enable or disable fan
  83. ;========================================
  84. ;FAN = 0x00
  85.  
  86. ;========================================
  87. ; enable or disable enclosure fingerprinting
  88. ;========================================
  89. ;FINGER_PRINT_EN = n
  90.  
  91. ;========================================
  92. ; Linux only setting?
  93. ;========================================
  94. ;FORCE_PCIE_QUIRK = 0x00
  95.  
  96. ;========================================
  97. ; Active State Power Management may cause PCIe speeds to fall back to slower links
  98. ;========================================
  99. ;FORCE_PCIE_SPEED = 0x03
  100.  
  101. ;========================================
  102. ; Linux only setting?
  103. ;========================================
  104. ;FORCE_USB_QUIRK = 0x00
  105.  
  106. ;========================================
  107. ; USB power saving settings may cause USB link speeds to fall back to slower links
  108. ;========================================
  109. ;FORCE_USB_SPEED = 0x06
  110.  
  111. ;========================================
  112. ; set fractional precision UART baud rate
  113. ;========================================
  114. ;FP_UART_BAUD_RATE = 0x00
  115.  
  116. ;========================================
  117. ; SATA Direct Memory Access setting
  118. ;========================================
  119. ;FORCE_SATA_NORMAL_DMA = 0x00
  120.  
  121. ;========================================
  122. ; USB High Speed auto switching?
  123. ;========================================
  124. ;HS_AUTO_SWITCH = 0x00
  125.  
  126. ;========================================
  127. ; hardware LED light profile config
  128. ;========================================
  129. ;HW_LED_CFG = 0x00
  130.  
  131. ;========================================
  132. ; lazy initialize disk
  133. ;========================================
  134. ;LATE_INIT_DISK = 0x00
  135.  
  136. ;========================================
  137. ; USB enclosure to the USB port LED
  138. ; active - 0x1, disabled - 0x0
  139. ; some enclosures also support LED = 0x3 / 0x2 / 0x1
  140. ;========================================
  141. LED = 0x1
  142.  
  143. ;========================================
  144. ; PCIe powercut threshold (in minutes), 0 never sleeps
  145. ;========================================
  146. ;PCIE_PWRCUT_THRES = 0x00
  147.  
  148. ;========================================
  149. ; PCIe reference clock setting (for synchronizing with bus?)
  150. ;========================================
  151. ;PCIE_REFCLK = 0x3e
  152.  
  153. ;========================================
  154. ; enable or disable USB Power Delivery functionality?
  155. ; only RTL9210BPD-CG supports Power Delivery functionality, NOT RTL9210B-CG
  156. ; may slow power-on speed and prevent disk from being found when booting
  157. ;
  158. ; OR
  159. ;
  160. ; define Portable Device
  161. ;========================================
  162. ;PD = 0x00
  163.  
  164. ;========================================
  165. ; multiplexer 1 setting
  166. ;========================================
  167. PINMUX1 = 0x0
  168.  
  169. ;========================================
  170. ; multiplexer 2 setting
  171. ;========================================
  172. PINMUX2 = 0x0
  173.  
  174. ;========================================
  175. ; blue light on all the time and flashes when it works, as opposed to no light when not in use
  176. ;========================================
  177. ;RM_INTERNAL_RD = 0x01
  178.  
  179. ;========================================
  180. ; write protection switch present 0xa
  181. ;========================================
  182. ;SCSI_WP_PIN = 0x00
  183.  
  184. ;========================================
  185. ; define SD MMC type
  186. ;========================================
  187. ;SD_MMC_TYPE = 0x00
  188.  
  189. ;========================================
  190. ; HID bus support
  191. ;========================================
  192. ;SUPPORT_HID = 0x00
  193.  
  194. ;========================================
  195. ; enable or disable LED while enclosure sleeping or in standby
  196. ;========================================
  197. ;SUSPEND_LED_OFF = 0x00
  198.  
  199. ;========================================
  200. ; switching regulator 1.2V?
  201. ;========================================
  202. ;SWR_1_2V = 0x00
  203.  
  204. ;========================================
  205. ; U2 (low power state) maximum power
  206. ;========================================
  207. U2_MAXPWR = 0xfa
  208.  
  209. ;========================================
  210. ; U3 (low power state) maximum power
  211. ;========================================
  212. U3_MAXPWR = 0x70
  213.  
  214. ;========================================
  215. ; define UART serial port debug pin
  216. ;========================================
  217. UART_DBG_PIN = 0x5
  218.  
  219.  
  220.  
  221. ;========================================Tool Configure========================================
  222.  
  223. ;========================================
  224. ;========================================
  225. ;DISCONN_FORCE_USB2 = n
  226.  
  227. ;========================================
  228. ;========================================
  229. FORMAT_DISK = n
  230.  
  231. ;========================================
  232. ;========================================
  233. ;INC_SERIAL = y
  234.  
  235. ;========================================
  236. ; PARTITION: GPT, MBR
  237. ;========================================
  238. PARTITION = "MBR"
  239.  
  240. ;========================================
  241. ; FORMAT: NTFS, exFAT
  242. ;========================================
  243. FORMAT = "NTFS"
  244.  
  245. ;========================================
  246. ; LABEL max allowed - characters
  247. ;========================================
  248. LABEL = "1TB NVMeUSB"
  249.  
Tags: Firmware
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement