Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. ############################################################################################################
  2. #
  3. # General Setting
  4. #
  5. ############################################################################################################
  6. - general: MTK_PLATFORM_CFG
  7. info:
  8. - config_version: V1.1.1
  9. platform: MT6582
  10. project: hct82_cwet_kk
  11. storage: EMMC
  12. boot_channel: MSDC_0
  13. block_size: 0x20000
  14. ############################################################################################################
  15. #
  16. # Layout Setting
  17. #
  18. ############################################################################################################
  19. - partition_index: SYS0
  20. partition_name: PRELOADER
  21. file_name: preloader_hct82_cwet_kk.bin
  22. is_download: true
  23. type: SV5_BL_BIN
  24. linear_start_addr: 0x0
  25. physical_start_addr: 0x0
  26. partition_size: 0xc00000
  27. region: EMMC_BOOT_1
  28. storage: HW_STORAGE_EMMC
  29. boundary_check: true
  30. is_reserved: false
  31. operation_type: BOOTLOADERS
  32. reserve: 0x00
  33.  
  34. - partition_index: SYS1
  35. partition_name: MBR
  36. file_name: MBR
  37. is_download: true
  38. type: NORMAL_ROM
  39. linear_start_addr: 0xc00000
  40. physical_start_addr: 0x0
  41. partition_size: 0x80000
  42. region: EMMC_USER
  43. storage: HW_STORAGE_EMMC
  44. boundary_check: true
  45. is_reserved: false
  46. operation_type: UPDATE
  47. reserve: 0x00
  48.  
  49. - partition_index: SYS2
  50. partition_name: EBR1
  51. file_name: EBR1
  52. is_download: true
  53. type: NORMAL_ROM
  54. linear_start_addr: 0xc80000
  55. physical_start_addr: 0x80000
  56. partition_size: 0x80000
  57. region: EMMC_USER
  58. storage: HW_STORAGE_EMMC
  59. boundary_check: true
  60. is_reserved: false
  61. operation_type: UPDATE
  62. reserve: 0x00
  63.  
  64. - partition_index: SYS3
  65. partition_name: PRO_INFO
  66. file_name: NONE
  67. is_download: false
  68. type: NONE
  69. linear_start_addr: 0xd00000
  70. physical_start_addr: 0x100000
  71. partition_size: 0x300000
  72. region: EMMC_USER
  73. storage: HW_STORAGE_EMMC
  74. boundary_check: true
  75. is_reserved: false
  76. operation_type: PROTECTED
  77. reserve: 0x00
  78.  
  79. - partition_index: SYS4
  80. partition_name: NVRAM
  81. file_name: NONE
  82. is_download: false
  83. type: NONE
  84. linear_start_addr: 0x1000000
  85. physical_start_addr: 0x400000
  86. partition_size: 0x500000
  87. region: EMMC_USER
  88. storage: HW_STORAGE_EMMC
  89. boundary_check: true
  90. is_reserved: false
  91. operation_type: BINREGION
  92. reserve: 0x00
  93.  
  94. - partition_index: SYS5
  95. partition_name: PROTECT_F
  96. file_name: NONE
  97. is_download: false
  98. type: NONE
  99. linear_start_addr: 0x1500000
  100. physical_start_addr: 0x900000
  101. partition_size: 0xa00000
  102. region: EMMC_USER
  103. storage: HW_STORAGE_EMMC
  104. boundary_check: true
  105. is_reserved: false
  106. operation_type: PROTECTED
  107. reserve: 0x00
  108.  
  109. - partition_index: SYS6
  110. partition_name: PROTECT_S
  111. file_name: NONE
  112. is_download: false
  113. type: NONE
  114. linear_start_addr: 0x1f00000
  115. physical_start_addr: 0x1300000
  116. partition_size: 0xa00000
  117. region: EMMC_USER
  118. storage: HW_STORAGE_EMMC
  119. boundary_check: true
  120. is_reserved: false
  121. operation_type: PROTECTED
  122. reserve: 0x00
  123.  
  124. - partition_index: SYS7
  125. partition_name: SECCFG
  126. file_name: NONE
  127. is_download: false
  128. type: NONE
  129. linear_start_addr: 0x2900000
  130. physical_start_addr: 0x1d00000
  131. partition_size: 0x20000
  132. region: EMMC_USER
  133. storage: HW_STORAGE_EMMC
  134. boundary_check: true
  135. is_reserved: false
  136. operation_type: INVISIBLE
  137. reserve: 0x00
  138.  
  139. - partition_index: SYS8
  140. partition_name: UBOOT
  141. file_name: lk.bin
  142. is_download: true
  143. type: NORMAL_ROM
  144. linear_start_addr: 0x2920000
  145. physical_start_addr: 0x1d20000
  146. partition_size: 0x60000
  147. region: EMMC_USER
  148. storage: HW_STORAGE_EMMC
  149. boundary_check: true
  150. is_reserved: false
  151. operation_type: UPDATE
  152. reserve: 0x00
  153.  
  154. - partition_index: SYS9
  155. partition_name: BOOTIMG
  156. file_name: boot.img
  157. is_download: true
  158. type: NORMAL_ROM
  159. linear_start_addr: 0x2980000
  160. physical_start_addr: 0x1d80000
  161. partition_size: 0x1000000
  162. region: EMMC_USER
  163. storage: HW_STORAGE_EMMC
  164. boundary_check: true
  165. is_reserved: false
  166. operation_type: UPDATE
  167. reserve: 0x00
  168.  
  169. - partition_index: SYS10
  170. partition_name: RECOVERY
  171. file_name: recovery.img
  172. is_download: true
  173. type: NORMAL_ROM
  174. linear_start_addr: 0x3980000
  175. physical_start_addr: 0x2d80000
  176. partition_size: 0x1000000
  177. region: EMMC_USER
  178. storage: HW_STORAGE_EMMC
  179. boundary_check: true
  180. is_reserved: false
  181. operation_type: UPDATE
  182. reserve: 0x00
  183.  
  184. - partition_index: SYS11
  185. partition_name: SEC_RO
  186. file_name: secro.img
  187. is_download: true
  188. type: YAFFS_IMG
  189. linear_start_addr: 0x4980000
  190. physical_start_addr: 0x3d80000
  191. partition_size: 0x600000
  192. region: EMMC_USER
  193. storage: HW_STORAGE_EMMC
  194. boundary_check: true
  195. is_reserved: false
  196. operation_type: UPDATE
  197. reserve: 0x00
  198.  
  199. - partition_index: SYS12
  200. partition_name: MISC
  201. file_name: NONE
  202. is_download: false
  203. type: NONE
  204. linear_start_addr: 0x4f80000
  205. physical_start_addr: 0x4380000
  206. partition_size: 0x80000
  207. region: EMMC_USER
  208. storage: HW_STORAGE_EMMC
  209. boundary_check: true
  210. is_reserved: false
  211. operation_type: INVISIBLE
  212. reserve: 0x00
  213.  
  214. - partition_index: SYS13
  215. partition_name: LOGO
  216. file_name: logo.bin
  217. is_download: true
  218. type: NORMAL_ROM
  219. linear_start_addr: 0x5000000
  220. physical_start_addr: 0x4400000
  221. partition_size: 0x300000
  222. region: EMMC_USER
  223. storage: HW_STORAGE_EMMC
  224. boundary_check: true
  225. is_reserved: false
  226. operation_type: UPDATE
  227. reserve: 0x00
  228.  
  229. - partition_index: SYS14
  230. partition_name: EBR2
  231. file_name: EBR2
  232. is_download: true
  233. type: NORMAL_ROM
  234. linear_start_addr: 0x5300000
  235. physical_start_addr: 0x4700000
  236. partition_size: 0x80000
  237. region: EMMC_USER
  238. storage: HW_STORAGE_EMMC
  239. boundary_check: true
  240. is_reserved: false
  241. operation_type: UPDATE
  242. reserve: 0x00
  243.  
  244. - partition_index: SYS15
  245. partition_name: EXPDB
  246. file_name: NONE
  247. is_download: false
  248. type: NONE
  249. linear_start_addr: 0x5380000
  250. physical_start_addr: 0x4780000
  251. partition_size: 0xa00000
  252. region: EMMC_USER
  253. storage: HW_STORAGE_EMMC
  254. boundary_check: true
  255. is_reserved: false
  256. operation_type: INVISIBLE
  257. reserve: 0x00
  258.  
  259. - partition_index: SYS16
  260. partition_name: ANDROID
  261. file_name: system.img
  262. is_download: true
  263. type: YAFFS_IMG
  264. linear_start_addr: 0x5d80000
  265. physical_start_addr: 0x5180000
  266. partition_size: 0x38400000
  267. region: EMMC_USER
  268. storage: HW_STORAGE_EMMC
  269. boundary_check: true
  270. is_reserved: false
  271. operation_type: UPDATE
  272. reserve: 0x00
  273.  
  274. - partition_index: SYS17
  275. partition_name: CACHE
  276. file_name: cache.img
  277. is_download: true
  278. type: YAFFS_IMG
  279. linear_start_addr: 0x3e180000
  280. physical_start_addr: 0x3d580000
  281. partition_size: 0x7e00000
  282. region: EMMC_USER
  283. storage: HW_STORAGE_EMMC
  284. boundary_check: true
  285. is_reserved: false
  286. operation_type: UPDATE
  287. reserve: 0x00
  288.  
  289. - partition_index: SYS18
  290. partition_name: USRDATA
  291. file_name: userdata.img
  292. is_download: true
  293. type: YAFFS_IMG
  294. linear_start_addr: 0x45f80000
  295. physical_start_addr: 0x45380000
  296. partition_size: 0x5dc00000
  297. region: EMMC_USER
  298. storage: HW_STORAGE_EMMC
  299. boundary_check: true
  300. is_reserved: false
  301. operation_type: UPDATE
  302. reserve: 0x00
  303.  
  304. - partition_index: SYS19
  305. partition_name: FAT
  306. file_name: NONE
  307. is_download: false
  308. type: NONE
  309. linear_start_addr: 0xa3b80000
  310. physical_start_addr: 0xa2f80000
  311. partition_size: 0x0
  312. region: EMMC_USER
  313. storage: HW_STORAGE_EMMC
  314. boundary_check: true
  315. is_reserved: false
  316. operation_type: INVISIBLE
  317. reserve: 0x00
  318.  
  319. - partition_index: SYS20
  320. partition_name: BMTPOOL
  321. file_name: NONE
  322. is_download: false
  323. type: NONE
  324. linear_start_addr: 0xFFFF00a8
  325. physical_start_addr: 0xffff00a8
  326. partition_size: 0x1500000
  327. region: EMMC_USER
  328. storage: HW_STORAGE_EMMC
  329. boundary_check: false
  330. is_reserved: true
  331. operation_type: RESERVED
  332. reserve: 0x00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement