Advertisement
Guest User

tree

a guest
Feb 7th, 2018
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 145.99 KB | None | 0 0
  1. .
  2. ├── apps
  3. │   ├── EmbeddedIOP
  4. │   │   ├── application.mk
  5. │   │   ├── clock_management.c
  6. │   │   ├── clock_management.h
  7. │   │   ├── clock_stepping.c
  8. │   │   ├── clock_stepping.h
  9. │   │   ├── config
  10. │   │   │   ├── s5l8940xae2-config.mk
  11. │   │   │   ├── s5l8940xiop-config.mk
  12. │   │   │   ├── s5l8942xiop-config.mk
  13. │   │   │   ├── s5l8945xae2-config.mk
  14. │   │   │   ├── s5l8945xiop-config.mk
  15. │   │   │   ├── s5l8947xiop-config.mk
  16. │   │   │   ├── s5l8950xae2-config.mk
  17. │   │   │   └── s5l8950xiop-config.mk
  18. │   │   ├── debugcmds.c
  19. │   │   ├── EmbeddedIOPFirmware.h
  20. │   │   ├── EmbeddedIOP.mk
  21. │   │   ├── EmbeddedIOPProtocol.h
  22. │   │   ├── function_audio
  23. │   │   │   ├── iop_audio.c
  24. │   │   │   ├── iop_audio_protocol.h
  25. │   │   │   ├── libstd_stub.cpp
  26. │   │   │   └── rules.mk
  27. │   │   ├── function_audiodsp
  28. │   │   │   ├── AE2_DMA
  29. │   │   │   │   ├── ae2_dma.h
  30. │   │   │   │   ├── pio_ae2.c
  31. │   │   │   │   ├── pio_ae2.h
  32. │   │   │   │   ├── pl080dmac_ae2.c
  33. │   │   │   │   └── pl080dmac_ae2.h
  34. │   │   │   ├── AE2_I2S
  35. │   │   │   │   └── ae2_i2s.h
  36. │   │   │   ├── AE2_MCA
  37. │   │   │   │   └── ae2_mca.h
  38. │   │   │   ├── AudioUnits
  39. │   │   │   │   ├── AUBase_AE2.h
  40. │   │   │   │   ├── AUComponent_AE2.h
  41. │   │   │   │   ├── AudioUnitProperties_AE2.h
  42. │   │   │   │   ├── AUNull.cpp
  43. │   │   │   │   ├── AUNull.h
  44. │   │   │   │   ├── AUSidetone.cpp
  45. │   │   │   │   ├── AUSidetone.h
  46. │   │   │   │   ├── CoreAudioTypes_AE2.h
  47. │   │   │   │   ├── iop_au_interface.cpp
  48. │   │   │   │   └── iop_au_interface.h
  49. │   │   │   ├── debug_tap.c
  50. │   │   │   ├── debug_tap.h
  51. │   │   │   ├── iop_audiodsp.c
  52. │   │   │   ├── iop_audiodsp_protocol.h
  53. │   │   │   ├── loopback_device.c
  54. │   │   │   ├── loopback_device.h
  55. │   │   │   ├── loopback_process.c
  56. │   │   │   ├── loopback_process.h
  57. │   │   │   ├── rules.mk
  58. │   │   │   ├── timestamper.c
  59. │   │   │   └── timestamper.h
  60. │   │   ├── function_ceata
  61. │   │   │   ├── ceata.h
  62. │   │   │   ├── iop_ceata.c
  63. │   │   │   ├── iop_ceata.h
  64. │   │   │   ├── iop_ceata_protocol.h
  65. │   │   │   └── rules.mk
  66. │   │   ├── function_fmi
  67. │   │   │   ├── iop_fmi.c
  68. │   │   │   ├── iop_fmi_protocol.h
  69. │   │   │   └── rules.mk
  70. │   │   ├── function_sdio
  71. │   │   │   ├── iop_sdio.c
  72. │   │   │   ├── iop_sdio_protocol.h
  73. │   │   │   ├── iop_sdio_wrapper.c
  74. │   │   │   ├── iop_sdio_wrapper.h
  75. │   │   │   └── rules.mk
  76. │   │   ├── iop.h
  77. │   │   ├── main.c
  78. │   │   ├── qwi.c
  79. │   │   ├── qwi.h
  80. │   │   └── qwi_protocol.h
  81. │   ├── iBoot
  82. │   │   ├── application.mk
  83. │   │   ├── boot.c
  84. │   │   ├── config
  85. │   │   │   ├── alcatrazref-config.mk
  86. │   │   │   ├── appletv3-config-base.mk
  87. │   │   │   ├── appletv4-config-base.mk
  88. │   │   │   ├── appletv5-config-base.mk
  89. │   │   │   ├── appletv6-config-base.mk
  90. │   │   │   ├── b137-config.mk
  91. │   │   │   ├── b165-config.mk
  92. │   │   │   ├── b184-config.mk
  93. │   │   │   ├── b238-config.mk
  94. │   │   │   ├── boot-from-nand-template.mk
  95. │   │   │   ├── boot-from-nor-template.mk
  96. │   │   │   ├── capriref-config.mk
  97. │   │   │   ├── cyclonic-config.mk
  98. │   │   │   ├── e86-config.mk
  99. │   │   │   ├── e88-config.mk
  100. │   │   │   ├── elbaref-config.mk
  101. │   │   │   ├── elbauiref-config.mk
  102. │   │   │   ├── fijiref-config.mk
  103. │   │   │   ├── iaccy1-config-base.mk
  104. │   │   │   ├── ipad2b-config-base.mk
  105. │   │   │   ├── ipad2-config-base.mk
  106. │   │   │   ├── ipad3b-config-base.mk
  107. │   │   │   ├── ipad3-config-base.mk
  108. │   │   │   ├── ipad4b-config-base.mk
  109. │   │   │   ├── ipad4-config-base.mk
  110. │   │   │   ├── ipad5b-config-base.mk
  111. │   │   │   ├── ipad5c-config-base.mk
  112. │   │   │   ├── ipad5-config-base.mk
  113. │   │   │   ├── ipad6b-config-base.mk
  114. │   │   │   ├── ipad6d-config-base.mk
  115. │   │   │   ├── iphone5b-config-base.mk
  116. │   │   │   ├── iphone5-config-base.mk
  117. │   │   │   ├── iphone6-config-base.mk
  118. │   │   │   ├── iphone7-config-base.mk
  119. │   │   │   ├── iphone8b-config-base.mk
  120. │   │   │   ├── iphone8-config-base.mk
  121. │   │   │   ├── ipod6-config-base.mk
  122. │   │   │   ├── j105-config.mk
  123. │   │   │   ├── j127-config.mk
  124. │   │   │   ├── j128-config.mk
  125. │   │   │   ├── j1-config.mk
  126. │   │   │   ├── j2a-config.mk
  127. │   │   │   ├── j2-config.mk
  128. │   │   │   ├── j33-config.mk
  129. │   │   │   ├── j33i-config.mk
  130. │   │   │   ├── j34-config.mk
  131. │   │   │   ├── j34m-config.mk
  132. │   │   │   ├── j42-config.mk
  133. │   │   │   ├── j42d-config.mk
  134. │   │   │   ├── j42m-config.mk
  135. │   │   │   ├── j71-config.mk
  136. │   │   │   ├── j72-config.mk
  137. │   │   │   ├── j73-config.mk
  138. │   │   │   ├── j81-config.mk
  139. │   │   │   ├── j82-config.mk
  140. │   │   │   ├── j85-config.mk
  141. │   │   │   ├── j85m-config.mk
  142. │   │   │   ├── j86-config.mk
  143. │   │   │   ├── j86m-config.mk
  144. │   │   │   ├── j87-config.mk
  145. │   │   │   ├── j87m-config.mk
  146. │   │   │   ├── j96-config.mk
  147. │   │   │   ├── j97-config.mk
  148. │   │   │   ├── j98a-config.mk
  149. │   │   │   ├── j98-config.mk
  150. │   │   │   ├── j99a-config.mk
  151. │   │   │   ├── j99-config.mk
  152. │   │   │   ├── k93a-config.mk
  153. │   │   │   ├── k93-config.mk
  154. │   │   │   ├── k94-config.mk
  155. │   │   │   ├── k95-config.mk
  156. │   │   │   ├── m7ref-config.mk
  157. │   │   │   ├── maltaref-config.mk
  158. │   │   │   ├── maltauiref-config.mk
  159. │   │   │   ├── mauiref-config.mk
  160. │   │   │   ├── mauiuiref-config.mk
  161. │   │   │   ├── n102-config.mk
  162. │   │   │   ├── n27a-config.mk
  163. │   │   │   ├── n27-config.mk
  164. │   │   │   ├── n28a-config.mk
  165. │   │   │   ├── n28-config.mk
  166. │   │   │   ├── n41-config.mk
  167. │   │   │   ├── n42-config.mk
  168. │   │   │   ├── n48-config.mk
  169. │   │   │   ├── n49-config.mk
  170. │   │   │   ├── n51-config.mk
  171. │   │   │   ├── n53-config.mk
  172. │   │   │   ├── n56-config.mk
  173. │   │   │   ├── n59-config.mk
  174. │   │   │   ├── n61-config.mk
  175. │   │   │   ├── n66-config-base.mk
  176. │   │   │   ├── n66-config.mk
  177. │   │   │   ├── n66m-config.mk
  178. │   │   │   ├── n69-config.mk
  179. │   │   │   ├── n69u-config.mk
  180. │   │   │   ├── n71-config-base.mk
  181. │   │   │   ├── n71-config.mk
  182. │   │   │   ├── n71m-config.mk
  183. │   │   │   ├── n78-config.mk
  184. │   │   │   ├── n94-config.mk
  185. │   │   │   ├── p101-config.mk
  186. │   │   │   ├── p102-config.mk
  187. │   │   │   ├── p103-config.mk
  188. │   │   │   ├── p105-config.mk
  189. │   │   │   ├── p106-config.mk
  190. │   │   │   ├── p107-config.mk
  191. │   │   │   ├── s7002fpga-config.mk
  192. │   │   │   ├── s7002sim-config.mk
  193. │   │   │   ├── s8000fpga-config.mk
  194. │   │   │   ├── s8000ref-config-base.mk
  195. │   │   │   ├── s8000sim-config.mk
  196. │   │   │   ├── s8001fpga-config.mk
  197. │   │   │   ├── s8001ref-config-base.mk
  198. │   │   │   ├── s8001sim-config.mk
  199. │   │   │   ├── s8003fpga-config.mk
  200. │   │   │   ├── s8003sim-config.mk
  201. │   │   │   ├── swifter-config.mk
  202. │   │   │   ├── t7000fpga-config.mk
  203. │   │   │   ├── t7001fpga-config.mk
  204. │   │   │   ├── t7001padsim-config.mk
  205. │   │   │   ├── t8002fpga-config.mk
  206. │   │   │   ├── t8002sim-config.mk
  207. │   │   │   ├── t8010fpga-config.mk
  208. │   │   │   ├── t8010sim-config.mk
  209. │   │   │   ├── typhonic-config.mk
  210. │   │   │   └── watch2-config-base.mk
  211. │   │   ├── debugcmds.c
  212. │   │   ├── default_env.c
  213. │   │   ├── iBoot.mk
  214. │   │   ├── main.c
  215. │   │   ├── menu_commands.c
  216. │   │   ├── products.mk
  217. │   │   └── upgrade.c
  218. │   └── SecureROM
  219. │       ├── application.mk
  220. │       ├── config
  221. │       │   ├── t8002-config.mk
  222. │       │   ├── t8010-config-base.mk
  223. │       │   └── t8010-config.mk
  224. │       ├── main.c
  225. │       ├── SecureROM.mk
  226. │       └── tests
  227. │           ├── blinky_armv7
  228. │           │   ├── build_rom_test.sh
  229. │           │   └── rom_test.c
  230. │           ├── blinky_armv8
  231. │           │   ├── build_rom_test.sh
  232. │           │   └── rom_test.c
  233. │           ├── images_t8002
  234. │           │   ├── rom_test.bin
  235. │           │   ├── rom_test_ibss_encrypted.im4p
  236. │           │   ├── rom_test_ibss_unencrypted.im4p
  237. │           │   ├── rom_test_illb_encrypted.im4p
  238. │           │   └── rom_test_illb_unencrypted.im4p
  239. │           ├── images_t8010
  240. │           │   ├── rom_test.bin
  241. │           │   ├── rom_test_ibss_encrypted.im4p
  242. │           │   ├── rom_test_ibss_unencrypted.im4p
  243. │           │   ├── rom_test_illb_encrypted.im4p
  244. │           │   └── rom_test_illb_unencrypted.im4p
  245. │           ├── test_generator_hx.py
  246. │           └── test_generator_mx.py
  247. ├── arch
  248. │   ├── arm
  249. │   │   ├── asm.S
  250. │   │   ├── cachedebug_a8.c
  251. │   │   ├── cache_v7.S
  252. │   │   ├── context.S
  253. │   │   ├── cortex_debug.c
  254. │   │   ├── cortex_hang.S
  255. │   │   ├── cpu.c
  256. │   │   ├── dcc
  257. │   │   │   ├── dcc.c
  258. │   │   │   └── rules.mk
  259. │   │   ├── entropy.S
  260. │   │   ├── exceptions.S
  261. │   │   ├── fp.c
  262. │   │   ├── handlers.c
  263. │   │   ├── include
  264. │   │   │   └── arch
  265. │   │   │       ├── arch_task.h
  266. │   │   │       └── arm
  267. │   │   │           ├── arm.h
  268. │   │   │           └── assembler.h
  269. │   │   ├── link.exp
  270. │   │   ├── mmu.c
  271. │   │   ├── mpu.c
  272. │   │   ├── rules.mk
  273. │   │   ├── start.S
  274. │   │   └── task.c
  275. │   └── arm64
  276. │       ├── asm.S
  277. │       ├── context.S
  278. │       ├── cpu.c
  279. │       ├── entropy.S
  280. │       ├── exceptions_el1.S
  281. │       ├── exceptions_el3.S
  282. │       ├── fp.c
  283. │       ├── handlers.c
  284. │       ├── include
  285. │       │   └── arch
  286. │       │       └── arm64
  287. │       │           └── proc_reg.h
  288. │       ├── link.exp
  289. │       ├── mmu.c
  290. │       ├── mmu_test.c
  291. │       ├── rules.mk
  292. │       ├── start.S
  293. │       ├── task.c
  294. │       ├── test.mk
  295. │       ├── tests-mmu.mk
  296. │       └── timer.c
  297. ├── docs
  298. │   ├── Cayman_IOSpreadsheet_Template.xlsx
  299. │   ├── chain_validation.txt
  300. │   ├── dcs-specs
  301. │   │   ├── Elba_Init_A0_July_15_2015.html
  302. │   │   ├── Elba_Init_B0_Mar_4_2016.html
  303. │   │   ├── Elba_Init_B0_Oct_30_2015.html
  304. │   │   ├── Malta_Init_1200_October_29_2015.html
  305. │   │   ├── Malta_Init_A0_1200_June_17_2015.html
  306. │   │   ├── Malta_Init_A0_May_20_2015.html
  307. │   │   ├── Maui_Init_1200_October_29_2015.html
  308. │   │   ├── Maui_Init_B0_1200_June_2_2015.html
  309. │   │   └── Maui_Init_B0_May_20_2015.html
  310. │   ├── Doxyfile
  311. │   ├── Elba_IOSpreadsheet_Template.xlsx
  312. │   ├── fuzzing.txt
  313. │   ├── iBoot_IO_Spreadsheet_Standard.pages
  314. │   ├── image3_format.txt
  315. │   ├── image3_pki_interface.txt
  316. │   ├── image3_user.txt
  317. │   ├── M8_IOSpreadsheet_Template.xlsx
  318. │   ├── Maui_IOSpreadsheet_Template.xlsx
  319. │   ├── mmu64.txt
  320. │   ├── source_layout.txt
  321. │   ├── uncrustify.cfg
  322. │   ├── unittests.txt
  323. │   └── upgrade_mode.txt
  324. ├── drivers
  325. │   ├── aes
  326. │   │   ├── aes.c
  327. │   │   └── rules.mk
  328. │   ├── analogix
  329. │   │   └── displayport
  330. │   │       ├── displayport.c
  331. │   │       ├── include
  332. │   │       │   └── drivers
  333. │   │       │       └── displayport
  334. │   │       │           └── displayport.h
  335. │   │       ├── regs.h
  336. │   │       └── rules.mk
  337. │   ├── apple
  338. │   │   ├── a5iop
  339. │   │   │   ├── a5iop.c
  340. │   │   │   ├── include
  341. │   │   │   │   └── drivers
  342. │   │   │   │       └── a5iop
  343. │   │   │   │           └── a5iop.h
  344. │   │   │   └── rules.mk
  345. │   │   ├── a7iop
  346. │   │   │   ├── a7iop.c
  347. │   │   │   ├── a7iop_debug.c
  348. │   │   │   ├── include
  349. │   │   │   │   └── drivers
  350. │   │   │   │       └── a7iop
  351. │   │   │   │           └── a7iop.h
  352. │   │   │   └── rules.mk
  353. │   │   ├── adbe
  354. │   │   │   ├── adbe.c
  355. │   │   │   ├── adbe_regs_v1.h
  356. │   │   │   ├── adbe_regs_v2.h
  357. │   │   │   ├── adbe_regs_v3.h
  358. │   │   │   ├── adbe_v1.c
  359. │   │   │   ├── adbe_v2.c
  360. │   │   │   ├── adbe_v3.c
  361. │   │   │   ├── include
  362. │   │   │   │   └── drivers
  363. │   │   │   │       └── adbe
  364. │   │   │   │           └── adbe.h
  365. │   │   │   └── rules.mk
  366. │   │   ├── adfe
  367. │   │   │   ├── adfe.c
  368. │   │   │   ├── adfe_regs.h
  369. │   │   │   ├── include
  370. │   │   │   │   └── drivers
  371. │   │   │   │       └── adfe
  372. │   │   │   │           └── adfe.h
  373. │   │   │   └── rules.mk
  374. │   │   ├── adfe_v2
  375. │   │   │   ├── adfe_v2.c
  376. │   │   │   ├── adfe_v2_regs.h
  377. │   │   │   ├── include
  378. │   │   │   │   └── drivers
  379. │   │   │   │       └── adfe_v2
  380. │   │   │   │           └── adfe.h
  381. │   │   │   └── rules.mk
  382. │   │   ├── aes
  383. │   │   │   ├── aes_ap.c
  384. │   │   │   ├── aes_ap.h
  385. │   │   │   └── rules.mk
  386. │   │   ├── aes_s7002
  387. │   │   │   ├── aes_s7002.c
  388. │   │   │   ├── aes_s7002.h
  389. │   │   │   └── rules.mk
  390. │   │   ├── aes_v2
  391. │   │   │   ├── aes_v2.c
  392. │   │   │   ├── aes_v2.h
  393. │   │   │   └── rules.mk
  394. │   │   ├── aic
  395. │   │   │   ├── aic.c
  396. │   │   │   ├── include
  397. │   │   │   │   └── drivers
  398. │   │   │   │       └── aic
  399. │   │   │   │           └── aic.h
  400. │   │   │   └── rules.mk
  401. │   │   ├── amc
  402. │   │   │   ├── amc.c
  403. │   │   │   ├── amc_v2.c
  404. │   │   │   ├── calibration_v1.c
  405. │   │   │   ├── include
  406. │   │   │   │   └── drivers
  407. │   │   │   │       └── amc
  408. │   │   │   │           ├── amc.h
  409. │   │   │   │           ├── amc_phy.h
  410. │   │   │   │           ├── amc_regs.h
  411. │   │   │   │           ├── amc_regs_v12.h
  412. │   │   │   │           ├── amc_regs_v3.h
  413. │   │   │   │           └── amc_regs_v45.h
  414. │   │   │   └── rules.mk
  415. │   │   ├── amg
  416. │   │   │   ├── amg.c
  417. │   │   │   ├── amg.h
  418. │   │   │   └── rules.mk
  419. │   │   ├── amp
  420. │   │   │   ├── amp_v1.c
  421. │   │   │   ├── amp_v2.c
  422. │   │   │   ├── include
  423. │   │   │   │   └── drivers
  424. │   │   │   │       └── amp
  425. │   │   │   │           ├── amp_v1.h
  426. │   │   │   │           ├── amp_v2_calibration.h
  427. │   │   │   │           └── amp_v2.h
  428. │   │   │   └── rules.mk
  429. │   │   ├── amp_v3
  430. │   │   │   ├── amp_v3.c
  431. │   │   │   ├── amp_v3_calibration.c
  432. │   │   │   ├── iboot
  433. │   │   │   │   ├── amp_v3_shim.c
  434. │   │   │   │   └── amp_v3_shim.h
  435. │   │   │   ├── include
  436. │   │   │   │   ├── amp_v3_calibration.h
  437. │   │   │   │   └── amp_v3.h
  438. │   │   │   └── rules.mk
  439. │   │   ├── anc
  440. │   │   │   ├── anc_bootrom.c
  441. │   │   │   ├── anc_bootrom_cmds.h
  442. │   │   │   ├── anc_bootrom.h
  443. │   │   │   ├── anc_bootrom_private.h
  444. │   │   │   ├── anc_bootrom_regs.h
  445. │   │   │   ├── anc_bootrom_regs_m7.h
  446. │   │   │   ├── anc_llb.c
  447. │   │   │   ├── anc_llb.h
  448. │   │   │   ├── ppn_npl_regs.h
  449. │   │   │   ├── rules.mk
  450. │   │   │   ├── util_boot.c
  451. │   │   │   └── util_boot.h
  452. │   │   ├── apcie
  453. │   │   │   ├── apcie.c
  454. │   │   │   └── rules.mk
  455. │   │   ├── asp
  456. │   │   │   ├── asp.c
  457. │   │   │   ├── common_util.c
  458. │   │   │   ├── common_util.h
  459. │   │   │   ├── debug.c
  460. │   │   │   └── rules.mk
  461. │   │   ├── audio
  462. │   │   │   ├── audio.c
  463. │   │   │   ├── debug.c
  464. │   │   │   ├── include
  465. │   │   │   │   └── drivers
  466. │   │   │   │       └── audio
  467. │   │   │   │           └── audio.h
  468. │   │   │   └── rules.mk
  469. │   │   ├── ausb
  470. │   │   │   ├── ausb.c
  471. │   │   │   ├── ausb.h
  472. │   │   │   └── rules.mk
  473. │   │   ├── ccc
  474. │   │   │   ├── ccc.c
  475. │   │   │   ├── include
  476. │   │   │   │   └── drivers
  477. │   │   │   │       └── ccc
  478. │   │   │   │           └── ccc.h
  479. │   │   │   └── rules.mk
  480. │   │   ├── cdma
  481. │   │   │   ├── cdma_aes.c
  482. │   │   │   ├── cdma.c
  483. │   │   │   ├── cdma.h
  484. │   │   │   └── rules.mk
  485. │   │   ├── consistent_debug
  486. │   │   │   ├── consistent_debug.c
  487. │   │   │   ├── include
  488. │   │   │   │   └── consistent_debug
  489. │   │   │   │       ├── consistent_debug_helper_fns.h
  490. │   │   │   │       └── consistent_debug_registry.h
  491. │   │   │   └── rules.mk
  492. │   │   ├── csi
  493. │   │   │   ├── csi.c
  494. │   │   │   ├── debug.c
  495. │   │   │   ├── endpoints
  496. │   │   │   │   ├── builtin.c
  497. │   │   │   │   ├── console_ep.c
  498. │   │   │   │   ├── crashlog_ep.c
  499. │   │   │   │   ├── management_ep.c
  500. │   │   │   │   └── syslog_ep.c
  501. │   │   │   ├── firmware
  502. │   │   │   │   ├── csi_firmware.c
  503. │   │   │   │   ├── csi_firmware.h
  504. │   │   │   │   └── fw_ans.c
  505. │   │   │   ├── include
  506. │   │   │   │   ├── csi_private.h
  507. │   │   │   │   ├── endpoints
  508. │   │   │   │   │   ├── console_ep.h
  509. │   │   │   │   │   ├── crashlog_ep.h
  510. │   │   │   │   │   ├── management_ep.h
  511. │   │   │   │   │   └── syslog_ep.h
  512. │   │   │   │   └── queue.h
  513. │   │   │   └── rules.mk
  514. │   │   ├── dart_lpae
  515. │   │   │   ├── dart.c
  516. │   │   │   ├── dart_regs.h
  517. │   │   │   └── rules.mk
  518. │   │   ├── dcs
  519. │   │   │   ├── dcs.c
  520. │   │   │   ├── dcs_calibration.c
  521. │   │   │   ├── dcs_calibration_v2.c
  522. │   │   │   ├── dcs_init_lib.c
  523. │   │   │   ├── include
  524. │   │   │   │   └── drivers
  525. │   │   │   │       └── dcs
  526. │   │   │   │           ├── dcs_cal.h
  527. │   │   │   │           ├── dcs_calibration.h
  528. │   │   │   │           ├── dcs_cal_v2.h
  529. │   │   │   │           ├── dcs.h
  530. │   │   │   │           ├── dcs_init_lib.h
  531. │   │   │   │           └── dcs_regs.h
  532. │   │   │   └── rules.mk
  533. │   │   ├── displaypipe
  534. │   │   │   ├── displaypipe.c
  535. │   │   │   ├── displaypipe.h
  536. │   │   │   └── rules.mk
  537. │   │   ├── dither
  538. │   │   │   ├── dither.c
  539. │   │   │   ├── dither_v2.h
  540. │   │   │   ├── dither_v3.h
  541. │   │   │   ├── dither_v4.h
  542. │   │   │   └── rules.mk
  543. │   │   ├── dockchannel
  544. │   │   │   ├── dockchannel_regs.h
  545. │   │   │   ├── dockchannel_uart.c
  546. │   │   │   ├── include
  547. │   │   │   │   └── drivers
  548. │   │   │   │       └── dockchannel
  549. │   │   │   │           └── dockchannel.h
  550. │   │   │   └── rules.mk
  551. │   │   ├── dockfifo
  552. │   │   │   ├── cobs.c
  553. │   │   │   ├── cobs.h
  554. │   │   │   ├── dockfifo_bulk.c
  555. │   │   │   ├── dockfifo_regs.h
  556. │   │   │   ├── dockfifo_uart.c
  557. │   │   │   ├── include
  558. │   │   │   │   └── drivers
  559. │   │   │   │       └── dockfifo
  560. │   │   │   │           └── dockfifo.h
  561. │   │   │   └── rules.mk
  562. │   │   ├── dpb
  563. │   │   │   ├── dpb.c
  564. │   │   │   ├── dpb.h
  565. │   │   │   └── rules.mk
  566. │   │   ├── dpb_v2
  567. │   │   │   ├── dpb_v2.c
  568. │   │   │   ├── dpb_v2.h
  569. │   │   │   └── rules.mk
  570. │   │   ├── dwi
  571. │   │   │   ├── dwi.c
  572. │   │   │   ├── dwi.h
  573. │   │   │   └── rules.mk
  574. │   │   ├── gpio
  575. │   │   │   ├── gpio.c
  576. │   │   │   ├── include
  577. │   │   │   │   └── drivers
  578. │   │   │   │       └── apple
  579. │   │   │   │           └── gpio.h
  580. │   │   │   └── rules.mk
  581. │   │   ├── h2fmi
  582. │   │   │   ├── boot
  583. │   │   │   │   ├── H2fmi_bootrom.c
  584. │   │   │   │   ├── H2fmi_private.h
  585. │   │   │   │   ├── H2fmi_regs.h
  586. │   │   │   │   └── rules.mk
  587. │   │   │   ├── debug.c
  588. │   │   │   ├── fmiss.c
  589. │   │   │   ├── fmiss.h
  590. │   │   │   ├── fmiss_ppn.c
  591. │   │   │   ├── fmiss_raw.c
  592. │   │   │   ├── H2FIL.c
  593. │   │   │   ├── H2fmi_8920regs.h
  594. │   │   │   ├── H2fmi_8922regs.h
  595. │   │   │   ├── H2fmi_8940regs.h
  596. │   │   │   ├── H2fmi_8945regs.h
  597. │   │   │   ├── H2fmi_8950regs.h
  598. │   │   │   ├── H2fmi_boot.c
  599. │   │   │   ├── H2fmi.c
  600. │   │   │   ├── H2fmi_debug.c
  601. │   │   │   ├── H2fmi_dma.h
  602. │   │   │   ├── H2fmi_dma_iboot.c
  603. │   │   │   ├── H2fmi_dma_types.h
  604. │   │   │   ├── H2fmi_erase.c
  605. │   │   │   ├── H2fmi.h
  606. │   │   │   ├── H2fmi_iop.c
  607. │   │   │   ├── H2fmi_iop.h
  608. │   │   │   ├── H2fmi_misc.c
  609. │   │   │   ├── H2fmi_ppn.c
  610. │   │   │   ├── H2fmi_ppn_fil.c
  611. │   │   │   ├── H2fmi_ppn.h
  612. │   │   │   ├── H2fmi_ppn_iop.c
  613. │   │   │   ├── H2fmi_private.h
  614. │   │   │   ├── H2fmi_read.c
  615. │   │   │   ├── H2fmi_test.c
  616. │   │   │   ├── H2fmi_timing.c
  617. │   │   │   ├── H2fmi_timing.h
  618. │   │   │   ├── H2fmi_write.c
  619. │   │   │   ├── rules.mk
  620. │   │   │   └── soc.h
  621. │   │   ├── iic
  622. │   │   │   ├── iic.c
  623. │   │   │   ├── iic.h
  624. │   │   │   └── rules.mk
  625. │   │   ├── lpdp_phy
  626. │   │   │   ├── include
  627. │   │   │   │   └── drivers
  628. │   │   │   │       └── lpdp_phy
  629. │   │   │   │           └── lpdp_phy.h
  630. │   │   │   ├── lpdp_v1.c
  631. │   │   │   ├── lpdp_v2.c
  632. │   │   │   ├── regs_v1.h
  633. │   │   │   ├── regs_v2.h
  634. │   │   │   └── rules.mk
  635. │   │   ├── mcu
  636. │   │   │   ├── mcu.c
  637. │   │   │   └── rules.mk
  638. │   │   ├── oscar
  639. │   │   │   ├── include
  640. │   │   │   │   └── drivers
  641. │   │   │   │       └── oscar
  642. │   │   │   │           └── oscar.h
  643. │   │   │   ├── oscar.c
  644. │   │   │   └── rules.mk
  645. │   │   ├── prc
  646. │   │   │   ├── prc.c
  647. │   │   │   ├── prc.h
  648. │   │   │   └── rules.mk
  649. │   │   ├── reconfig
  650. │   │   │   ├── reconfig.c
  651. │   │   │   └── rules.mk
  652. │   │   ├── sep
  653. │   │   │   ├── include
  654. │   │   │   │   └── drivers
  655. │   │   │   │       └── sep
  656. │   │   │   │           └── sep_client.h
  657. │   │   │   ├── rules.mk
  658. │   │   │   └── sep_client.c
  659. │   │   ├── sha2
  660. │   │   │   ├── rules.mk
  661. │   │   │   ├── sha2.c
  662. │   │   │   └── sha2.h
  663. │   │   ├── shmcon
  664. │   │   │   ├── rules.mk
  665. │   │   │   └── shmcon.c
  666. │   │   ├── swifterpmu
  667. │   │   │   ├── power.c
  668. │   │   │   ├── power.h
  669. │   │   │   └── rules.mk
  670. │   │   ├── voltage_knobs
  671. │   │   │   ├── include
  672. │   │   │   │   └── drivers
  673. │   │   │   │       └── voltage_knobs
  674. │   │   │   │           └── knobs.h
  675. │   │   │   ├── knobs.c
  676. │   │   │   ├── knobs_s7002.c
  677. │   │   │   ├── knobs_s7002.h
  678. │   │   │   ├── knobs_s8000.c
  679. │   │   │   ├── knobs_s8000.h
  680. │   │   │   ├── knobs_t7000.c
  681. │   │   │   ├── knobs_t7000.h
  682. │   │   │   ├── menu_commands.c
  683. │   │   │   └── rules.mk
  684. │   │   └── wpc
  685. │   │       ├── rules.mk
  686. │   │       ├── wpc.c
  687. │   │       └── wpc.h
  688. │   ├── arasan
  689. │   │   └── sdio
  690. │   │       ├── rules.mk
  691. │   │       ├── sdiocommon
  692. │   │       │   ├── sdhc_debug.c
  693. │   │       │   ├── sdhc_debug.h
  694. │   │       │   ├── sdhc_registers.c
  695. │   │       │   ├── sdhc_registers.h
  696. │   │       │   ├── sdio_cccr.h
  697. │   │       │   ├── sdio_cis.h
  698. │   │       │   ├── sdio_cmdfields.c
  699. │   │       │   ├── sdio_cmdfields.h
  700. │   │       │   ├── sdio_cmdprop.c
  701. │   │       │   ├── sdio_cmdprop.h
  702. │   │       │   └── sdio_types.h
  703. │   │       ├── sdiodrv_command.c
  704. │   │       ├── sdiodrv_command.h
  705. │   │       ├── sdiodrv_config.c
  706. │   │       ├── sdiodrv_config.h
  707. │   │       ├── sdiodrv_transfer.c
  708. │   │       └── sdiodrv_transfer.h
  709. │   ├── backlight
  710. │   │   ├── lm3534
  711. │   │   │   ├── library.mk
  712. │   │   │   ├── lm3534.c
  713. │   │   │   └── rules.mk
  714. │   │   └── lp8559
  715. │   │       ├── lp8559.c
  716. │   │       ├── lp8559.h
  717. │   │       └── rules.mk
  718. │   ├── dialog
  719. │   │   ├── charger
  720. │   │   │   └── rules.mk
  721. │   │   └── pmu
  722. │   │       ├── charger.c
  723. │   │       ├── d1755.h
  724. │   │       ├── d1815.h
  725. │   │       ├── d1881.h
  726. │   │       ├── d1946.h
  727. │   │       ├── d1972.h
  728. │   │       ├── d1974.h
  729. │   │       ├── d2018.h
  730. │   │       ├── d2045.h
  731. │   │       ├── d2089.h
  732. │   │       ├── d2186.h
  733. │   │       ├── d2207.h
  734. │   │       ├── d2231.h
  735. │   │       ├── d2238.h
  736. │   │       ├── d2255.h
  737. │   │       ├── d2257.h
  738. │   │       ├── d2355.h
  739. │   │       ├── dCommon.h
  740. │   │       ├── NTCTables.h
  741. │   │       ├── power.c
  742. │   │       └── rules.mk
  743. │   ├── display
  744. │   │   ├── edp
  745. │   │   │   ├── edp.c
  746. │   │   │   ├── edp.h
  747. │   │   │   └── rules.mk
  748. │   │   ├── pinot
  749. │   │   │   ├── pinot.c
  750. │   │   │   ├── pinot.h
  751. │   │   │   └── rules.mk
  752. │   │   ├── summit
  753. │   │   │   ├── rules.mk
  754. │   │   │   ├── summit.c
  755. │   │   │   └── summit.h
  756. │   │   └── tmds
  757. │   │       ├── rules.mk
  758. │   │       ├── tmds.c
  759. │   │       └── tmds.h
  760. │   ├── display_pmu
  761. │   │   ├── beryllium
  762. │   │   │   ├── beryllium.c
  763. │   │   │   └── rules.mk
  764. │   │   └── chestnut
  765. │   │       ├── chestnut.c
  766. │   │       └── rules.mk
  767. │   ├── displayport
  768. │   │   ├── controller.c
  769. │   │   ├── debug.c
  770. │   │   ├── device.c
  771. │   │   ├── dpcd.h
  772. │   │   ├── edid.h
  773. │   │   ├── process_edid.c
  774. │   │   └── rules.mk
  775. │   ├── flash_nand
  776. │   │   ├── benchmark
  777. │   │   │   ├── benchmark.c
  778. │   │   │   ├── L2V_Test.c
  779. │   │   │   └── rules.mk
  780. │   │   ├── boot
  781. │   │   │   ├── firmware
  782. │   │   │   │   ├── nand_firmware.c
  783. │   │   │   │   ├── nand_firmware.h
  784. │   │   │   │   └── rules.mk
  785. │   │   │   ├── nand_boot.c
  786. │   │   │   ├── nand_export.c
  787. │   │   │   ├── nand_export.h
  788. │   │   │   ├── nand_part_core.c
  789. │   │   │   ├── nand_part_core.h
  790. │   │   │   ├── nand_part.h
  791. │   │   │   ├── nand_part_interface.h
  792. │   │   │   ├── nvram
  793. │   │   │   │   ├── nand_nvram.c
  794. │   │   │   │   ├── nand_nvram_core.c
  795. │   │   │   │   ├── nand_nvram_core.h
  796. │   │   │   │   ├── nand_nvram_dump.c
  797. │   │   │   │   ├── nand_nvram_dump.h
  798. │   │   │   │   ├── nand_nvram_impl.h
  799. │   │   │   │   ├── nand_nvram_platform.h
  800. │   │   │   │   └── rules.mk
  801. │   │   │   ├── rules.mk
  802. │   │   │   └── syscfg
  803. │   │   │       ├── nand_syscfg.c
  804. │   │   │       └── rules.mk
  805. │   │   ├── debug.c
  806. │   │   ├── ftl
  807. │   │   │   ├── nand.c
  808. │   │   │   └── rules.mk
  809. │   │   ├── id
  810. │   │   │   ├── nandid.c
  811. │   │   │   ├── nandid.h
  812. │   │   │   └── rules.mk
  813. │   │   ├── OAM
  814. │   │   │   ├── EmbeddedIOP
  815. │   │   │   │   ├── WMRBuf.c
  816. │   │   │   │   ├── WMRFeatures.h
  817. │   │   │   │   ├── WMROAM.c
  818. │   │   │   │   ├── WMRPlatform.h
  819. │   │   │   │   └── WMRTypes.h
  820. │   │   │   ├── iBoot
  821. │   │   │   │   ├── WMRBuf.c
  822. │   │   │   │   ├── WMRBufTypes.h
  823. │   │   │   │   ├── WMRFeatures.h
  824. │   │   │   │   ├── WMROAM.c
  825. │   │   │   │   ├── WMRPlatform.h
  826. │   │   │   │   └── WMRTypes.h
  827. │   │   │   ├── rules.mk
  828. │   │   │   ├── spTypes.h
  829. │   │   │   ├── WMRBuf.h
  830. │   │   │   └── WMROAM.h
  831. │   │   ├── ppn
  832. │   │   │   ├── export.txt
  833. │   │   │   ├── library.mk
  834. │   │   │   ├── ppn.c
  835. │   │   │   ├── ppn_syscfg.c
  836. │   │   │   ├── rules.mk
  837. │   │   │   └── WhimoryPPN
  838. │   │   │       ├── Boot
  839. │   │   │       │   ├── ANDStats.c
  840. │   │   │       │   ├── ANDStats.h
  841. │   │   │       │   ├── RegBoth.c
  842. │   │   │       │   ├── RegSwiss.c
  843. │   │   │       │   ├── RegVanilla.c
  844. │   │   │       │   ├── WhimoryBoot.c
  845. │   │   │       │   ├── WhimoryBoot.h
  846. │   │   │       │   └── WhimoryBootTypes.h
  847. │   │   │       ├── Core
  848. │   │   │       │   ├── FPart
  849. │   │   │       │   │   ├── PPNFPart.c
  850. │   │   │       │   │   ├── PPNFPartTypes.h
  851. │   │   │       │   │   └── PPNTest.c
  852. │   │   │       │   ├── FTL
  853. │   │   │       │   │   ├── L2V
  854. │   │   │       │   │   │   ├── L2V_Assert.h
  855. │   │   │       │   │   │   ├── L2V_Config.h
  856. │   │   │       │   │   │   ├── L2V_Defines.h
  857. │   │   │       │   │   │   ├── L2V_Extern.h
  858. │   │   │       │   │   │   ├── L2V_Forget.c
  859. │   │   │       │   │   │   ├── L2V_Forget.h
  860. │   │   │       │   │   │   ├── L2V_Free.c
  861. │   │   │       │   │   │   ├── L2V_Funcs.c
  862. │   │   │       │   │   │   ├── L2V_Funcs.h
  863. │   │   │       │   │   │   ├── L2V.h
  864. │   │   │       │   │   │   ├── L2V_Init.c
  865. │   │   │       │   │   │   ├── L2V_Mem.c
  866. │   │   │       │   │   │   ├── L2V_Mem.h
  867. │   │   │       │   │   │   ├── L2V_Print.c
  868. │   │   │       │   │   │   ├── L2V_Print.h
  869. │   │   │       │   │   │   ├── L2V_Repack.c
  870. │   │   │       │   │   │   ├── L2V_Repack.h
  871. │   │   │       │   │   │   ├── L2V_Search.c
  872. │   │   │       │   │   │   ├── L2V_Test.c
  873. │   │   │       │   │   │   ├── L2V_Test.mak
  874. │   │   │       │   │   │   ├── L2V_Types.c
  875. │   │   │       │   │   │   ├── L2V_Types.h
  876. │   │   │       │   │   │   ├── L2V_Update.c
  877. │   │   │       │   │   │   ├── L2V_Valid.c
  878. │   │   │       │   │   │   ├── L2V_Valid.h
  879. │   │   │       │   │   │   ├── WMRFeatures-test.h
  880. │   │   │       │   │   │   ├── WMROAM-test.c
  881. │   │   │       │   │   │   └── WMROAM-test.h
  882. │   │   │       │   │   ├── yaFTL_BTOC.c
  883. │   │   │       │   │   ├── yaFTL_BTOC.h
  884. │   │   │       │   │   ├── yaFTL.c
  885. │   │   │       │   │   ├── yaFTL_Defines.h
  886. │   │   │       │   │   ├── yaFTL_gc.c
  887. │   │   │       │   │   ├── yaFTL_gc.h
  888. │   │   │       │   │   ├── yaFTL_meta.h
  889. │   │   │       │   │   ├── yaFTL_meta_ppn.c
  890. │   │   │       │   │   ├── yaFTL_meta_ppn.h
  891. │   │   │       │   │   ├── yaFTL_meta_raw.c
  892. │   │   │       │   │   ├── yaFTL_meta_raw.h
  893. │   │   │       │   │   ├── yaFTLTypes.h
  894. │   │   │       │   │   └── yaFTL_whoami.h
  895. │   │   │       │   ├── Misc
  896. │   │   │       │   │   ├── PPNMisc.c
  897. │   │   │       │   │   ├── PPNMiscTypes.h
  898. │   │   │       │   │   ├── VFLBuffer.c
  899. │   │   │       │   │   └── VFLBuffer.h
  900. │   │   │       │   ├── SFTL
  901. │   │   │       │   │   ├── gdb
  902. │   │   │       │   │   │   ├── compare-valid.gdb
  903. │   │   │       │   │   │   ├── count-bb.gdb
  904. │   │   │       │   │   │   ├── count-sbs.gdb
  905. │   │   │       │   │   │   ├── erases-histo.sh
  906. │   │   │       │   │   │   ├── find-0valid.gdb
  907. │   │   │       │   │   │   ├── find-high-reads.gdb
  908. │   │   │       │   │   │   ├── free-space.gdb
  909. │   │   │       │   │   │   ├── gc-zone-lbas.gdb
  910. │   │   │       │   │   │   ├── log-erases.gdb
  911. │   │   │       │   │   │   ├── log-userseq.gdb
  912. │   │   │       │   │   │   ├── log-valid.gdb
  913. │   │   │       │   │   │   ├── min-valid.gdb
  914. │   │   │       │   │   │   ├── print-bb.gdb
  915. │   │   │       │   │   │   └── wamp.gdb
  916. │   │   │       │   │   ├── L2V
  917. │   │   │       │   │   │   ├── L2V_Assert.h
  918. │   │   │       │   │   │   ├── L2V_Config.h
  919. │   │   │       │   │   │   ├── L2V_Defines.h
  920. │   │   │       │   │   │   ├── L2V_Dump.m
  921. │   │   │       │   │   │   ├── L2V_Dump_Prefix.h
  922. │   │   │       │   │   │   ├── L2V_Extern.h
  923. │   │   │       │   │   │   ├── L2V_FindFrag.c
  924. │   │   │       │   │   │   ├── L2V_Free.c
  925. │   │   │       │   │   │   ├── L2V_Funcs.c
  926. │   │   │       │   │   │   ├── L2V_Funcs.h
  927. │   │   │       │   │   │   ├── L2V.h
  928. │   │   │       │   │   │   ├── L2V_Init.c
  929. │   │   │       │   │   │   ├── L2V_Mem.c
  930. │   │   │       │   │   │   ├── L2V_Mem.h
  931. │   │   │       │   │   │   ├── L2V_Print.c
  932. │   │   │       │   │   │   ├── L2V_Print.h
  933. │   │   │       │   │   │   ├── L2V_Repack.c
  934. │   │   │       │   │   │   ├── L2V_Repack.h
  935. │   │   │       │   │   │   ├── L2V_Search.c
  936. │   │   │       │   │   │   ├── L2V_Test.c
  937. │   │   │       │   │   │   ├── L2V_Test.mak
  938. │   │   │       │   │   │   ├── L2V_Types.c
  939. │   │   │       │   │   │   ├── L2V_Types.h
  940. │   │   │       │   │   │   ├── L2V_Update.c
  941. │   │   │       │   │   │   ├── L2V_Valid.h
  942. │   │   │       │   │   │   ├── WMRFeatures-test.h
  943. │   │   │       │   │   │   ├── WMROAM-test.c
  944. │   │   │       │   │   │   └── WMROAM-test.h
  945. │   │   │       │   │   ├── s_bg.c
  946. │   │   │       │   │   ├── s_bg.h
  947. │   │   │       │   │   ├── s_boot.c
  948. │   │   │       │   │   ├── s_boot.h
  949. │   │   │       │   │   ├── s_btoc.c
  950. │   │   │       │   │   ├── s_btoc.h
  951. │   │   │       │   │   ├── s_cxt.c
  952. │   │   │       │   │   ├── s_cxt_diff.c
  953. │   │   │       │   │   ├── s_cxt_diff.h
  954. │   │   │       │   │   ├── s_cxt.h
  955. │   │   │       │   │   ├── s_cxt_load.c
  956. │   │   │       │   │   ├── s_cxt_load.h
  957. │   │   │       │   │   ├── s_cxt_save.c
  958. │   │   │       │   │   ├── s_cxt_save.h
  959. │   │   │       │   │   ├── s_dbg.c
  960. │   │   │       │   │   ├── s_dbg.h
  961. │   │   │       │   │   ├── s_defines.h
  962. │   │   │       │   │   ├── s_external.c
  963. │   │   │       │   │   ├── s_flatten.c
  964. │   │   │       │   │   ├── s_flatten.h
  965. │   │   │       │   │   ├── s_fmt.c
  966. │   │   │       │   │   ├── s_fmt.h
  967. │   │   │       │   │   ├── s_gc.c
  968. │   │   │       │   │   ├── s_gc.h
  969. │   │   │       │   │   ├── s_geom.c
  970. │   │   │       │   │   ├── s_geom.h
  971. │   │   │       │   │   ├── s_init.c
  972. │   │   │       │   │   ├── s_init.h
  973. │   │   │       │   │   ├── s_internal.c
  974. │   │   │       │   │   ├── s_internal.h
  975. │   │   │       │   │   ├── s_meta.c
  976. │   │   │       │   │   ├── s_meta.h
  977. │   │   │       │   │   ├── s_read.c
  978. │   │   │       │   │   ├── s_readdist.c
  979. │   │   │       │   │   ├── s_readdist.h
  980. │   │   │       │   │   ├── s_read.h
  981. │   │   │       │   │   ├── s_sb.c
  982. │   │   │       │   │   ├── s_sb.h
  983. │   │   │       │   │   ├── s_stats.c
  984. │   │   │       │   │   ├── s_stats.h
  985. │   │   │       │   │   ├── s_token.c
  986. │   │   │       │   │   ├── s_token.h
  987. │   │   │       │   │   ├── s_trim.c
  988. │   │   │       │   │   ├── s_trim.h
  989. │   │   │       │   │   ├── s_wearlev.c
  990. │   │   │       │   │   ├── s_wearlev.h
  991. │   │   │       │   │   ├── s_write.c
  992. │   │   │       │   │   └── s_write.h
  993. │   │   │       │   ├── SVFL
  994. │   │   │       │   │   ├── s_vfl.c
  995. │   │   │       │   │   └── s_vfl_types.h
  996. │   │   │       │   └── VFL
  997. │   │   │       │       ├── PPNVFLInterface.c
  998. │   │   │       │       └── PPNVFLTypes.h
  999. │   │   │       └── Test
  1000. │   │   │           ├── FILTest.c
  1001. │   │   │           ├── FPartTest.c
  1002. │   │   │           ├── FTLTest.c
  1003. │   │   │           └── VFLTest.c
  1004. │   │   ├── ppn-swiss
  1005. │   │   │   ├── export.txt
  1006. │   │   │   ├── library.mk
  1007. │   │   │   ├── ppn.c
  1008. │   │   │   ├── ppn_syscfg.c
  1009. │   │   │   └── rules.mk
  1010. │   │   ├── raw
  1011. │   │   │   ├── export.txt
  1012. │   │   │   ├── library.mk
  1013. │   │   │   ├── raw_nand.c
  1014. │   │   │   ├── rules.mk
  1015. │   │   │   └── Whimory
  1016. │   │   │       ├── Core
  1017. │   │   │       │   ├── FPart
  1018. │   │   │       │   │   ├── FPart.c
  1019. │   │   │       │   │   └── FPartTypes.h
  1020. │   │   │       │   ├── FTL
  1021. │   │   │       │   │   ├── FTLInterface.c
  1022. │   │   │       │   │   ├── FTLTypes.h
  1023. │   │   │       │   │   ├── L2V
  1024. │   │   │       │   │   │   ├── L2V_Assert.h
  1025. │   │   │       │   │   │   ├── L2V_Config.h
  1026. │   │   │       │   │   │   ├── L2V_Defines.h
  1027. │   │   │       │   │   │   ├── L2V_Extern.h
  1028. │   │   │       │   │   │   ├── L2V_Forget.c
  1029. │   │   │       │   │   │   ├── L2V_Forget.h
  1030. │   │   │       │   │   │   ├── L2V_Free.c
  1031. │   │   │       │   │   │   ├── L2V_Funcs.c
  1032. │   │   │       │   │   │   ├── L2V_Funcs.h
  1033. │   │   │       │   │   │   ├── L2V.h
  1034. │   │   │       │   │   │   ├── L2V_Init.c
  1035. │   │   │       │   │   │   ├── L2V_Mem.c
  1036. │   │   │       │   │   │   ├── L2V_Mem.h
  1037. │   │   │       │   │   │   ├── L2V_Print.c
  1038. │   │   │       │   │   │   ├── L2V_Print.h
  1039. │   │   │       │   │   │   ├── L2V_Repack.c
  1040. │   │   │       │   │   │   ├── L2V_Repack.h
  1041. │   │   │       │   │   │   ├── L2V_Search.c
  1042. │   │   │       │   │   │   ├── L2V_Test.c
  1043. │   │   │       │   │   │   ├── L2V_Test.mak
  1044. │   │   │       │   │   │   ├── L2V_Types.c
  1045. │   │   │       │   │   │   ├── L2V_Types.h
  1046. │   │   │       │   │   │   ├── L2V_Update.c
  1047. │   │   │       │   │   │   ├── L2V_Valid.c
  1048. │   │   │       │   │   │   ├── L2V_Valid.h
  1049. │   │   │       │   │   │   ├── WMRFeatures-test.h
  1050. │   │   │       │   │   │   ├── WMROAM-test.c
  1051. │   │   │       │   │   │   └── WMROAM-test.h
  1052. │   │   │       │   │   ├── yaFTL_BTOC.c
  1053. │   │   │       │   │   ├── yaFTL_BTOC.h
  1054. │   │   │       │   │   ├── yaFTL.c
  1055. │   │   │       │   │   ├── yaFTL_Defines.h
  1056. │   │   │       │   │   ├── yaFTL_gc.c
  1057. │   │   │       │   │   ├── yaFTL_gc.h
  1058. │   │   │       │   │   ├── yaFTL_meta.h
  1059. │   │   │       │   │   ├── yaFTL_meta_ppn.c
  1060. │   │   │       │   │   ├── yaFTL_meta_ppn.h
  1061. │   │   │       │   │   ├── yaFTL_meta_raw.c
  1062. │   │   │       │   │   ├── yaFTL_meta_raw.h
  1063. │   │   │       │   │   ├── yaFTLTypes.h
  1064. │   │   │       │   │   └── yaFTL_whoami.h
  1065. │   │   │       │   └── VFL
  1066. │   │   │       │       ├── VFLBuffer.c
  1067. │   │   │       │       ├── VFLBuffer.h
  1068. │   │   │       │       ├── VFLInterface.c
  1069. │   │   │       │       ├── VFLTypes.h
  1070. │   │   │       │       ├── VSVFLInterface.c
  1071. │   │   │       │       └── VSVFLTypes.h
  1072. │   │   │       ├── Exam
  1073. │   │   │       │   ├── ANDStats.c
  1074. │   │   │       │   ├── ANDStats.h
  1075. │   │   │       │   ├── WMRExam.c
  1076. │   │   │       │   └── WMRExam.h
  1077. │   │   │       ├── Inc
  1078. │   │   │       │   ├── ANDTypes.h
  1079. │   │   │       │   ├── FIL.h
  1080. │   │   │       │   ├── FILTypes.h
  1081. │   │   │       │   ├── FPart.h
  1082. │   │   │       │   ├── FTL.h
  1083. │   │   │       │   ├── PPN_FIL.h
  1084. │   │   │       │   ├── VFL.h
  1085. │   │   │       │   ├── WMRConfig.h
  1086. │   │   │       │   └── WMRTest.h
  1087. │   │   │       └── Test
  1088. │   │   │           └── FILTest.c
  1089. │   │   └── rules.mk
  1090. │   ├── flash_nor
  1091. │   │   ├── nor.c
  1092. │   │   ├── rules.mk
  1093. │   │   └── spi
  1094. │   │       ├── rules.mk
  1095. │   │       └── spi_flash.c
  1096. │   ├── hdc
  1097. │   │   ├── boot
  1098. │   │   │   ├── rules.mk
  1099. │   │   │   ├── sw_h2fmi.c
  1100. │   │   │   └── sw_h2fmi_private.h
  1101. │   │   ├── hdc.c
  1102. │   │   ├── hdc_private.h
  1103. │   │   └── rules.mk
  1104. │   ├── hdmi
  1105. │   │   ├── controller.c
  1106. │   │   ├── debug.c
  1107. │   │   ├── device.c
  1108. │   │   ├── edid.h
  1109. │   │   ├── process_edid.c
  1110. │   │   └── rules.mk
  1111. │   ├── idt
  1112. │   │   └── idtp9022
  1113. │   │       ├── idtp9022.c
  1114. │   │       └── rules.mk
  1115. │   ├── iic
  1116. │   │   ├── debug.c
  1117. │   │   ├── rules.mk
  1118. │   │   └── swiic.c
  1119. │   ├── intel
  1120. │   │   └── thunderbolt_nhi
  1121. │   │       ├── nhi.c
  1122. │   │       ├── nhi_protocol.h
  1123. │   │       └── rules.mk
  1124. │   ├── nvme
  1125. │   │   ├── nvme_blockdev.c
  1126. │   │   ├── nvme_blockdev.h
  1127. │   │   ├── nvme.c
  1128. │   │   ├── nvme_protocol.h
  1129. │   │   └── rules.mk
  1130. │   ├── nxp
  1131. │   │   └── cbtl1610
  1132. │   │       ├── cbtl1610.c
  1133. │   │       └── rules.mk
  1134. │   ├── pci
  1135. │   │   ├── pci.c
  1136. │   │   ├── pci_private.h
  1137. │   │   └── rules.mk
  1138. │   ├── power
  1139. │   │   └── hdqgauge
  1140. │   │       ├── hdqgauge.c
  1141. │   │       └── rules.mk
  1142. │   ├── primecell
  1143. │   │   ├── pl080dmac
  1144. │   │   │   ├── include
  1145. │   │   │   │   └── drivers
  1146. │   │   │   │       └── primecell
  1147. │   │   │   │           └── pl080dmac.h
  1148. │   │   │   ├── pl080dmac.c
  1149. │   │   │   ├── pl080dmac_regs.h
  1150. │   │   │   └── rules.mk
  1151. │   │   └── pl192vic
  1152. │   │       ├── pl192vic.c
  1153. │   │       ├── pl192vic.h
  1154. │   │       └── rules.mk
  1155. │   ├── samsung
  1156. │   │   ├── aes
  1157. │   │   │   ├── aes.c
  1158. │   │   │   ├── aes.h
  1159. │   │   │   └── rules.mk
  1160. │   │   ├── arm7iop
  1161. │   │   │   ├── arm7.c
  1162. │   │   │   └── rules.mk
  1163. │   │   ├── arm7m
  1164. │   │   │   ├── arm7m.c
  1165. │   │   │   ├── include
  1166. │   │   │   │   └── drivers
  1167. │   │   │   │       └── arm7m
  1168. │   │   │   │           └── arm7m.h
  1169. │   │   │   └── rules.mk
  1170. │   │   ├── clcd_v2
  1171. │   │   │   ├── clcd.c
  1172. │   │   │   ├── clcd_regs.h
  1173. │   │   │   ├── include
  1174. │   │   │   │   └── drivers
  1175. │   │   │   │       └── clcd_v2
  1176. │   │   │   │           └── clcd.h
  1177. │   │   │   └── rules.mk
  1178. │   │   ├── displayport
  1179. │   │   │   ├── displayport.c
  1180. │   │   │   ├── include
  1181. │   │   │   │   └── drivers
  1182. │   │   │   │       └── displayport
  1183. │   │   │   │           └── displayport.h
  1184. │   │   │   ├── regs.h
  1185. │   │   │   └── rules.mk
  1186. │   │   ├── drex
  1187. │   │   │   ├── drex.c
  1188. │   │   │   ├── drex.h
  1189. │   │   │   └── rules.mk
  1190. │   │   ├── dwi
  1191. │   │   │   ├── dwi.c
  1192. │   │   │   ├── dwi.h
  1193. │   │   │   └── rules.mk
  1194. │   │   ├── gpio
  1195. │   │   │   ├── gpio.c
  1196. │   │   │   ├── gpio.h
  1197. │   │   │   └── rules.mk
  1198. │   │   ├── hdmi8947
  1199. │   │   │   ├── hdmi.c
  1200. │   │   │   ├── hdmi.h
  1201. │   │   │   ├── hdmi_static_config.c
  1202. │   │   │   ├── regs.h
  1203. │   │   │   └── rules.mk
  1204. │   │   ├── mipi
  1205. │   │   │   ├── dsim.c
  1206. │   │   │   ├── dsim.h
  1207. │   │   │   └── rules.mk
  1208. │   │   ├── pke
  1209. │   │   │   ├── AppleS5L8900XPKE-hardware.c
  1210. │   │   │   ├── AppleS5L8900XPKE-hardware.h
  1211. │   │   │   ├── DevPke_cal_R2modM.S
  1212. │   │   │   ├── pke.c
  1213. │   │   │   └── rules.mk
  1214. │   │   ├── rgbout
  1215. │   │   │   ├── include
  1216. │   │   │   │   └── drivers
  1217. │   │   │   │       └── rgbout
  1218. │   │   │   │           └── rgbout.h
  1219. │   │   │   ├── rgbout.c
  1220. │   │   │   ├── rgbout_regs.h
  1221. │   │   │   └── rules.mk
  1222. │   │   ├── rosc
  1223. │   │   │   ├── rosc.c
  1224. │   │   │   ├── rosc.h
  1225. │   │   │   └── rules.mk
  1226. │   │   ├── sha1
  1227. │   │   │   ├── rules.mk
  1228. │   │   │   ├── sha1.c
  1229. │   │   │   └── sha1.h
  1230. │   │   ├── spi
  1231. │   │   │   ├── rules.mk
  1232. │   │   │   ├── spi.c
  1233. │   │   │   └── spi.h
  1234. │   │   ├── swi
  1235. │   │   │   ├── rules.mk
  1236. │   │   │   ├── swi.c
  1237. │   │   │   └── swi.h
  1238. │   │   ├── timer
  1239. │   │   │   ├── rules.mk
  1240. │   │   │   ├── timer.c
  1241. │   │   │   └── timer.h
  1242. │   │   ├── uart
  1243. │   │   │   ├── rules.mk
  1244. │   │   │   ├── uart.c
  1245. │   │   │   └── uart.h
  1246. │   │   └── usbphy
  1247. │   │       ├── rules.mk
  1248. │   │       ├── usbphy.c
  1249. │   │       └── usbphy.h
  1250. │   ├── sha1
  1251. │   │   ├── mozilla_sha.c
  1252. │   │   ├── mozilla_sha.h
  1253. │   │   ├── rules.mk
  1254. │   │   ├── sha1.c
  1255. │   │   ├── tests.c
  1256. │   │   └── tests.mk
  1257. │   ├── spi
  1258. │   │   ├── gpio_spi.c
  1259. │   │   └── rules.mk
  1260. │   ├── synopsys
  1261. │   │   ├── mipi
  1262. │   │   │   ├── dsim.c
  1263. │   │   │   ├── dsim.h
  1264. │   │   │   ├── include
  1265. │   │   │   │   └── drivers
  1266. │   │   │   │       └── mipi
  1267. │   │   │   │           └── mipi.h
  1268. │   │   │   └── rules.mk
  1269. │   │   └── usbotg
  1270. │   │       ├── rules.mk
  1271. │   │       ├── synopsys_otg.c
  1272. │   │       └── synopsys_otg_regs.h
  1273. │   ├── thunderbolt
  1274. │   │   ├── ipipe.c
  1275. │   │   ├── ipipe_protocol.h
  1276. │   │   ├── rules.mk
  1277. │   │   ├── tbt_control_port.c
  1278. │   │   ├── tbt_control_port.h
  1279. │   │   ├── tbt_cp_crc.c
  1280. │   │   ├── tbt_cp_crc.h
  1281. │   │   ├── tbt_protocol.h
  1282. │   │   ├── tbt_xdomain.c
  1283. │   │   ├── tbt_xdomain.h
  1284. │   │   ├── tbt_xd_packet.h
  1285. │   │   ├── thunderboot.c
  1286. │   │   ├── thunderboot_debug.c
  1287. │   │   ├── thunderboot_protocol.h
  1288. │   │   ├── uuid.c
  1289. │   │   └── uuid.h
  1290. │   ├── ti
  1291. │   │   ├── sn2400
  1292. │   │   │   ├── rules.mk
  1293. │   │   │   └── sn2400.c
  1294. │   │   └── ths7383
  1295. │   │       ├── rules.mk
  1296. │   │       └── ths7383.c
  1297. │   ├── uart
  1298. │   │   ├── 16x50
  1299. │   │   │   ├── 16x50.c
  1300. │   │   │   ├── 16x50.h
  1301. │   │   │   └── rules.mk
  1302. │   │   ├── rules.mk
  1303. │   │   └── uart.c
  1304. │   └── usb
  1305. │       ├── rules.mk
  1306. │       ├── usb.c
  1307. │       ├── usb_controller.c
  1308. │       ├── usb_core.c
  1309. │       ├── usb_debug.c
  1310. │       ├── usb_dfu.c
  1311. │       ├── usb_dockfifo_controller.c
  1312. │       ├── usb_serial.c
  1313. │       └── usb_transfer.c
  1314. ├── iboot_tree
  1315. ├── include
  1316. │   ├── arch.h
  1317. │   ├── assert.h
  1318. │   ├── AssertMacros.h
  1319. │   ├── Availability.h
  1320. │   ├── c++
  1321. │   │   └── iostream.h
  1322. │   ├── cbuffer.h
  1323. │   ├── compiler.h
  1324. │   ├── debug.h
  1325. │   ├── drivers
  1326. │   │   ├── aes.h
  1327. │   │   ├── anc_boot.h
  1328. │   │   ├── apcie.h
  1329. │   │   ├── asp.h
  1330. │   │   ├── buttons.h
  1331. │   │   ├── charger.h
  1332. │   │   ├── consistent_debug.h
  1333. │   │   ├── csi.h
  1334. │   │   ├── dart.h
  1335. │   │   ├── displayAV.h
  1336. │   │   ├── display.h
  1337. │   │   ├── display_pmu.h
  1338. │   │   ├── displayport.h
  1339. │   │   ├── dither.h
  1340. │   │   ├── dma.h
  1341. │   │   ├── dpb.h
  1342. │   │   ├── dram.h
  1343. │   │   ├── edgeic.h
  1344. │   │   ├── ethernet.h
  1345. │   │   ├── flash_nand.h
  1346. │   │   ├── flash_nor.h
  1347. │   │   ├── gasgauge.h
  1348. │   │   ├── hdc.h
  1349. │   │   ├── hdmi.h
  1350. │   │   ├── iic.h
  1351. │   │   ├── iis.h
  1352. │   │   ├── ipipe.h
  1353. │   │   ├── mcu.h
  1354. │   │   ├── mipi.h
  1355. │   │   ├── miu.h
  1356. │   │   ├── nand_boot.h
  1357. │   │   ├── nand_device_tree.h
  1358. │   │   ├── nand_syscfg.h
  1359. │   │   ├── nvme.h
  1360. │   │   ├── pci.h
  1361. │   │   ├── phy.h
  1362. │   │   ├── pke.h
  1363. │   │   ├── power.h
  1364. │   │   ├── prc.h
  1365. │   │   ├── process_edid.h
  1366. │   │   ├── radio.h
  1367. │   │   ├── reconfig.h
  1368. │   │   ├── rsecc.h
  1369. │   │   ├── sha1.h
  1370. │   │   ├── shmcon.h
  1371. │   │   ├── spi.h
  1372. │   │   ├── sw_h2fmi.h
  1373. │   │   ├── thermal.h
  1374. │   │   ├── thunderbolt
  1375. │   │   │   ├── nhi.h
  1376. │   │   │   └── thunderboot.h
  1377. │   │   ├── tristar.h
  1378. │   │   ├── uart.h
  1379. │   │   ├── usb
  1380. │   │   │   ├── synopsys_otg_public.h
  1381. │   │   │   ├── usb_chap9.h
  1382. │   │   │   ├── usb_controller.h
  1383. │   │   │   ├── usb_core.h
  1384. │   │   │   ├── usb_debug.h
  1385. │   │   │   └── usb_public.h
  1386. │   │   ├── usbphy.h
  1387. │   │   └── wpc.h
  1388. │   ├── endian_tools.h
  1389. │   ├── gcc
  1390. │   │   ├── limits.h
  1391. │   │   ├── stdarg.h
  1392. │   │   └── syslimits.h
  1393. │   ├── lib
  1394. │   │   ├── blockdev.h
  1395. │   │   ├── cbuf.h
  1396. │   │   ├── cksum.h
  1397. │   │   ├── DERApTicket.h
  1398. │   │   ├── devicetree.h
  1399. │   │   ├── env.h
  1400. │   │   ├── fs.h
  1401. │   │   ├── heap.h
  1402. │   │   ├── Image2Format.h
  1403. │   │   ├── image4_spi.h
  1404. │   │   ├── image.h
  1405. │   │   ├── libc.h
  1406. │   │   ├── libiboot.h
  1407. │   │   ├── lzss.h
  1408. │   │   ├── macho.h
  1409. │   │   ├── mib_def.h
  1410. │   │   ├── mib.h
  1411. │   │   ├── net
  1412. │   │   │   ├── arp.h
  1413. │   │   │   ├── callbacks.h
  1414. │   │   │   ├── ethernet.h
  1415. │   │   │   ├── icmp.h
  1416. │   │   │   ├── ipv4.h
  1417. │   │   │   ├── mbuf.h
  1418. │   │   │   ├── udp.h
  1419. │   │   │   └── xp.h
  1420. │   │   ├── net.h
  1421. │   │   ├── nonce.h
  1422. │   │   ├── nvram.h
  1423. │   │   ├── paint.h
  1424. │   │   ├── paniclog.h
  1425. │   │   ├── partition.h
  1426. │   │   ├── pki.h
  1427. │   │   ├── profile.h
  1428. │   │   ├── ramdisk.h
  1429. │   │   ├── random.h
  1430. │   │   ├── syscfg.h
  1431. │   │   ├── tftp.h
  1432. │   │   └── ticket.h
  1433. │   ├── libkern
  1434. │   │   └── OSByteOrder.h
  1435. │   ├── list.h
  1436. │   ├── non_posix_types.h
  1437. │   ├── platform
  1438. │   │   ├── breadcrumbs.h
  1439. │   │   ├── chipid.h
  1440. │   │   ├── clocks.h
  1441. │   │   ├── gpio.h
  1442. │   │   ├── int.h
  1443. │   │   ├── memmap_defaults.h
  1444. │   │   ├── miu.h
  1445. │   │   ├── pmgr.h
  1446. │   │   ├── power.h
  1447. │   │   ├── timer.h
  1448. │   │   └── tunables.h
  1449. │   ├── platform.h
  1450. │   ├── posix
  1451. │   │   ├── ctype.h
  1452. │   │   ├── errno.h
  1453. │   │   ├── machine
  1454. │   │   │   └── endian.h
  1455. │   │   ├── stdbool.h
  1456. │   │   ├── stdint.h
  1457. │   │   ├── stdio.h
  1458. │   │   ├── stdlib.h
  1459. │   │   ├── string.h
  1460. │   │   └── sys
  1461. │   │       ├── cdefs.h
  1462. │   │       ├── errno.h
  1463. │   │       └── types.h
  1464. │   ├── sys
  1465. │   │   ├── boot.h
  1466. │   │   ├── callout.h
  1467. │   │   ├── hash.h
  1468. │   │   ├── linker_set.h
  1469. │   │   ├── menu.h
  1470. │   │   ├── security.h
  1471. │   │   └── task.h
  1472. │   ├── sys.h
  1473. │   └── target.h
  1474. ├── lib
  1475. │   ├── blockdev
  1476. │   │   ├── blockdev.c
  1477. │   │   ├── debug.c
  1478. │   │   ├── library.mk
  1479. │   │   ├── mem_blockdev.c
  1480. │   │   ├── rules.mk
  1481. │   │   ├── subdev.c
  1482. │   │   ├── tests.c
  1483. │   │   └── tests.mk
  1484. │   ├── cbuf
  1485. │   │   ├── cbuf.c
  1486. │   │   ├── library.mk
  1487. │   │   └── rules.mk
  1488. │   ├── cksum
  1489. │   │   ├── adler32.c
  1490. │   │   ├── arm
  1491. │   │   │   └── adler32vec.S
  1492. │   │   ├── arm64
  1493. │   │   │   └── adler32vec.S
  1494. │   │   ├── crc32.c
  1495. │   │   ├── crc.c
  1496. │   │   ├── debug.c
  1497. │   │   ├── library.mk
  1498. │   │   ├── rules.mk
  1499. │   │   ├── siphash.c
  1500. │   │   ├── tests.c
  1501. │   │   └── tests.mk
  1502. │   ├── devicetree
  1503. │   │   ├── devicetree.c
  1504. │   │   ├── devicetree_debug.c
  1505. │   │   ├── devicetree_load.c
  1506. │   │   ├── devicetree_private.h
  1507. │   │   ├── fuzz.c
  1508. │   │   ├── fuzzing-dict.txt
  1509. │   │   ├── library.mk
  1510. │   │   ├── rules.mk
  1511. │   │   ├── tests.c
  1512. │   │   ├── tests-fuzz.mk
  1513. │   │   └── tests.mk
  1514. │   ├── effaceable
  1515. │   │   ├── common
  1516. │   │   │   ├── effaceable_context.h
  1517. │   │   │   ├── effaceable_delegation.h
  1518. │   │   │   ├── effaceable_locker.h
  1519. │   │   │   ├── effaceable_nand_core.c
  1520. │   │   │   ├── effaceable_nand_core.h
  1521. │   │   │   ├── effaceable_nor_core.c
  1522. │   │   │   ├── effaceable_nor_core.h
  1523. │   │   │   ├── effaceable_private_types.h
  1524. │   │   │   ├── effaceable_storage_core.c
  1525. │   │   │   ├── effaceable_storage_core.h
  1526. │   │   │   ├── effaceable_storage_dev.h
  1527. │   │   │   ├── include
  1528. │   │   │   │   ├── AppleEffaceableStorageFormat.h
  1529. │   │   │   │   ├── AppleEffaceableStorageKeys.h
  1530. │   │   │   │   ├── effaceable_contract.h
  1531. │   │   │   │   └── effaceable_debug.h
  1532. │   │   │   ├── queue.h
  1533. │   │   │   └── rules.mk
  1534. │   │   ├── docs
  1535. │   │   │   └── notes_to_auditors.txt
  1536. │   │   ├── iboot
  1537. │   │   │   ├── effaceable_cmd.c
  1538. │   │   │   ├── effaceable_storage.c
  1539. │   │   │   ├── effaceable_system.c
  1540. │   │   │   ├── include
  1541. │   │   │   │   └── lib
  1542. │   │   │   │       ├── effaceable.h
  1543. │   │   │   │       └── effaceable_impl.h
  1544. │   │   │   ├── nand
  1545. │   │   │   │   ├── effaceable_nand.c
  1546. │   │   │   │   ├── include
  1547. │   │   │   │   │   └── lib
  1548. │   │   │   │   │       └── effaceable_nand.h
  1549. │   │   │   │   └── rules.mk
  1550. │   │   │   ├── nor
  1551. │   │   │   │   ├── effaceable_nor.c
  1552. │   │   │   │   ├── include
  1553. │   │   │   │   │   └── lib
  1554. │   │   │   │   │       └── effaceable_nor.h
  1555. │   │   │   │   └── rules.mk
  1556. │   │   │   └── rules.mk
  1557. │   │   ├── iokit
  1558. │   │   │   ├── AppleEffaceableNAND.cpp
  1559. │   │   │   ├── AppleEffaceableNAND.h
  1560. │   │   │   ├── AppleEffaceableNOR.cpp
  1561. │   │   │   ├── AppleEffaceableNOR.h
  1562. │   │   │   ├── AppleEffaceableStorage.cpp
  1563. │   │   │   ├── AppleEffaceableStorage.h
  1564. │   │   │   ├── AppleEffaceableStorageUserClient.cpp
  1565. │   │   │   ├── AppleEffaceableStorageUserClient.h
  1566. │   │   │   └── Info.plist
  1567. │   │   ├── ios
  1568. │   │   │   ├── effaceable.c
  1569. │   │   │   └── effaceable.h
  1570. │   │   └── README
  1571. │   ├── env
  1572. │   │   ├── env.c
  1573. │   │   ├── library.mk
  1574. │   │   ├── rules.mk
  1575. │   │   ├── tests.c
  1576. │   │   └── tests.mk
  1577. │   ├── fs
  1578. │   │   ├── debug.c
  1579. │   │   ├── fs.c
  1580. │   │   ├── hfs
  1581. │   │   │   ├── cache.c
  1582. │   │   │   ├── fuzz.c
  1583. │   │   │   ├── hfs.c
  1584. │   │   │   ├── hfs_format.h
  1585. │   │   │   ├── hfs_fs.c
  1586. │   │   │   ├── hfs.h
  1587. │   │   │   ├── library.mk
  1588. │   │   │   ├── rules.mk
  1589. │   │   │   ├── test-hfs-helper.sh
  1590. │   │   │   ├── tests.c
  1591. │   │   │   ├── tests-common.mk
  1592. │   │   │   ├── tests-fuzz.mk
  1593. │   │   │   └── tests.mk
  1594. │   │   ├── library.mk
  1595. │   │   └── rules.mk
  1596. │   ├── heap
  1597. │   │   ├── heap.c
  1598. │   │   ├── libc_stub.c
  1599. │   │   ├── library.mk
  1600. │   │   ├── rules.mk
  1601. │   │   ├── tests.c
  1602. │   │   ├── tests-common.mk
  1603. │   │   ├── tests-debugging.mk
  1604. │   │   └── tests.mk
  1605. │   ├── image
  1606. │   │   ├── debug.c
  1607. │   │   ├── image3
  1608. │   │   │   ├── Image3.c
  1609. │   │   │   ├── Image3Format.h
  1610. │   │   │   ├── Image3.h
  1611. │   │   │   ├── Image3SuperBlock.h
  1612. │   │   │   ├── image3_wrapper.c
  1613. │   │   │   ├── image3_wrapper.h
  1614. │   │   │   └── rules.mk
  1615. │   │   ├── image4
  1616. │   │   │   ├── image4_partial.c
  1617. │   │   │   ├── image4_partial.h
  1618. │   │   │   ├── image4_wrapper.c
  1619. │   │   │   ├── image4_wrapper.h
  1620. │   │   │   └── rules.mk
  1621. │   │   ├── image.c
  1622. │   │   └── rules.mk
  1623. │   ├── libbuiltin
  1624. │   │   ├── arm
  1625. │   │   │   ├── builtin_divide.c
  1626. │   │   │   └── rules.mk
  1627. │   │   └── library.mk
  1628. │   ├── libc
  1629. │   │   ├── arm
  1630. │   │   │   ├── bcopy.S
  1631. │   │   │   ├── bzero.S
  1632. │   │   │   ├── rules.mk
  1633. │   │   │   └── strlen.S
  1634. │   │   ├── arm64
  1635. │   │   │   ├── asm.h
  1636. │   │   │   ├── bcopy.S
  1637. │   │   │   ├── bzero.S
  1638. │   │   │   ├── memcpy.S
  1639. │   │   │   ├── memset.S
  1640. │   │   │   └── rules.mk
  1641. │   │   ├── atoi.c
  1642. │   │   ├── ctype.c
  1643. │   │   ├── endian.c
  1644. │   │   ├── library.mk
  1645. │   │   ├── log2.c
  1646. │   │   ├── memchr.c
  1647. │   │   ├── memcmp.c
  1648. │   │   ├── memcpy_chk.c
  1649. │   │   ├── memmove_chk.c
  1650. │   │   ├── memscan.c
  1651. │   │   ├── memset_chk.c
  1652. │   │   ├── misc.c
  1653. │   │   ├── printf.c
  1654. │   │   ├── printf_chk.c
  1655. │   │   ├── qsort.c
  1656. │   │   ├── stdio.c
  1657. │   │   ├── stdlib.c
  1658. │   │   ├── strchr.c
  1659. │   │   ├── strcmp.c
  1660. │   │   ├── strcoll.c
  1661. │   │   ├── strdup.c
  1662. │   │   ├── strlcat.c
  1663. │   │   ├── strlcat_chk.c
  1664. │   │   ├── strlcpy.c
  1665. │   │   ├── strlcpy_chk.c
  1666. │   │   ├── strlen.c
  1667. │   │   ├── strncmp.c
  1668. │   │   ├── strnicmp.c
  1669. │   │   ├── strnlen.c
  1670. │   │   ├── strpbrk.c
  1671. │   │   ├── strrchr.c
  1672. │   │   ├── strsep.c
  1673. │   │   ├── strspn.c
  1674. │   │   ├── strstr.c
  1675. │   │   ├── strtok.c
  1676. │   │   ├── strtol.c
  1677. │   │   ├── strtoll.c
  1678. │   │   ├── strtoul.c
  1679. │   │   ├── strtoull.c
  1680. │   │   ├── strxfrm.c
  1681. │   │   ├── test_printf.c
  1682. │   │   ├── tests-base.mk
  1683. │   │   ├── tests.mk
  1684. │   │   └── tests-release.mk
  1685. │   ├── libc++
  1686. │   │   ├── iostream.cpp
  1687. │   │   ├── library.mk
  1688. │   │   ├── misc.cpp
  1689. │   │   ├── new.cpp
  1690. │   │   └── rules.mk
  1691. │   ├── libcorecrypto
  1692. │   │   └── library.mk
  1693. │   ├── lzss
  1694. │   │   ├── arm
  1695. │   │   │   └── lzssdec.S
  1696. │   │   ├── arm64
  1697. │   │   │   └── lzssdec.S
  1698. │   │   ├── library.mk
  1699. │   │   ├── lzss.c
  1700. │   │   ├── rules.mk
  1701. │   │   ├── tests.c
  1702. │   │   └── tests.mk
  1703. │   ├── macho
  1704. │   │   ├── boot.h
  1705. │   │   ├── dt.c
  1706. │   │   ├── kernelcache.c
  1707. │   │   ├── macho.c
  1708. │   │   ├── macho_header.h
  1709. │   │   ├── monitor.c
  1710. │   │   └── rules.mk
  1711. │   ├── mib
  1712. │   │   ├── header.mk
  1713. │   │   ├── library.mk
  1714. │   │   ├── mib.base
  1715. │   │   ├── mib.c
  1716. │   │   ├── mib_gen_def.awk
  1717. │   │   ├── mib_gen_hdr.awk
  1718. │   │   └── rules.mk
  1719. │   ├── net
  1720. │   │   ├── arp.c
  1721. │   │   ├── callbacks.c
  1722. │   │   ├── debug.c
  1723. │   │   ├── ethernet.c
  1724. │   │   ├── icmp.c
  1725. │   │   ├── ipv4.c
  1726. │   │   ├── mbuf.c
  1727. │   │   ├── net.c
  1728. │   │   ├── rules.mk
  1729. │   │   ├── udp.c
  1730. │   │   └── xp.c
  1731. │   ├── nonce
  1732. │   │   ├── library.mk
  1733. │   │   ├── nonce.c
  1734. │   │   └── rules.mk
  1735. │   ├── nvram
  1736. │   │   ├── fuzz.c
  1737. │   │   ├── library.mk
  1738. │   │   ├── nvram.c
  1739. │   │   ├── rules.mk
  1740. │   │   ├── tests.c
  1741. │   │   ├── tests-common.mk
  1742. │   │   ├── tests-fuzz.mk
  1743. │   │   └── tests.mk
  1744. │   ├── paint
  1745. │   │   ├── library.mk
  1746. │   │   ├── paint.c
  1747. │   │   ├── rules.mk
  1748. │   │   ├── tests.c
  1749. │   │   └── tests.mk
  1750. │   ├── paniclog
  1751. │   │   ├── library.mk
  1752. │   │   ├── paniclog.c
  1753. │   │   └── rules.mk
  1754. │   ├── partition
  1755. │   │   ├── gpt.c
  1756. │   │   ├── library.mk
  1757. │   │   ├── lwvm.c
  1758. │   │   ├── mbr.c
  1759. │   │   ├── partition.c
  1760. │   │   ├── partition_private.h
  1761. │   │   └── rules.mk
  1762. │   ├── pki
  1763. │   │   ├── apple_ca.h
  1764. │   │   ├── chain-validation.c
  1765. │   │   ├── debug.c
  1766. │   │   ├── fake_ca.h
  1767. │   │   ├── libDER
  1768. │   │   │   ├── asn1Types.h
  1769. │   │   │   ├── DER_CertCrl.c
  1770. │   │   │   ├── DER_CertCrl.h
  1771. │   │   │   ├── DER_Decode.c
  1772. │   │   │   ├── DER_Decode.h
  1773. │   │   │   ├── DER_Digest.c
  1774. │   │   │   ├── DER_Digest.h
  1775. │   │   │   ├── DER_Encode.c
  1776. │   │   │   ├── DER_Encode.h
  1777. │   │   │   ├── DER_Keys.c
  1778. │   │   │   ├── DER_Keys.h
  1779. │   │   │   ├── libDER_config.h
  1780. │   │   │   ├── libDER.h
  1781. │   │   │   ├── oids.c
  1782. │   │   │   └── oids.h
  1783. │   │   ├── libGiants
  1784. │   │   │   ├── giantDebug.c
  1785. │   │   │   ├── giantDebug.h
  1786. │   │   │   ├── giantExternal.c
  1787. │   │   │   ├── giantExternal.h
  1788. │   │   │   ├── giantIntegers.c
  1789. │   │   │   ├── giantIntegers.h
  1790. │   │   │   ├── giantMemutils.c
  1791. │   │   │   ├── giantMod.c
  1792. │   │   │   ├── giantMod.h
  1793. │   │   │   ├── giantPlatformEmulation.h
  1794. │   │   │   ├── giantPlatform.h
  1795. │   │   │   ├── giantPort_C.c
  1796. │   │   │   ├── giantPortCommon.h
  1797. │   │   │   ├── giantPort_Generic.h
  1798. │   │   │   └── giantTypes.h
  1799. │   │   ├── libGiantsUtils
  1800. │   │   │   ├── GIReturnString.c
  1801. │   │   │   └── GIReturnString.h
  1802. │   │   ├── libgRSA
  1803. │   │   │   ├── libgRSA.c
  1804. │   │   │   ├── libgRSA_config.h
  1805. │   │   │   ├── libgRSA_DER.c
  1806. │   │   │   ├── libgRSA_DER.h
  1807. │   │   │   ├── libgRSA.h
  1808. │   │   │   ├── libgRSA_priv.c
  1809. │   │   │   ├── libgRSA_priv.h
  1810. │   │   │   ├── rsaGiantKey.c
  1811. │   │   │   ├── rsaGiantKey.h
  1812. │   │   │   ├── rsaPadding.c
  1813. │   │   │   ├── rsaPadding.h
  1814. │   │   │   ├── rsaRawKey.c
  1815. │   │   │   ├── rsaRawKey.h
  1816. │   │   │   └── rsaTypes.h
  1817. │   │   ├── library.mk
  1818. │   │   ├── rules.mk
  1819. │   │   └── tests
  1820. │   │       ├── fake-hierarchy-img3-test.txt
  1821. │   │       ├── intermediate-cert.der
  1822. │   │       ├── intermediate-key.pem
  1823. │   │       ├── make-img3-specs
  1824. │   │       └── to_binary_hash.c
  1825. │   ├── power
  1826. │   │   ├── power.c
  1827. │   │   └── rules.mk
  1828. │   ├── profile
  1829. │   │   ├── profile.c
  1830. │   │   └── rules.mk
  1831. │   ├── ramdisk
  1832. │   │   ├── library.mk
  1833. │   │   ├── ramdisk.c
  1834. │   │   └── rules.mk
  1835. │   ├── random
  1836. │   │   ├── library.mk
  1837. │   │   ├── random.c
  1838. │   │   └── rules.mk
  1839. │   ├── syscfg
  1840. │   │   ├── library.mk
  1841. │   │   ├── rules.mk
  1842. │   │   ├── syscfg.c
  1843. │   │   ├── tests.c
  1844. │   │   └── tests.mk
  1845. │   ├── tftp
  1846. │   │   ├── debug.c
  1847. │   │   ├── rules.mk
  1848. │   │   └── tftp.c
  1849. │   └── ticket
  1850. │       ├── DERApTicket.c
  1851. │       ├── fuzz.c
  1852. │       ├── library.mk
  1853. │       ├── rules.mk
  1854. │       ├── tests-fuzz.mk
  1855. │       └── ticket.c
  1856. ├── Makefile
  1857. ├── makefiles
  1858. │   ├── build.mk
  1859. │   ├── config.mk
  1860. │   ├── device_map.mk
  1861. │   ├── format-headerfile.awk
  1862. │   ├── headers.mk
  1863. │   ├── lib.mk
  1864. │   ├── libraries.mk
  1865. │   ├── macros.mk
  1866. │   ├── main.mk
  1867. │   ├── main-nested-module.mk
  1868. │   ├── test.mk
  1869. │   ├── tests.mk
  1870. │   └── tools.mk
  1871. ├── platform
  1872. │   ├── defaults
  1873. │   │   ├── chipid_get_raw_production_mode.c
  1874. │   │   ├── formatter.awk
  1875. │   │   ├── library.mk
  1876. │   │   ├── lister.awk
  1877. │   │   ├── platform.defaults
  1878. │   │   ├── platform_get_default_gpio_cfg.c
  1879. │   │   ├── platform_get_memory_region.c
  1880. │   │   ├── platform_get_spi_frequency.c
  1881. │   │   ├── platform_memory_map.c
  1882. │   │   ├── platform_restore_system.c
  1883. │   │   ├── rules.mk
  1884. │   │   ├── target_get_boot_battery_capacity.c
  1885. │   │   ├── target_get_precharge_gg_flag_mask.c
  1886. │   │   ├── target_get_property_base.c
  1887. │   │   ├── target_get_property.c
  1888. │   │   └── template.c
  1889. │   ├── generic
  1890. │   │   ├── breadcrumbs.c
  1891. │   │   ├── default_mib.c
  1892. │   │   ├── defaults.c
  1893. │   │   ├── library.mk
  1894. │   │   ├── platform_dep.c
  1895. │   │   ├── platform_indep.c
  1896. │   │   ├── platform_info.S
  1897. │   │   ├── pmgr
  1898. │   │   │   ├── pmgr_binning.c
  1899. │   │   │   ├── pmgr_binning_menu.c
  1900. │   │   │   └── rules.mk
  1901. │   │   ├── rules.mk
  1902. │   │   ├── target_dep.c
  1903. │   │   ├── target_indep.c
  1904. │   │   └── target_pass_boot_manifest.c
  1905. │   ├── s5l8747x
  1906. │   │   ├── asm.S
  1907. │   │   ├── chipid
  1908. │   │   │   ├── chipid.c
  1909. │   │   │   └── rules.mk
  1910. │   │   ├── clocks
  1911. │   │   │   ├── clocks.c
  1912. │   │   │   └── rules.mk
  1913. │   │   ├── include
  1914. │   │   │   └── platform
  1915. │   │   │       ├── gpiodef.h
  1916. │   │   │       ├── image_devices.h
  1917. │   │   │       ├── memmap.h
  1918. │   │   │       ├── pinconfig.h
  1919. │   │   │       ├── soc
  1920. │   │   │       │   ├── chipid.h
  1921. │   │   │       │   ├── clocks.h
  1922. │   │   │       │   ├── hwclocks.h
  1923. │   │   │       │   ├── hwisr.h
  1924. │   │   │       │   ├── hwregbase.h
  1925. │   │   │       │   ├── miu.h
  1926. │   │   │       │   ├── power.h
  1927. │   │   │       │   └── sdo.h
  1928. │   │   │       ├── trampoline.h
  1929. │   │   │       └── usbconfig.h
  1930. │   │   ├── init.c
  1931. │   │   ├── miu
  1932. │   │   │   ├── miu.c
  1933. │   │   │   └── rules.mk
  1934. │   │   ├── pmgr
  1935. │   │   │   ├── pmgr.c
  1936. │   │   │   └── rules.mk
  1937. │   │   └── rules.mk
  1938. │   ├── s5l8940x
  1939. │   │   ├── amc
  1940. │   │   │   ├── amc_s5l8940x.c
  1941. │   │   │   ├── amc_s5l8947x.c
  1942. │   │   │   └── rules.mk
  1943. │   │   ├── chipid
  1944. │   │   │   ├── chipid.c
  1945. │   │   │   └── rules.mk
  1946. │   │   ├── include
  1947. │   │   │   └── platform
  1948. │   │   │       ├── amcconfig.h
  1949. │   │   │       ├── amcconfig_s5l8940x.h
  1950. │   │   │       ├── amcconfig_s5l8942x.h
  1951. │   │   │       ├── amcconfig_s5l8947x.h
  1952. │   │   │       ├── amgconfig.h
  1953. │   │   │       ├── ampconfig.h
  1954. │   │   │       ├── boot_pins.h
  1955. │   │   │       ├── boot_pins_s5l8940x.h
  1956. │   │   │       ├── boot_pins_s5l8942x.h
  1957. │   │   │       ├── boot_pins_s5l8947x.h
  1958. │   │   │       ├── gpiodef.h
  1959. │   │   │       ├── gpiodef_s5l8940x.h
  1960. │   │   │       ├── gpiodef_s5l8942x.h
  1961. │   │   │       ├── gpiodef_s5l8947x.h
  1962. │   │   │       ├── image_devices.h
  1963. │   │   │       ├── memconfig.h
  1964. │   │   │       ├── memmap.h
  1965. │   │   │       ├── pinconfig_s5l8940x.h
  1966. │   │   │       ├── pinconfig_s5l8942x.h
  1967. │   │   │       ├── pinconfig_s5l8947x.h
  1968. │   │   │       ├── soc
  1969. │   │   │       │   ├── chipid.h
  1970. │   │   │       │   ├── display.h
  1971. │   │   │       │   ├── display_timings.h
  1972. │   │   │       │   ├── hwclocks.h
  1973. │   │   │       │   ├── hwdmachannels.h
  1974. │   │   │       │   ├── hwdmachannels_s5l8940x.h
  1975. │   │   │       │   ├── hwdmachannels_s5l8942x.h
  1976. │   │   │       │   ├── hwdmachannels_s5l8947x.h
  1977. │   │   │       │   ├── hwisr.h
  1978. │   │   │       │   ├── hwregbase.h
  1979. │   │   │       │   ├── miu.h
  1980. │   │   │       │   └── pmgr.h
  1981. │   │   │       ├── trampoline.h
  1982. │   │   │       └── usbconfig.h
  1983. │   │   ├── init.c
  1984. │   │   ├── iop_init.c
  1985. │   │   ├── miu
  1986. │   │   │   ├── miu.c
  1987. │   │   │   └── rules.mk
  1988. │   │   ├── pinconfig_s5l8940x.c
  1989. │   │   ├── pinconfig_s5l8942x.c
  1990. │   │   ├── pinconfig_s5l8947x.c
  1991. │   │   ├── pmgr
  1992. │   │   │   ├── pmgr.c
  1993. │   │   │   └── rules.mk
  1994. │   │   └── rules.mk
  1995. │   ├── s5l8945x
  1996. │   │   ├── amc
  1997. │   │   │   ├── amc.c
  1998. │   │   │   └── rules.mk
  1999. │   │   ├── chipid
  2000. │   │   │   ├── chipid.c
  2001. │   │   │   └── rules.mk
  2002. │   │   ├── include
  2003. │   │   │   └── platform
  2004. │   │   │       ├── amcconfig.h
  2005. │   │   │       ├── amgconfig.h
  2006. │   │   │       ├── gpiodef.h
  2007. │   │   │       ├── image_devices.h
  2008. │   │   │       ├── memconfig.h
  2009. │   │   │       ├── memmap.h
  2010. │   │   │       ├── pinconfig.h
  2011. │   │   │       ├── soc
  2012. │   │   │       │   ├── chipid.h
  2013. │   │   │       │   ├── display.h
  2014. │   │   │       │   ├── display_timings.h
  2015. │   │   │       │   ├── hwclocks.h
  2016. │   │   │       │   ├── hwdmachannels.h
  2017. │   │   │       │   ├── hwisr.h
  2018. │   │   │       │   ├── hwregbase.h
  2019. │   │   │       │   ├── miu.h
  2020. │   │   │       │   └── pmgr.h
  2021. │   │   │       ├── trampoline.h
  2022. │   │   │       └── usbconfig.h
  2023. │   │   ├── init.c
  2024. │   │   ├── iop_init.c
  2025. │   │   ├── miu
  2026. │   │   │   ├── miu.c
  2027. │   │   │   └── rules.mk
  2028. │   │   ├── pmgr
  2029. │   │   │   ├── pmgr.c
  2030. │   │   │   └── rules.mk
  2031. │   │   └── rules.mk
  2032. │   ├── s5l8950x
  2033. │   │   ├── amc
  2034. │   │   │   ├── amc.c
  2035. │   │   │   └── rules.mk
  2036. │   │   ├── asm.S
  2037. │   │   ├── chipid
  2038. │   │   │   ├── chipid.c
  2039. │   │   │   └── rules.mk
  2040. │   │   ├── include
  2041. │   │   │   └── platform
  2042. │   │   │       ├── amcconfig.h
  2043. │   │   │       ├── ampconfig.h
  2044. │   │   │       ├── gpiodef.h
  2045. │   │   │       ├── image_devices.h
  2046. │   │   │       ├── memconfig.h
  2047. │   │   │       ├── memmap.h
  2048. │   │   │       ├── pinconfig.h
  2049. │   │   │       ├── soc
  2050. │   │   │       │   ├── chipid.h
  2051. │   │   │       │   ├── display.h
  2052. │   │   │       │   ├── display_timings.h
  2053. │   │   │       │   ├── hwclocks.h
  2054. │   │   │       │   ├── hwdmachannels.h
  2055. │   │   │       │   ├── hwisr.h
  2056. │   │   │       │   ├── hwregbase.h
  2057. │   │   │       │   ├── miu.h
  2058. │   │   │       │   └── pmgr.h
  2059. │   │   │       ├── trampoline.h
  2060. │   │   │       └── usbconfig.h
  2061. │   │   ├── init.c
  2062. │   │   ├── iop_init.c
  2063. │   │   ├── miu
  2064. │   │   │   ├── miu.c
  2065. │   │   │   └── rules.mk
  2066. │   │   ├── pmgr
  2067. │   │   │   ├── pmgr.c
  2068. │   │   │   └── rules.mk
  2069. │   │   └── rules.mk
  2070. │   ├── s5l8955x
  2071. │   │   ├── amc
  2072. │   │   │   ├── amc.c
  2073. │   │   │   └── rules.mk
  2074. │   │   ├── asm.S
  2075. │   │   ├── chipid
  2076. │   │   │   ├── chipid.c
  2077. │   │   │   └── rules.mk
  2078. │   │   ├── include
  2079. │   │   │   └── platform
  2080. │   │   │       ├── amcconfig.h
  2081. │   │   │       ├── ampconfig.h
  2082. │   │   │       ├── gpiodef.h
  2083. │   │   │       ├── image_devices.h
  2084. │   │   │       ├── memconfig.h
  2085. │   │   │       ├── memmap.h
  2086. │   │   │       ├── pinconfig.h
  2087. │   │   │       ├── soc
  2088. │   │   │       │   ├── chipid.h
  2089. │   │   │       │   ├── display.h
  2090. │   │   │       │   ├── display_timings.h
  2091. │   │   │       │   ├── hwclocks.h
  2092. │   │   │       │   ├── hwdmachannels.h
  2093. │   │   │       │   ├── hwisr.h
  2094. │   │   │       │   ├── hwregbase.h
  2095. │   │   │       │   ├── miu.h
  2096. │   │   │       │   └── pmgr.h
  2097. │   │   │       ├── trampoline.h
  2098. │   │   │       └── usbconfig.h
  2099. │   │   ├── init.c
  2100. │   │   ├── iop_init.c
  2101. │   │   ├── miu
  2102. │   │   │   ├── miu.c
  2103. │   │   │   └── rules.mk
  2104. │   │   ├── pmgr
  2105. │   │   │   ├── pmgr.c
  2106. │   │   │   └── rules.mk
  2107. │   │   └── rules.mk
  2108. │   ├── s5l8960x
  2109. │   │   ├── amc
  2110. │   │   │   ├── amc.c
  2111. │   │   │   └── rules.mk
  2112. │   │   ├── asm.S
  2113. │   │   ├── chipid
  2114. │   │   │   ├── chipid.c
  2115. │   │   │   └── rules.mk
  2116. │   │   ├── error_handler
  2117. │   │   │   ├── error_handler.c
  2118. │   │   │   └── rules.mk
  2119. │   │   ├── include
  2120. │   │   │   └── platform
  2121. │   │   │       ├── amcconfig.h
  2122. │   │   │       ├── ampconfig.h
  2123. │   │   │       ├── error_handler.h
  2124. │   │   │       ├── gpiodef.h
  2125. │   │   │       ├── image_devices.h
  2126. │   │   │       ├── memconfig.h
  2127. │   │   │       ├── memmap.h
  2128. │   │   │       ├── pinconfig.h
  2129. │   │   │       ├── soc
  2130. │   │   │       │   ├── ccc.h
  2131. │   │   │       │   ├── chipid.h
  2132. │   │   │       │   ├── display_color_manager_tables.h
  2133. │   │   │       │   ├── display.h
  2134. │   │   │       │   ├── display_timings.h
  2135. │   │   │       │   ├── hwclocks.h
  2136. │   │   │       │   ├── hwisr.h
  2137. │   │   │       │   ├── hwregbase.h
  2138. │   │   │       │   ├── miu.h
  2139. │   │   │       │   └── pmgr.h
  2140. │   │   │       ├── trampoline.h
  2141. │   │   │       └── usbconfig.h
  2142. │   │   ├── init.c
  2143. │   │   ├── miu
  2144. │   │   │   ├── miu.c
  2145. │   │   │   └── rules.mk
  2146. │   │   ├── pmgr
  2147. │   │   │   ├── pmgr.c
  2148. │   │   │   └── rules.mk
  2149. │   │   ├── rules.mk
  2150. │   │   └── trampoline.S
  2151. │   ├── s7002
  2152. │   │   ├── amc
  2153. │   │   │   ├── amc.c
  2154. │   │   │   └── rules.mk
  2155. │   │   ├── asm.S
  2156. │   │   ├── chipid
  2157. │   │   │   ├── chipid.c
  2158. │   │   │   └── rules.mk
  2159. │   │   ├── include
  2160. │   │   │   └── platform
  2161. │   │   │       ├── amcconfig.h
  2162. │   │   │       ├── ampconfig.h
  2163. │   │   │       ├── dmin.h
  2164. │   │   │       ├── dockfifo_config.h
  2165. │   │   │       ├── gpiodef.h
  2166. │   │   │       ├── image_devices.h
  2167. │   │   │       ├── memconfig.h
  2168. │   │   │       ├── memmap.h
  2169. │   │   │       ├── pinconfig.h
  2170. │   │   │       ├── pl080dmac_config.h
  2171. │   │   │       ├── soc
  2172. │   │   │       │   ├── chipid.h
  2173. │   │   │       │   ├── display.h
  2174. │   │   │       │   ├── display_timings.h
  2175. │   │   │       │   ├── hwclocks.h
  2176. │   │   │       │   ├── hwdmachannels.h
  2177. │   │   │       │   ├── hwisr.h
  2178. │   │   │       │   ├── hwregbase.h
  2179. │   │   │       │   ├── miu.h
  2180. │   │   │       │   ├── pmgr.h
  2181. │   │   │       │   ├── reconfig.h
  2182. │   │   │       │   └── spu.h
  2183. │   │   │       ├── trampoline.h
  2184. │   │   │       └── usbconfig.h
  2185. │   │   ├── init.c
  2186. │   │   ├── miu
  2187. │   │   │   ├── miu.c
  2188. │   │   │   └── rules.mk
  2189. │   │   ├── pmgr
  2190. │   │   │   ├── pmgr.c
  2191. │   │   │   └── rules.mk
  2192. │   │   ├── reconfig
  2193. │   │   │   ├── reconfig.c
  2194. │   │   │   └── rules.mk
  2195. │   │   └── rules.mk
  2196. │   ├── s8000
  2197. │   │   ├── apcie
  2198. │   │   │   ├── apcie_v2.c
  2199. │   │   │   └── rules.mk
  2200. │   │   ├── asm.S
  2201. │   │   ├── chipid
  2202. │   │   │   ├── chipid.c
  2203. │   │   │   ├── dvfmperf.c
  2204. │   │   │   ├── operating_point.c
  2205. │   │   │   ├── pmgr_binning_s8000.c
  2206. │   │   │   ├── pmgr_binning_s8001.c
  2207. │   │   │   ├── pmgr_binning_s8003.c
  2208. │   │   │   ├── rules.mk
  2209. │   │   │   ├── tunables_pmgr_product.c
  2210. │   │   │   ├── tunables_pmgr_s8000.c
  2211. │   │   │   ├── tunables_pmgr_s8001.c
  2212. │   │   │   ├── tunables_pmgr_s8001_ipad6b.c
  2213. │   │   │   └── tunables_pmgr_s8003.c
  2214. │   │   ├── dcs
  2215. │   │   │   ├── dcs.c
  2216. │   │   │   ├── dcs_init_lib_s8000.c
  2217. │   │   │   ├── dcs_init_lib_s8001.c
  2218. │   │   │   ├── dcs_init_lib_s8003.c
  2219. │   │   │   └── rules.mk
  2220. │   │   ├── error_handler
  2221. │   │   │   ├── error_handler.c
  2222. │   │   │   └── rules.mk
  2223. │   │   ├── include
  2224. │   │   │   └── platform
  2225. │   │   │       ├── apcie.h
  2226. │   │   │       ├── apcie_regs.h
  2227. │   │   │       ├── dcsconfig.h
  2228. │   │   │       ├── dcsconfig_s8000.h
  2229. │   │   │       ├── dcsconfig_s8001.h
  2230. │   │   │       ├── dcsconfig_s8003.h
  2231. │   │   │       ├── error_handler.h
  2232. │   │   │       ├── gpiodef.h
  2233. │   │   │       ├── gpiodef_s8000.h
  2234. │   │   │       ├── gpiodef_s8001.h
  2235. │   │   │       ├── image_devices.h
  2236. │   │   │       ├── memconfig.h
  2237. │   │   │       ├── memmap.h
  2238. │   │   │       ├── pcimap.h
  2239. │   │   │       ├── pinconfig.h
  2240. │   │   │       ├── pinconfig_s8000.h
  2241. │   │   │       ├── pinconfig_s8001.h
  2242. │   │   │       ├── soc
  2243. │   │   │       │   ├── ccc.h
  2244. │   │   │       │   ├── chipid.h
  2245. │   │   │       │   ├── display.h
  2246. │   │   │       │   ├── display_s8000.h
  2247. │   │   │       │   ├── display_s8001.h
  2248. │   │   │       │   ├── display_s8003.h
  2249. │   │   │       │   ├── display_timings.h
  2250. │   │   │       │   ├── dvfmperf.h
  2251. │   │   │       │   ├── hwclocks.h
  2252. │   │   │       │   ├── hwisr.h
  2253. │   │   │       │   ├── hwregbase.h
  2254. │   │   │       │   ├── miu.h
  2255. │   │   │       │   ├── operating_point.h
  2256. │   │   │       │   ├── pmgr.h
  2257. │   │   │       │   ├── reconfig.h
  2258. │   │   │       │   ├── reconfig_sequences_1200_s8000_b0.h
  2259. │   │   │       │   ├── reconfig_sequences_1200_s8000.h
  2260. │   │   │       │   ├── reconfig_sequences_1200_s8003_a0.h
  2261. │   │   │       │   ├── reconfig_sequences_1200_s8003.h
  2262. │   │   │       │   ├── reconfig_sequences_mcu_1200_s8000_b0.h
  2263. │   │   │       │   ├── reconfig_sequences_mcu_1200_s8000.h
  2264. │   │   │       │   ├── reconfig_sequences_mcu_1200_s8003_a0.h
  2265. │   │   │       │   ├── reconfig_sequences_mcu_1200_s8003.h
  2266. │   │   │       │   ├── reconfig_sequences_mcu_4ch_s8001_a0.h
  2267. │   │   │       │   ├── reconfig_sequences_mcu_4ch_s8001.h
  2268. │   │   │       │   ├── reconfig_sequences_mcu_8ch_s8001_a0.h
  2269. │   │   │       │   ├── reconfig_sequences_mcu_8ch_s8001.h
  2270. │   │   │       │   ├── reconfig_sequences_s8001_a0.h
  2271. │   │   │       │   ├── reconfig_sequences_s8001.h
  2272. │   │   │       │   ├── s8000
  2273. │   │   │       │   │   ├── apcie_common.h
  2274. │   │   │       │   │   ├── apcie_config.h
  2275. │   │   │       │   │   ├── ausr_cfg.h
  2276. │   │   │       │   │   ├── ausr_shm_cfg.h
  2277. │   │   │       │   │   ├── aust_shm_cfg.h
  2278. │   │   │       │   │   ├── b0
  2279. │   │   │       │   │   │   └── tunable
  2280. │   │   │       │   │   │       ├── apcie_common.h
  2281. │   │   │       │   │   │       ├── apcie_config.h
  2282. │   │   │       │   │   │       ├── ausr_cfg.h
  2283. │   │   │       │   │   │       ├── ausr_shm_cfg.h
  2284. │   │   │       │   │   │       ├── aust_shm_cfg.h
  2285. │   │   │       │   │   │       ├── x1_pcie_rc.h
  2286. │   │   │       │   │   │       └── x2_pcie_rc.h
  2287. │   │   │       │   │   ├── c0
  2288. │   │   │       │   │   │   └── tunable
  2289. │   │   │       │   │   │       ├── apcie_common.h
  2290. │   │   │       │   │   │       ├── apcie_config.h
  2291. │   │   │       │   │   │       ├── ausr_cfg.h
  2292. │   │   │       │   │   │       ├── ausr_shm_cfg.h
  2293. │   │   │       │   │   │       ├── aust_shm_cfg.h
  2294. │   │   │       │   │   │       ├── x1_pcie_rc.h
  2295. │   │   │       │   │   │       └── x2_pcie_rc.h
  2296. │   │   │       │   │   ├── x1_pcie_rc.h
  2297. │   │   │       │   │   └── x2_pcie_rc.h
  2298. │   │   │       │   ├── s8001
  2299. │   │   │       │   │   ├── a0
  2300. │   │   │       │   │   │   └── tunable
  2301. │   │   │       │   │   │       ├── apcie_common.h
  2302. │   │   │       │   │   │       ├── apcie_config.h
  2303. │   │   │       │   │   │       ├── apcie_phy_glue.h
  2304. │   │   │       │   │   │       └── x2_pcie_rc.h
  2305. │   │   │       │   │   ├── apcie_common.h
  2306. │   │   │       │   │   ├── apcie_config.h
  2307. │   │   │       │   │   ├── apcie_phy_glue.h
  2308. │   │   │       │   │   ├── b0
  2309. │   │   │       │   │   │   └── tunable
  2310. │   │   │       │   │   │       ├── apcie_common.h
  2311. │   │   │       │   │   │       ├── apcie_config.h
  2312. │   │   │       │   │   │       ├── apcie_phy_glue.h
  2313. │   │   │       │   │   │       └── x2_pcie_rc.h
  2314. │   │   │       │   │   └── x2_pcie_rc.h
  2315. │   │   │       │   └── s8003
  2316. │   │   │       │       ├── a0
  2317. │   │   │       │       │   └── tunable
  2318. │   │   │       │       │       ├── apcie_common.h
  2319. │   │   │       │       │       ├── apcie_config.h
  2320. │   │   │       │       │       ├── apcie_phy_glue.h
  2321. │   │   │       │       │       ├── x1_pcie_rc.h
  2322. │   │   │       │       │       └── x2_pcie_rc.h
  2323. │   │   │       │       ├── a1
  2324. │   │   │       │       │   └── tunable
  2325. │   │   │       │       │       ├── apcie_common.h
  2326. │   │   │       │       │       ├── apcie_config.h
  2327. │   │   │       │       │       ├── apcie_phy_glue.h
  2328. │   │   │       │       │       ├── x1_pcie_rc.h
  2329. │   │   │       │       │       └── x2_pcie_rc.h
  2330. │   │   │       │       ├── apcie_common.h
  2331. │   │   │       │       ├── apcie_config.h
  2332. │   │   │       │       ├── apcie_phy_glue.h
  2333. │   │   │       │       ├── x1_pcie_rc.h
  2334. │   │   │       │       └── x2_pcie_rc.h
  2335. │   │   │       ├── trampoline.h
  2336. │   │   │       ├── uartconfig.h
  2337. │   │   │       └── usbconfig.h
  2338. │   │   ├── init.c
  2339. │   │   ├── miu
  2340. │   │   │   ├── miu.c
  2341. │   │   │   └── rules.mk
  2342. │   │   ├── pmgr
  2343. │   │   │   ├── pmgr.c
  2344. │   │   │   └── rules.mk
  2345. │   │   ├── reconfig.c
  2346. │   │   ├── reconfig_s8000_a1.c
  2347. │   │   ├── rules.mk
  2348. │   │   └── trampoline.S
  2349. │   ├── t7000
  2350. │   │   ├── amc
  2351. │   │   │   ├── amc.c
  2352. │   │   │   └── rules.mk
  2353. │   │   ├── apcie
  2354. │   │   │   ├── apcie_common_regs.h
  2355. │   │   │   ├── apcie_v1.c
  2356. │   │   │   └── rules.mk
  2357. │   │   ├── asm.S
  2358. │   │   ├── chipid
  2359. │   │   │   ├── chipid.c
  2360. │   │   │   └── rules.mk
  2361. │   │   ├── error_handler
  2362. │   │   │   ├── error_handler.c
  2363. │   │   │   └── rules.mk
  2364. │   │   ├── include
  2365. │   │   │   └── platform
  2366. │   │   │       ├── amcconfig.h
  2367. │   │   │       ├── amcconfig_t7000.h
  2368. │   │   │       ├── amcconfig_t7001.h
  2369. │   │   │       ├── ampconfig.h
  2370. │   │   │       ├── apcie_regs.h
  2371. │   │   │       ├── error_handler.h
  2372. │   │   │       ├── gpiodef.h
  2373. │   │   │       ├── gpiodef_t7000.h
  2374. │   │   │       ├── gpiodef_t7001.h
  2375. │   │   │       ├── image_devices.h
  2376. │   │   │       ├── memconfig.h
  2377. │   │   │       ├── memmap.h
  2378. │   │   │       ├── pcimap.h
  2379. │   │   │       ├── pinconfig.h
  2380. │   │   │       ├── pinconfig_t7000.h
  2381. │   │   │       ├── pinconfig_t7001.h
  2382. │   │   │       ├── soc
  2383. │   │   │       │   ├── ccc.h
  2384. │   │   │       │   ├── chipid.h
  2385. │   │   │       │   ├── display.h
  2386. │   │   │       │   ├── display_t7000.h
  2387. │   │   │       │   ├── display_t7001.h
  2388. │   │   │       │   ├── display_timings.h
  2389. │   │   │       │   ├── hwclocks.h
  2390. │   │   │       │   ├── hwisr.h
  2391. │   │   │       │   ├── hwregbase.h
  2392. │   │   │       │   ├── miu.h
  2393. │   │   │       │   └── pmgr.h
  2394. │   │   │       ├── trampoline.h
  2395. │   │   │       └── usbconfig.h
  2396. │   │   ├── init.c
  2397. │   │   ├── miu
  2398. │   │   │   ├── miu.c
  2399. │   │   │   └── rules.mk
  2400. │   │   ├── pmgr
  2401. │   │   │   ├── pmgr.c
  2402. │   │   │   └── rules.mk
  2403. │   │   ├── rules.mk
  2404. │   │   └── trampoline.S
  2405. │   ├── t8002
  2406. │   │   ├── asm.S
  2407. │   │   ├── chipid
  2408. │   │   │   ├── chipid.c
  2409. │   │   │   ├── rules.mk
  2410. │   │   │   └── tunables_pmgr_t8002.c
  2411. │   │   ├── dcs
  2412. │   │   │   ├── dcs.c
  2413. │   │   │   ├── dcs_init_lib_t8002.c
  2414. │   │   │   └── rules.mk
  2415. │   │   ├── include
  2416. │   │   │   └── platform
  2417. │   │   │       ├── dcsconfig.h
  2418. │   │   │       ├── dmin.h
  2419. │   │   │       ├── dockchannel_config.h
  2420. │   │   │       ├── gpiodef.h
  2421. │   │   │       ├── image_devices.h
  2422. │   │   │       ├── memconfig.h
  2423. │   │   │       ├── memmap.h
  2424. │   │   │       ├── pinconfig.h
  2425. │   │   │       ├── soc
  2426. │   │   │       │   ├── aop_dma.h
  2427. │   │   │       │   ├── chipid.h
  2428. │   │   │       │   ├── display.h
  2429. │   │   │       │   ├── display_timings.h
  2430. │   │   │       │   ├── hwclocks.h
  2431. │   │   │       │   ├── hwisr.h
  2432. │   │   │       │   ├── hwregbase.h
  2433. │   │   │       │   ├── miu.h
  2434. │   │   │       │   ├── pmgr.h
  2435. │   │   │       │   └── spds
  2436. │   │   │       │       └── aes.h
  2437. │   │   │       ├── trampoline.h
  2438. │   │   │       ├── uartconfig.h
  2439. │   │   │       └── usbconfig.h
  2440. │   │   ├── init.c
  2441. │   │   ├── miu
  2442. │   │   │   ├── miu.c
  2443. │   │   │   └── rules.mk
  2444. │   │   ├── pmgr
  2445. │   │   │   ├── pmgr.c
  2446. │   │   │   └── rules.mk
  2447. │   │   ├── rules.mk
  2448. │   │   └── trampoline.S
  2449. │   └── t8010
  2450. │       ├── apcie
  2451. │       │   ├── apcie.c
  2452. │       │   └── rules.mk
  2453. │       ├── asm.S
  2454. │       ├── chipid
  2455. │       │   ├── chipid.c
  2456. │       │   ├── dvfmperf.c
  2457. │       │   ├── operating_point.c
  2458. │       │   └── rules.mk
  2459. │       ├── dcs
  2460. │       │   ├── dcs.c
  2461. │       │   ├── dcs_init_lib_t8010.c
  2462. │       │   └── rules.mk
  2463. │       ├── error_handler
  2464. │       │   ├── error_handler.c
  2465. │       │   └── rules.mk
  2466. │       ├── include
  2467. │       │   └── platform
  2468. │       │       ├── apcie.h
  2469. │       │       ├── apcie_regs.h
  2470. │       │       ├── dcsconfig.h
  2471. │       │       ├── dcsconfig_t8010.h
  2472. │       │       ├── error_handler.h
  2473. │       │       ├── gpiodef.h
  2474. │       │       ├── gpiodef_t8010.h
  2475. │       │       ├── image_devices.h
  2476. │       │       ├── memconfig.h
  2477. │       │       ├── memmap.h
  2478. │       │       ├── pcimap.h
  2479. │       │       ├── pinconfig.h
  2480. │       │       ├── pinconfig_t8010.h
  2481. │       │       ├── soc
  2482. │       │       │   ├── aop_config_sequences.h
  2483. │       │       │   ├── ccc.h
  2484. │       │       │   ├── chipid.h
  2485. │       │       │   ├── display.h
  2486. │       │       │   ├── display_timings.h
  2487. │       │       │   ├── dvfmperf.h
  2488. │       │       │   ├── hwclocks.h
  2489. │       │       │   ├── hwisr.h
  2490. │       │       │   ├── hwregbase.h
  2491. │       │       │   ├── hwregbase_t8010.h
  2492. │       │       │   ├── miu.h
  2493. │       │       │   ├── operating_point.h
  2494. │       │       │   ├── pmgr.h
  2495. │       │       │   ├── reconfig.h
  2496. │       │       │   └── t8010
  2497. │       │       │       ├── a0
  2498. │       │       │       │   └── tunable
  2499. │       │       │       │       ├── apcie_common.h
  2500. │       │       │       │       ├── apcie_config.h
  2501. │       │       │       │       └── x2_pcie_rc.h
  2502. │       │       │       ├── apcie_common.h
  2503. │       │       │       ├── apcie_config.h
  2504. │       │       │       └── x2_pcie_rc.h
  2505. │       │       ├── trampoline.h
  2506. │       │       ├── uartconfig.h
  2507. │       │       └── usbconfig.h
  2508. │       ├── init.c
  2509. │       ├── miu
  2510. │       │   ├── miu.c
  2511. │       │   └── rules.mk
  2512. │       ├── pmgr
  2513. │       │   ├── pmgr.c
  2514. │       │   └── rules.mk
  2515. │       ├── rules.mk
  2516. │       └── trampoline.S
  2517. ├── sys
  2518. │   ├── boot.c
  2519. │   ├── callout.c
  2520. │   ├── debug.c
  2521. │   ├── halt.c
  2522. │   ├── hash.c
  2523. │   ├── init.c
  2524. │   ├── lock.c
  2525. │   ├── mem.c
  2526. │   ├── menu.c
  2527. │   ├── rules.mk
  2528. │   ├── security.c
  2529. │   ├── simple_menu.c
  2530. │   ├── task.c
  2531. │   ├── tests-list.c
  2532. │   ├── tests.mk
  2533. │   ├── tests-sha384.c
  2534. │   └── time.c
  2535. ├── target
  2536. │   ├── alcatrazref
  2537. │   │   ├── include
  2538. │   │   │   └── target
  2539. │   │   │       ├── adbe_settings.h
  2540. │   │   │       ├── aspnandconfig.h
  2541. │   │   │       ├── gpiodef.h
  2542. │   │   │       ├── powerconfig.h
  2543. │   │   │       └── uartconfig.h
  2544. │   │   ├── init.c
  2545. │   │   ├── pinconfig.c
  2546. │   │   └── rules.mk
  2547. │   ├── b184
  2548. │   │   ├── include
  2549. │   │   │   └── target
  2550. │   │   │       ├── adbe_settings.h
  2551. │   │   │       ├── amcconfig.h
  2552. │   │   │       ├── aspnandconfig.h
  2553. │   │   │       ├── gpiodef.h
  2554. │   │   │       ├── powerconfig.h
  2555. │   │   │       ├── uartconfig.h
  2556. │   │   │       └── usbconfig.h
  2557. │   │   ├── init.c
  2558. │   │   ├── pinconfig.c
  2559. │   │   ├── properties.c
  2560. │   │   └── rules.mk
  2561. │   ├── b238
  2562. │   │   ├── include
  2563. │   │   │   └── target
  2564. │   │   │       ├── aspnandconfig.h
  2565. │   │   │       ├── gpiodef.h
  2566. │   │   │       ├── powerconfig.h
  2567. │   │   │       └── uartconfig.h
  2568. │   │   ├── init.c
  2569. │   │   ├── pinconfig.c
  2570. │   │   └── rules.mk
  2571. │   ├── capriref
  2572. │   │   ├── include
  2573. │   │   │   └── target
  2574. │   │   │       ├── adbe_settings.h
  2575. │   │   │       ├── amcconfig.h
  2576. │   │   │       ├── ampconfig.h
  2577. │   │   │       ├── aspnandconfig.h
  2578. │   │   │       ├── gpiodef.h
  2579. │   │   │       ├── powerconfig.h
  2580. │   │   │       └── uartconfig.h
  2581. │   │   ├── init.c
  2582. │   │   ├── pinconfig.c
  2583. │   │   └── rules.mk
  2584. │   ├── cyclonic
  2585. │   │   ├── include
  2586. │   │   │   └── target
  2587. │   │   │       ├── adbe_settings.h
  2588. │   │   │       ├── amcconfig.h
  2589. │   │   │       ├── ampconfig.h
  2590. │   │   │       ├── aspnandconfig.h
  2591. │   │   │       ├── gpiodef.h
  2592. │   │   │       ├── nand_spec_tables.h
  2593. │   │   │       ├── powerconfig.h
  2594. │   │   │       └── uartconfig.h
  2595. │   │   ├── init.c
  2596. │   │   ├── pinconfig.c
  2597. │   │   └── rules.mk
  2598. │   ├── e86
  2599. │   │   ├── include
  2600. │   │   │   └── target
  2601. │   │   │       ├── adbe_settings.h
  2602. │   │   │       ├── aspnandconfig.h
  2603. │   │   │       ├── gpiodef.h
  2604. │   │   │       ├── powerconfig.h
  2605. │   │   │       └── uartconfig.h
  2606. │   │   ├── init.c
  2607. │   │   ├── pinconfig.c
  2608. │   │   └── rules.mk
  2609. │   ├── e88
  2610. │   │   ├── include
  2611. │   │   │   └── target
  2612. │   │   │       ├── gpiodef.h
  2613. │   │   │       ├── nand_spec_tables.h
  2614. │   │   │       ├── powerconfig.h
  2615. │   │   │       ├── uartconfig.h
  2616. │   │   │       └── usbconfig.h
  2617. │   │   ├── init.c
  2618. │   │   ├── pinconfig.c
  2619. │   │   └── rules.mk
  2620. │   ├── elbaref
  2621. │   │   ├── include
  2622. │   │   │   └── target
  2623. │   │   │       ├── adbe_settings.h
  2624. │   │   │       ├── boardid.h
  2625. │   │   │       ├── dcsfixup.h
  2626. │   │   │       ├── gpiodef.h
  2627. │   │   │       ├── lpdp_settings.h
  2628. │   │   │       ├── powerconfig.h
  2629. │   │   │       └── uartconfig.h
  2630. │   │   ├── init.c
  2631. │   │   ├── pinconfig.c
  2632. │   │   └── rules.mk
  2633. │   ├── fijiref
  2634. │   │   ├── include
  2635. │   │   │   └── target
  2636. │   │   │       ├── adbe_settings.h
  2637. │   │   │       ├── aspnandconfig.h
  2638. │   │   │       ├── gpiodef.h
  2639. │   │   │       ├── powerconfig.h
  2640. │   │   │       └── uartconfig.h
  2641. │   │   ├── init.c
  2642. │   │   ├── pinconfig.c
  2643. │   │   └── rules.mk
  2644. │   ├── iaccy1
  2645. │   │   ├── display_get_info.c
  2646. │   │   ├── include
  2647. │   │   │   └── target
  2648. │   │   │       ├── gpiodef.h
  2649. │   │   │       ├── pinconfig.h
  2650. │   │   │       └── uartconfig.h
  2651. │   │   ├── init.c
  2652. │   │   └── rules.mk
  2653. │   ├── ipad2
  2654. │   │   ├── include
  2655. │   │   │   └── target
  2656. │   │   │       ├── amgconfig.h
  2657. │   │   │       ├── display_gamma_tables.h
  2658. │   │   │       ├── gpiodef.h
  2659. │   │   │       ├── nand_spec_tables.h
  2660. │   │   │       ├── pinconfig.h
  2661. │   │   │       ├── powerconfig.h
  2662. │   │   │       ├── radioconfig.h
  2663. │   │   │       └── uartconfig.h
  2664. │   │   ├── init.c
  2665. │   │   ├── pinconfig.c
  2666. │   │   ├── properties.c
  2667. │   │   └── rules.mk
  2668. │   ├── ipad2b
  2669. │   │   ├── include
  2670. │   │   │   └── target
  2671. │   │   │       ├── display_gamma_tables.h
  2672. │   │   │       ├── gpiodef.h
  2673. │   │   │       ├── nand_spec_tables.h
  2674. │   │   │       ├── pinconfig.h
  2675. │   │   │       ├── powerconfig.h
  2676. │   │   │       ├── uartconfig.h
  2677. │   │   │       └── usbconfig.h
  2678. │   │   ├── init.c
  2679. │   │   ├── pinconfig.c
  2680. │   │   ├── properties.c
  2681. │   │   └── rules.mk
  2682. │   ├── ipad3
  2683. │   │   ├── include
  2684. │   │   │   └── target
  2685. │   │   │       ├── gpiodef.h
  2686. │   │   │       ├── nand_spec_tables.h
  2687. │   │   │       ├── pinconfig.h
  2688. │   │   │       ├── powerconfig.h
  2689. │   │   │       ├── radioconfig.h
  2690. │   │   │       └── uartconfig.h
  2691. │   │   ├── init.c
  2692. │   │   ├── pinconfig.c
  2693. │   │   ├── properties.c
  2694. │   │   └── rules.mk
  2695. │   ├── ipad3b
  2696. │   │   ├── include
  2697. │   │   │   └── target
  2698. │   │   │       ├── gpiodef.h
  2699. │   │   │       ├── nand_spec_tables.h
  2700. │   │   │       ├── pinconfig.h
  2701. │   │   │       ├── powerconfig.h
  2702. │   │   │       ├── radioconfig.h
  2703. │   │   │       └── uartconfig.h
  2704. │   │   ├── init.c
  2705. │   │   ├── pinconfig.c
  2706. │   │   ├── properties.c
  2707. │   │   └── rules.mk
  2708. │   ├── ipad4
  2709. │   │   ├── include
  2710. │   │   │   └── target
  2711. │   │   │       ├── adbe_settings.h
  2712. │   │   │       ├── amcconfig.h
  2713. │   │   │       ├── aspnandconfig.h
  2714. │   │   │       ├── gpiodef.h
  2715. │   │   │       ├── pinconfig.h
  2716. │   │   │       ├── powerconfig.h
  2717. │   │   │       ├── uartconfig.h
  2718. │   │   │       └── usbconfig.h
  2719. │   │   ├── init.c
  2720. │   │   ├── pinconfig.c
  2721. │   │   ├── properties.c
  2722. │   │   └── rules.mk
  2723. │   ├── ipad4b
  2724. │   │   ├── include
  2725. │   │   │   └── target
  2726. │   │   │       ├── adbe_settings.h
  2727. │   │   │       ├── aspnandconfig.h
  2728. │   │   │       ├── boardid.h
  2729. │   │   │       ├── gpiodef.h
  2730. │   │   │       ├── pinconfig-nomesa.h
  2731. │   │   │       ├── powerconfig.h
  2732. │   │   │       ├── uartconfig.h
  2733. │   │   │       └── usbconfig.h
  2734. │   │   ├── init.c
  2735. │   │   ├── pinconfig-mesa.c
  2736. │   │   ├── pinconfig-nomesa.c
  2737. │   │   ├── properties.c
  2738. │   │   └── rules.mk
  2739. │   ├── ipad5
  2740. │   │   ├── include
  2741. │   │   │   └── target
  2742. │   │   │       ├── adbe_settings.h
  2743. │   │   │       ├── amcconfig.h
  2744. │   │   │       ├── aspnandconfig.h
  2745. │   │   │       ├── boardid.h
  2746. │   │   │       ├── gpiodef.h
  2747. │   │   │       ├── lpdp_settings.h
  2748. │   │   │       ├── powerconfig.h
  2749. │   │   │       └── uartconfig.h
  2750. │   │   ├── init.c
  2751. │   │   ├── pinconfig.c
  2752. │   │   ├── properties.c
  2753. │   │   └── rules.mk
  2754. │   ├── ipad5b
  2755. │   │   ├── include
  2756. │   │   │   └── target
  2757. │   │   │       ├── adbe_settings.h
  2758. │   │   │       ├── aspnandconfig.h
  2759. │   │   │       ├── boardid.h
  2760. │   │   │       ├── gpiodef.h
  2761. │   │   │       ├── lpdp_settings.h
  2762. │   │   │       ├── powerconfig.h
  2763. │   │   │       └── uartconfig.h
  2764. │   │   ├── init.c
  2765. │   │   ├── pinconfig.c
  2766. │   │   ├── properties.c
  2767. │   │   └── rules.mk
  2768. │   ├── ipad5c
  2769. │   │   ├── include
  2770. │   │   │   └── target
  2771. │   │   │       ├── adbe_settings.h
  2772. │   │   │       ├── aspnandconfig.h
  2773. │   │   │       ├── boardid.h
  2774. │   │   │       ├── gpiodef.h
  2775. │   │   │       ├── lpdp_settings.h
  2776. │   │   │       ├── powerconfig.h
  2777. │   │   │       └── uartconfig.h
  2778. │   │   ├── init.c
  2779. │   │   ├── pinconfig.c
  2780. │   │   ├── pinconfig_evt2.c
  2781. │   │   ├── pinconfig_evt.c
  2782. │   │   ├── pinconfig_proto2.c
  2783. │   │   ├── pinconfig_proto3.c
  2784. │   │   ├── properties.c
  2785. │   │   └── rules.mk
  2786. │   ├── ipad6b
  2787. │   │   ├── include
  2788. │   │   │   └── target
  2789. │   │   │       ├── adbe_settings.h
  2790. │   │   │       ├── boardid.h
  2791. │   │   │       ├── dcsfixup.h
  2792. │   │   │       ├── display_gamma_tables.h
  2793. │   │   │       ├── gpiodef.h
  2794. │   │   │       ├── lpdp_settings.h
  2795. │   │   │       ├── powerconfig.h
  2796. │   │   │       ├── uartconfig.h
  2797. │   │   │       └── usbconfig.h
  2798. │   │   ├── init.c
  2799. │   │   ├── pinconfig.c
  2800. │   │   ├── pinconfig_proto2.c
  2801. │   │   └── rules.mk
  2802. │   ├── ipad6d
  2803. │   │   ├── include
  2804. │   │   │   └── target
  2805. │   │   │       ├── adbe_settings.h
  2806. │   │   │       ├── boardid.h
  2807. │   │   │       ├── display_gamma_tables.h
  2808. │   │   │       ├── gpiodef.h
  2809. │   │   │       ├── lpdp_settings.h
  2810. │   │   │       ├── powerconfig.h
  2811. │   │   │       ├── uartconfig.h
  2812. │   │   │       └── usbconfig.h
  2813. │   │   ├── init.c
  2814. │   │   ├── pinconfig.c
  2815. │   │   └── rules.mk
  2816. │   ├── iphone5
  2817. │   │   ├── include
  2818. │   │   │   └── target
  2819. │   │   │       ├── gpiodef.h
  2820. │   │   │       ├── nand_spec_tables.h
  2821. │   │   │       ├── pinconfig.h
  2822. │   │   │       ├── powerconfig.h
  2823. │   │   │       ├── radioconfig.h
  2824. │   │   │       └── uartconfig.h
  2825. │   │   ├── init.c
  2826. │   │   ├── pinconfig.c
  2827. │   │   └── rules.mk
  2828. │   ├── iphone5b
  2829. │   │   ├── include
  2830. │   │   │   └── target
  2831. │   │   │       ├── gpiodef.h
  2832. │   │   │       ├── nand_spec_tables.h
  2833. │   │   │       ├── pinconfig.h
  2834. │   │   │       ├── powerconfig.h
  2835. │   │   │       ├── radioconfig.h
  2836. │   │   │       └── uartconfig.h
  2837. │   │   ├── init.c
  2838. │   │   ├── pinconfig.c
  2839. │   │   └── rules.mk
  2840. │   ├── iphone6
  2841. │   │   ├── include
  2842. │   │   │   └── target
  2843. │   │   │       ├── adbe_settings.h
  2844. │   │   │       ├── aspnandconfig.h
  2845. │   │   │       ├── gpiodef.h
  2846. │   │   │       ├── powerconfig.h
  2847. │   │   │       └── uartconfig.h
  2848. │   │   ├── init.c
  2849. │   │   ├── pinconfig.c
  2850. │   │   └── rules.mk
  2851. │   ├── iphone7
  2852. │   │   ├── include
  2853. │   │   │   └── target
  2854. │   │   │       ├── adbe_settings.h
  2855. │   │   │       ├── aspnandconfig.h
  2856. │   │   │       ├── gpiodef.h
  2857. │   │   │       ├── powerconfig.h
  2858. │   │   │       └── uartconfig.h
  2859. │   │   ├── init.c
  2860. │   │   ├── pinconfig.c
  2861. │   │   └── rules.mk
  2862. │   ├── iphone8
  2863. │   │   ├── include
  2864. │   │   │   └── target
  2865. │   │   │       ├── adbe_settings.h
  2866. │   │   │       ├── aspnandconfig.h
  2867. │   │   │       ├── gpiodef.h
  2868. │   │   │       ├── powerconfig.h
  2869. │   │   │       └── uartconfig.h
  2870. │   │   ├── init.c
  2871. │   │   ├── pinconfig.c
  2872. │   │   └── rules.mk
  2873. │   ├── ipod6
  2874. │   │   ├── include
  2875. │   │   │   └── target
  2876. │   │   │       ├── adbe_settings.h
  2877. │   │   │       ├── amcconfig.h
  2878. │   │   │       ├── ampconfig.h
  2879. │   │   │       ├── aspnandconfig.h
  2880. │   │   │       ├── cjay.h
  2881. │   │   │       ├── display_gamma_tables.h
  2882. │   │   │       ├── gpiodef.h
  2883. │   │   │       ├── powerconfig.h
  2884. │   │   │       └── uartconfig.h
  2885. │   │   ├── init.c
  2886. │   │   ├── init_fpga.c
  2887. │   │   ├── init_fpga.h
  2888. │   │   ├── init_product.c
  2889. │   │   ├── init_product.h
  2890. │   │   ├── init_sim.c
  2891. │   │   ├── init_sim.h
  2892. │   │   ├── pinconfig_evt.c
  2893. │   │   ├── pinconfig_fpga.c
  2894. │   │   ├── pinconfig_product.c
  2895. │   │   ├── pinconfig_proto2a.c
  2896. │   │   ├── pinconfig_proto2b.c
  2897. │   │   ├── pinconfig_sim.c
  2898. │   │   ├── properties.c
  2899. │   │   ├── rules.mk
  2900. │   │   └── target_prepare_dali.c
  2901. │   ├── j105
  2902. │   │   ├── include
  2903. │   │   │   └── target
  2904. │   │   │       ├── adbe_settings.h
  2905. │   │   │       ├── aspnandconfig.h
  2906. │   │   │       ├── gpiodef.h
  2907. │   │   │       ├── powerconfig.h
  2908. │   │   │       └── uartconfig.h
  2909. │   │   ├── init.c
  2910. │   │   ├── pinconfig.c
  2911. │   │   ├── properties.c
  2912. │   │   └── rules.mk
  2913. │   ├── j33
  2914. │   │   ├── include
  2915. │   │   │   └── target
  2916. │   │   │       ├── amcconfig.h
  2917. │   │   │       ├── amgconfig.h
  2918. │   │   │       ├── gpiodef.h
  2919. │   │   │       ├── nand_spec_tables.h
  2920. │   │   │       ├── powerconfig.h
  2921. │   │   │       └── uartconfig.h
  2922. │   │   ├── init.c
  2923. │   │   ├── pinconfig.c
  2924. │   │   └── rules.mk
  2925. │   ├── j33i
  2926. │   │   ├── include
  2927. │   │   │   └── target
  2928. │   │   │       ├── gpiodef.h
  2929. │   │   │       ├── nand_spec_tables.h
  2930. │   │   │       ├── powerconfig.h
  2931. │   │   │       └── uartconfig.h
  2932. │   │   ├── init.c
  2933. │   │   ├── pinconfig.c
  2934. │   │   └── rules.mk
  2935. │   ├── j34
  2936. │   │   ├── include
  2937. │   │   │   └── target
  2938. │   │   │       ├── adbe_settings.h
  2939. │   │   │       ├── amcconfig.h
  2940. │   │   │       ├── aspnandconfig.h
  2941. │   │   │       ├── gpiodef.h
  2942. │   │   │       ├── powerconfig.h
  2943. │   │   │       ├── uartconfig.h
  2944. │   │   │       └── usbconfig.h
  2945. │   │   ├── init.c
  2946. │   │   ├── pinconfig.c
  2947. │   │   ├── properties.c
  2948. │   │   └── rules.mk
  2949. │   ├── j34m
  2950. │   │   ├── include
  2951. │   │   │   └── target
  2952. │   │   │       ├── adbe_settings.h
  2953. │   │   │       ├── amcconfig.h
  2954. │   │   │       ├── aspnandconfig.h
  2955. │   │   │       ├── gpiodef.h
  2956. │   │   │       ├── powerconfig.h
  2957. │   │   │       ├── uartconfig.h
  2958. │   │   │       └── usbconfig.h
  2959. │   │   ├── init.c
  2960. │   │   ├── pinconfig.c
  2961. │   │   ├── properties.c
  2962. │   │   └── rules.mk
  2963. │   ├── j42
  2964. │   │   ├── include
  2965. │   │   │   └── target
  2966. │   │   │       ├── adbe_settings.h
  2967. │   │   │       ├── amcconfig.h
  2968. │   │   │       ├── aspnandconfig.h
  2969. │   │   │       ├── gpiodef.h
  2970. │   │   │       ├── powerconfig.h
  2971. │   │   │       └── uartconfig.h
  2972. │   │   ├── init.c
  2973. │   │   ├── pinconfig.c
  2974. │   │   ├── properties.c
  2975. │   │   └── rules.mk
  2976. │   ├── k93a
  2977. │   │   ├── include
  2978. │   │   │   └── target
  2979. │   │   │       ├── display_gamma_tables.h
  2980. │   │   │       ├── gpiodef.h
  2981. │   │   │       ├── nand_spec_tables.h
  2982. │   │   │       ├── pinconfig.h
  2983. │   │   │       ├── powerconfig.h
  2984. │   │   │       └── uartconfig.h
  2985. │   │   ├── init.c
  2986. │   │   ├── pinconfig.c
  2987. │   │   ├── properties.c
  2988. │   │   └── rules.mk
  2989. │   ├── m7ref
  2990. │   │   ├── include
  2991. │   │   │   └── target
  2992. │   │   │       ├── aspnandconfig.h
  2993. │   │   │       ├── gpiodef.h
  2994. │   │   │       ├── powerconfig.h
  2995. │   │   │       └── uartconfig.h
  2996. │   │   ├── init.c
  2997. │   │   ├── pinconfig.c
  2998. │   │   └── rules.mk
  2999. │   ├── mauiref
  3000. │   │   ├── include
  3001. │   │   │   └── target
  3002. │   │   │       ├── adbe_settings.h
  3003. │   │   │       ├── aspnandconfig.h
  3004. │   │   │       ├── display_gamma_tables.h
  3005. │   │   │       ├── gpiodef.h
  3006. │   │   │       ├── powerconfig.h
  3007. │   │   │       └── uartconfig.h
  3008. │   │   ├── init.c
  3009. │   │   ├── pinconfig.c
  3010. │   │   └── rules.mk
  3011. │   ├── n102
  3012. │   │   ├── include
  3013. │   │   │   └── target
  3014. │   │   │       ├── adbe_settings.h
  3015. │   │   │       ├── aspnandconfig.h
  3016. │   │   │       ├── gpiodef.h
  3017. │   │   │       ├── powerconfig.h
  3018. │   │   │       └── uartconfig.h
  3019. │   │   ├── init.c
  3020. │   │   ├── pinconfig.c
  3021. │   │   └── rules.mk
  3022. │   ├── n59
  3023. │   │   ├── include
  3024. │   │   │   └── target
  3025. │   │   │       ├── adbe_settings.h
  3026. │   │   │       ├── aspnandconfig.h
  3027. │   │   │       ├── gpiodef.h
  3028. │   │   │       ├── powerconfig.h
  3029. │   │   │       └── uartconfig.h
  3030. │   │   ├── init.c
  3031. │   │   ├── pinconfig.c
  3032. │   │   └── rules.mk
  3033. │   ├── n69
  3034. │   │   ├── include
  3035. │   │   │   └── target
  3036. │   │   │       ├── adbe_settings.h
  3037. │   │   │       ├── aspnandconfig.h
  3038. │   │   │       ├── gpiodef.h
  3039. │   │   │       ├── powerconfig.h
  3040. │   │   │       └── uartconfig.h
  3041. │   │   ├── init.c
  3042. │   │   ├── pinconfig.c
  3043. │   │   └── rules.mk
  3044. │   ├── n78
  3045. │   │   ├── include
  3046. │   │   │   └── target
  3047. │   │   │       ├── gpiodef.h
  3048. │   │   │       ├── nand_spec_tables.h
  3049. │   │   │       ├── pinconfig.h
  3050. │   │   │       ├── powerconfig.h
  3051. │   │   │       ├── uartconfig.h
  3052. │   │   │       └── usbconfig.h
  3053. │   │   ├── init.c
  3054. │   │   ├── pinconfig.c
  3055. │   │   └── rules.mk
  3056. │   ├── n94
  3057. │   │   ├── include
  3058. │   │   │   └── target
  3059. │   │   │       ├── gpiodef.h
  3060. │   │   │       ├── nand_spec_tables.h
  3061. │   │   │       ├── powerconfig.h
  3062. │   │   │       ├── radioconfig.h
  3063. │   │   │       └── uartconfig.h
  3064. │   │   ├── init.c
  3065. │   │   ├── pinconfig.c
  3066. │   │   └── rules.mk
  3067. │   ├── s8000fpga
  3068. │   │   ├── include
  3069. │   │   │   └── target
  3070. │   │   │       ├── adbe_settings.h
  3071. │   │   │       ├── aspnandconfig.h
  3072. │   │   │       ├── dcsfixup.h
  3073. │   │   │       ├── dcsfixup_s8000.h
  3074. │   │   │       ├── dcsfixup_s8001.h
  3075. │   │   │       ├── dcsfixup_s8003.h
  3076. │   │   │       ├── gpiodef.h
  3077. │   │   │       └── uartconfig.h
  3078. │   │   ├── init.c
  3079. │   │   ├── pinconfig_s8000fpga.c
  3080. │   │   ├── pinconfig_s8001fpga.c
  3081. │   │   └── rules.mk
  3082. │   ├── s8000sim
  3083. │   │   ├── include
  3084. │   │   │   └── target
  3085. │   │   │       ├── adbe_settings.h
  3086. │   │   │       ├── aspnandconfig.h
  3087. │   │   │       ├── gpiodef.h
  3088. │   │   │       ├── nand_spec_tables.h
  3089. │   │   │       ├── powerconfig.h
  3090. │   │   │       └── uartconfig.h
  3091. │   │   ├── init.c
  3092. │   │   ├── pinconfig_s8000sim.c
  3093. │   │   ├── pinconfig_s8001sim.c
  3094. │   │   └── rules.mk
  3095. │   ├── t7000fpga
  3096. │   │   ├── include
  3097. │   │   │   └── target
  3098. │   │   │       ├── adbe_settings.h
  3099. │   │   │       ├── amcconfig.h
  3100. │   │   │       ├── amcconfig_t7000.h
  3101. │   │   │       ├── amcconfig_t7001.h
  3102. │   │   │       ├── ampconfig.h
  3103. │   │   │       ├── aspnandconfig.h
  3104. │   │   │       ├── gpiodef.h
  3105. │   │   │       ├── pinconfig.h
  3106. │   │   │       └── uartconfig.h
  3107. │   │   ├── init.c
  3108. │   │   ├── pinconfig_t7000fpga.c
  3109. │   │   ├── pinconfig_t7001fpga.c
  3110. │   │   └── rules.mk
  3111. │   ├── t8010fpga
  3112. │   │   ├── include
  3113. │   │   │   └── target
  3114. │   │   │       ├── adbe_settings.h
  3115. │   │   │       ├── dcsfixup.h
  3116. │   │   │       ├── dcsfixup_t8010.h
  3117. │   │   │       ├── gpiodef.h
  3118. │   │   │       └── uartconfig.h
  3119. │   │   ├── init.c
  3120. │   │   ├── pinconfig_t8010fpga.c
  3121. │   │   └── rules.mk
  3122. │   ├── t8010sim
  3123. │   │   ├── include
  3124. │   │   │   └── target
  3125. │   │   │       ├── gpiodef.h
  3126. │   │   │       ├── nand_spec_tables.h
  3127. │   │   │       ├── powerconfig.h
  3128. │   │   │       └── uartconfig.h
  3129. │   │   ├── init.c
  3130. │   │   ├── pinconfig_t8010sim.c
  3131. │   │   └── rules.mk
  3132. │   ├── typhonic
  3133. │   │   ├── include
  3134. │   │   │   └── target
  3135. │   │   │       ├── adbe_settings.h
  3136. │   │   │       ├── amcconfig.h
  3137. │   │   │       ├── amcconfig_t7000.h
  3138. │   │   │       ├── amcconfig_t7001.h
  3139. │   │   │       ├── ampconfig.h
  3140. │   │   │       ├── aspnandconfig.h
  3141. │   │   │       ├── gpiodef.h
  3142. │   │   │       ├── nand_spec_tables.h
  3143. │   │   │       ├── pinconfig.h
  3144. │   │   │       ├── powerconfig.h
  3145. │   │   │       └── uartconfig.h
  3146. │   │   ├── init.c
  3147. │   │   ├── pinconfig_t7001padsim.c
  3148. │   │   ├── pinconfig_typhonic.c
  3149. │   │   └── rules.mk
  3150. │   └── watch2
  3151. │       ├── include
  3152. │       │   └── target
  3153. │       │       ├── adbe_settings.h
  3154. │       │       ├── aspnandconfig.h
  3155. │       │       ├── dcsfixup.h
  3156. │       │       ├── gpiodef.h
  3157. │       │       ├── pinconfig.h
  3158. │       │       ├── pinconfig_product.h
  3159. │       │       ├── powerconfig.h
  3160. │       │       └── uartconfig.h
  3161. │       ├── init.c
  3162. │       ├── init_fpga.c
  3163. │       ├── init_fpga.h
  3164. │       ├── init_product.c
  3165. │       ├── init_product.h
  3166. │       ├── init_sim.c
  3167. │       ├── init_sim.h
  3168. │       ├── pinconfig_evt.c
  3169. │       ├── pinconfig_fpga.c
  3170. │       ├── pinconfig_product.c
  3171. │       ├── pinconfig_proto2a.c
  3172. │       ├── pinconfig_proto2b.c
  3173. │       ├── pinconfig_sim.c
  3174. │       ├── rules.mk
  3175. │       └── target_prepare_dali.c
  3176. ├── tests
  3177. │   ├── fuzz-main.c
  3178. │   ├── include
  3179. │   │   ├── linux-support.h
  3180. │   │   ├── mock_syscfg.h
  3181. │   │   ├── non-posix.h
  3182. │   │   └── unittest.h
  3183. │   ├── mocks
  3184. │   │   ├── blockdev.c
  3185. │   │   ├── sys
  3186. │   │   │   ├── lock.c
  3187. │   │   │   └── security.c
  3188. │   │   └── syscfg.c
  3189. │   ├── non-posix.c
  3190. │   ├── unittest-main.c
  3191. │   └── unittest-tests.mk
  3192. └── tools
  3193.     ├── analyzer-report.py
  3194.     ├── analyzer-suppress.txt
  3195.     ├── bhc.c
  3196.     ├── BootX2Bin.cpp
  3197.     ├── Buffer.cpp
  3198.     ├── Buffer.h
  3199.     ├── check_liblist.py
  3200.     ├── check_product_size
  3201.     ├── code_sizer
  3202.     ├── config_debug.tcl
  3203.     ├── config_seq.py
  3204.     ├── csvtopinconfig.py
  3205.     ├── DeviceTreePatcher.cpp
  3206.     ├── DeviceTreePatcher.h
  3207.     ├── gcovr
  3208.     ├── generate_debug_hashes.py
  3209.     ├── igmacros
  3210.     ├── iop_stitcher.c
  3211.     ├── Kernelcache.cpp
  3212.     ├── Kernelcache.h
  3213.     ├── lldb_init_iboot.py
  3214.     ├── lldb_os_iboot.py
  3215.     ├── LoadMachO.cpp
  3216.     ├── LoadMachO.h
  3217.     ├── Macho2Bin.c
  3218.     ├── macho_post_process.py
  3219.     ├── macho.py
  3220.     ├── Makefile
  3221.     ├── missing-symbol-finder
  3222.     ├── ofile_cstring_sizes
  3223.     ├── oldskool_csvtopinconfig.py
  3224.     ├── parse_release_log.py
  3225.     ├── pctrace-decoder
  3226.     ├── pickfiles.sh
  3227.     ├── ppnfw_asn1.rb
  3228.     ├── rom-release
  3229.     ├── scrub-SecureROM.sh
  3230.     └── symbolicate-panic
  3231.  
  3232. 617 directories, 2612 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement