fw_header.c 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. #include "fw_header.h"
  2. __attribute__((section(".fw_header"))) struct bootheader_t fw_header = {
  3. .magiccode = 0x504e4642,
  4. .rivison = 0x00000001,
  5. /*flash config */
  6. .flash_cfg.magiccode = 0x47464346,
  7. .flash_cfg.cfg.ioMode = 0x11, /*!< Serail flash interface mode,bit0-3:IF mode,bit4:unwrap */
  8. #if defined (BSP_USING_BL61X_MODULE_DEFAULT)
  9. .flash_cfg.cfg.cReadSupport = 0x00, /*!< Support continuous read mode,bit0:continuous read mode support,bit1:read mode cfg */
  10. #elif defined (BSP_USING_BL61X_MODULE_M0P)
  11. .flash_cfg.cfg.cReadSupport = 0x01, /*!< Support continuous read mode,bit0:continuous read mode support,bit1:read mode cfg */
  12. #endif
  13. .flash_cfg.cfg.clkDelay = 0x01, /*!< SPI clock delay,bit0-3:delay,bit4-6:pad delay */
  14. .flash_cfg.cfg.clkInvert = 0x01, /*!< SPI clock phase invert,bit0:clck invert,bit1:rx invert,bit2-4:pad delay,bit5-7:pad delay */
  15. .flash_cfg.cfg.resetEnCmd = 0x66, /*!< Flash enable reset command */
  16. .flash_cfg.cfg.resetCmd = 0x99, /*!< Flash reset command */
  17. .flash_cfg.cfg.resetCreadCmd = 0xff, /*!< Flash reset continuous read command */
  18. .flash_cfg.cfg.resetCreadCmdSize = 0x03, /*!< Flash reset continuous read command size */
  19. .flash_cfg.cfg.jedecIdCmd = 0x9f, /*!< JEDEC ID command */
  20. .flash_cfg.cfg.jedecIdCmdDmyClk = 0x00, /*!< JEDEC ID command dummy clock */
  21. .flash_cfg.cfg.enter32BitsAddrCmd = 0xb7, /*!< Enter 32-bits addr command */
  22. .flash_cfg.cfg.exit32BitsAddrCmd = 0xe9, /*!< Exit 32-bits addr command */
  23. .flash_cfg.cfg.sectorSize = 0x04, /*!< *1024bytes */
  24. .flash_cfg.cfg.mid = 0x00, /*!< Manufacturer ID */
  25. .flash_cfg.cfg.pageSize = 0x100, /*!< Page size */
  26. .flash_cfg.cfg.chipEraseCmd = 0xc7, /*!< Chip erase cmd */
  27. .flash_cfg.cfg.sectorEraseCmd = 0x20, /*!< Sector erase command */
  28. .flash_cfg.cfg.blk32EraseCmd = 0x52, /*!< Block 32K erase command,some Micron not support */
  29. .flash_cfg.cfg.blk64EraseCmd = 0xd8, /*!< Block 64K erase command */
  30. .flash_cfg.cfg.writeEnableCmd = 0x06, /*!< Need before every erase or program */
  31. .flash_cfg.cfg.pageProgramCmd = 0x02, /*!< Page program cmd */
  32. .flash_cfg.cfg.qpageProgramCmd = 0x32, /*!< QIO page program cmd */
  33. .flash_cfg.cfg.qppAddrMode = 0x00, /*!< QIO page program address mode */
  34. .flash_cfg.cfg.fastReadCmd = 0x0b, /*!< Fast read command */
  35. .flash_cfg.cfg.frDmyClk = 0x01, /*!< Fast read command dummy clock */
  36. .flash_cfg.cfg.qpiFastReadCmd = 0x0b, /*!< QPI fast read command */
  37. .flash_cfg.cfg.qpiFrDmyClk = 0x01, /*!< QPI fast read command dummy clock */
  38. .flash_cfg.cfg.fastReadDoCmd = 0x3b, /*!< Fast read dual output command */
  39. .flash_cfg.cfg.frDoDmyClk = 0x01, /*!< Fast read dual output command dummy clock */
  40. .flash_cfg.cfg.fastReadDioCmd = 0xbb, /*!< Fast read dual io comamnd */
  41. .flash_cfg.cfg.frDioDmyClk = 0x00, /*!< Fast read dual io command dummy clock */
  42. .flash_cfg.cfg.fastReadQoCmd = 0x6b, /*!< Fast read quad output comamnd */
  43. .flash_cfg.cfg.frQoDmyClk = 0x01, /*!< Fast read quad output comamnd dummy clock */
  44. .flash_cfg.cfg.fastReadQioCmd = 0xeb, /*!< Fast read quad io comamnd */
  45. .flash_cfg.cfg.frQioDmyClk = 0x02, /*!< Fast read quad io comamnd dummy clock */
  46. .flash_cfg.cfg.qpiFastReadQioCmd = 0xeb, /*!< QPI fast read quad io comamnd */
  47. .flash_cfg.cfg.qpiFrQioDmyClk = 0x02, /*!< QPI fast read QIO dummy clock */
  48. .flash_cfg.cfg.qpiPageProgramCmd = 0x02, /*!< QPI program command */
  49. .flash_cfg.cfg.writeVregEnableCmd = 0x50, /*!< Enable write reg */
  50. .flash_cfg.cfg.wrEnableIndex = 0x00, /*!< Write enable register index */
  51. .flash_cfg.cfg.qeIndex = 0x01, /*!< Quad mode enable register index */
  52. .flash_cfg.cfg.busyIndex = 0x00, /*!< Busy status register index */
  53. .flash_cfg.cfg.wrEnableBit = 0x01, /*!< Write enable bit pos */
  54. .flash_cfg.cfg.qeBit = 0x01, /*!< Quad enable bit pos */
  55. .flash_cfg.cfg.busyBit = 0x00, /*!< Busy status bit pos */
  56. .flash_cfg.cfg.wrEnableWriteRegLen = 0x02, /*!< Register length of write enable */
  57. .flash_cfg.cfg.wrEnableReadRegLen = 0x01, /*!< Register length of write enable status */
  58. .flash_cfg.cfg.qeWriteRegLen = 0x02, /*!< Register length of contain quad enable */
  59. .flash_cfg.cfg.qeReadRegLen = 0x01, /*!< Register length of contain quad enable status */
  60. .flash_cfg.cfg.releasePowerDown = 0xab, /*!< Release power down command */
  61. .flash_cfg.cfg.busyReadRegLen = 0x01, /*!< Register length of contain busy status */
  62. .flash_cfg.cfg.readRegCmd[0] = 0x05, /*!< Read register command buffer */
  63. .flash_cfg.cfg.readRegCmd[1] = 0x35, /*!< Read register command buffer */
  64. .flash_cfg.cfg.readRegCmd[2] = 0x00, /*!< Read register command buffer */
  65. .flash_cfg.cfg.readRegCmd[3] = 0x00, /*!< Read register command buffer */
  66. .flash_cfg.cfg.writeRegCmd[0] = 0x01, /*!< Write register command buffer */
  67. .flash_cfg.cfg.writeRegCmd[1] = 0x01, /*!< Write register command buffer */
  68. .flash_cfg.cfg.writeRegCmd[2] = 0x00, /*!< Write register command buffer */
  69. .flash_cfg.cfg.writeRegCmd[3] = 0x00, /*!< Write register command buffer */
  70. .flash_cfg.cfg.enterQpi = 0x38, /*!< Enter qpi command */
  71. .flash_cfg.cfg.exitQpi = 0xff, /*!< Exit qpi command */
  72. .flash_cfg.cfg.cReadMode = 0x20, /*!< Config data for continuous read mode */
  73. .flash_cfg.cfg.cRExit = 0xf0, /*!< Config data for exit continuous read mode */
  74. .flash_cfg.cfg.burstWrapCmd = 0x77, /*!< Enable burst wrap command */
  75. .flash_cfg.cfg.burstWrapCmdDmyClk = 0x03, /*!< Enable burst wrap command dummy clock */
  76. .flash_cfg.cfg.burstWrapDataMode = 0x02, /*!< Data and address mode for this command */
  77. .flash_cfg.cfg.burstWrapData = 0x40, /*!< Data to enable burst wrap */
  78. .flash_cfg.cfg.deBurstWrapCmd = 0x77, /*!< Disable burst wrap command */
  79. .flash_cfg.cfg.deBurstWrapCmdDmyClk = 0x03, /*!< Disable burst wrap command dummy clock */
  80. .flash_cfg.cfg.deBurstWrapDataMode = 0x02, /*!< Data and address mode for this command */
  81. .flash_cfg.cfg.deBurstWrapData = 0xf0, /*!< Data to disable burst wrap */
  82. .flash_cfg.cfg.timeEsector = 300, /*!< 4K erase time */
  83. .flash_cfg.cfg.timeE32k = 1200, /*!< 32K erase time */
  84. .flash_cfg.cfg.timeE64k = 1200, /*!< 64K erase time */
  85. .flash_cfg.cfg.timePagePgm = 50, /*!< Page program time */
  86. .flash_cfg.cfg.timeCe = 30000, /*!< Chip erase time in ms */
  87. .flash_cfg.cfg.pdDelay = 20, /*!< Release power down command delay time for wake up */
  88. .flash_cfg.cfg.qeData = 0, /*!< QE set data */
  89. .flash_cfg.crc32 = 0xdeadbeef,
  90. /* clock cfg */
  91. .clk_cfg.magiccode = 0x47464350,
  92. .clk_cfg.cfg.xtal_type = 0x07, /*!< 0:None,1:24M,2:32M,3:38.4M,4:40M,5:26M,6:RC32M */
  93. .clk_cfg.cfg.mcu_clk = 0x05, /*!< mcu_clk 0:RC32M;1:XTAL;2:aupll_div2;3:aupll_div1;4:wifipll_240M;5:wifipll_320M */
  94. .clk_cfg.cfg.mcu_clk_div = 0x00, /*!< mcu_clk divider */
  95. .clk_cfg.cfg.mcu_bclk_div = 0x00, /*!< mcu_bclk divider */
  96. .clk_cfg.cfg.mcu_pbclk_div = 0x03, /*!< mcu_pclk divider */
  97. .clk_cfg.cfg.emi_clk = 0x02, /*!< 0:mcu pbclk,1:cpupll 200M,2:wifipll 320M,3:cpupll 400M */
  98. .clk_cfg.cfg.emi_clk_div = 0x01, /*!< emi clock divider */
  99. .clk_cfg.cfg.flash_clk_type = 0x01, /*!< 0:wifipll_120M;1:xtal;2:aupll_div5;3:muxpll_80M;4:bclk;5:wifipll_96M */
  100. .clk_cfg.cfg.flash_clk_div = 0x00,
  101. .clk_cfg.cfg.wifipll_pu = 0x01,
  102. .clk_cfg.cfg.aupll_pu = 0x00,
  103. .clk_cfg.crc32 = 0xdeadbeef,
  104. /* basic cfg */
  105. .basic_cfg.sign_type = 0x0, /* [1: 0] for sign */
  106. .basic_cfg.encrypt_type = 0x0, /* [3: 2] for encrypt */
  107. .basic_cfg.key_sel = 0x0, /* [5: 4] key slot */
  108. .basic_cfg.xts_mode = 0x0, /* [6] for xts mode */
  109. .basic_cfg.aes_region_lock = 0x0, /* [7] rsvd */
  110. .basic_cfg.no_segment = 0x1, /* [8] no segment info */
  111. .basic_cfg.rsvd_0 = 0x0, /* [9] boot2 enable(rsvd_0) */
  112. .basic_cfg.rsvd_1 = 0x0, /* [10] boot2 rollback(rsvd_1) */
  113. .basic_cfg.cpu_master_id = 0x0, /* [14: 11] master id */
  114. .basic_cfg.notload_in_bootrom = 0x0, /* [15] notload in bootrom */
  115. .basic_cfg.crc_ignore = 0x1, /* [16] ignore crc */
  116. .basic_cfg.hash_ignore = 0x1, /* [17] hash ignore */
  117. .basic_cfg.power_on_mm = 0x1, /* [18] power on mm */
  118. .basic_cfg.em_sel = 0x1, /* [21: 19] em_sel */
  119. .basic_cfg.cmds_en = 0x1, /* [22] command spliter enable */
  120. #if 0
  121. # 0 : cmds bypass wrap commands to macro, original mode;
  122. # 1 : cmds handle wrap commands, original mode;
  123. # 2 : cmds bypass wrap commands to macro, cmds force wrap16 * 4 splitted into two wrap8 * 4;
  124. # 3 : cmds handle wrap commands, cmds force wrap16 * 4 splitted into two wrap8 * 4
  125. #endif
  126. .basic_cfg.cmds_wrap_mode = 0x1, /* [24: 23] cmds wrap mode */
  127. #if 0
  128. # 0 : SF_CTRL_WRAP_LEN_8, 1 : SF_CTRL_WRAP_LEN_16, 2 : SF_CTRL_WRAP_LEN_32,
  129. # 3 : SF_CTRL_WRAP_LEN_64, 9 : SF_CTRL_WRAP_LEN_4096
  130. #endif
  131. .basic_cfg.cmds_wrap_len = 0x9, /* [28: 25] cmds wrap len */
  132. .basic_cfg.icache_invalid = 0x1, /* [29] icache invalid */
  133. .basic_cfg.dcache_invalid = 0x1, /* [30] dcache invalid */
  134. .basic_cfg.rsvd_3 = 0x0, /* [31] rsvd_3 */
  135. .basic_cfg.group_image_offset = 0x00001000, /* flash controller offset */
  136. .basic_cfg.aes_region_len = 0x00000000, /* aes region length */
  137. .basic_cfg.img_len_cnt = 0x00010000, /* image length or segment count */
  138. .basic_cfg.hash = { 0xdeadbeef }, /* hash of the image */
  139. /* cpu cfg */
  140. .cpu_cfg.config_enable = 0x01, /* coinfig this cpu */
  141. .cpu_cfg.halt_cpu = 0x0, /* halt this cpu */
  142. .cpu_cfg.cache_enable = 0x0, /* cache setting :only for BL Cache */
  143. .cpu_cfg.cache_wa = 0x0, /* cache setting :only for BL Cache*/
  144. .cpu_cfg.cache_wb = 0x0, /* cache setting :only for BL Cache*/
  145. .cpu_cfg.cache_wt = 0x0, /* cache setting :only for BL Cache*/
  146. .cpu_cfg.cache_way_dis = 0x0, /* cache setting :only for BL Cache*/
  147. .cpu_cfg.rsvd = 0x0,
  148. /* image_address_offset */
  149. .cpu_cfg.image_address_offset = 0x0,
  150. .cpu_cfg.rsvd1 = 0xA0000000, /* rsvd */
  151. .cpu_cfg.msp_val = 0x00000000, /* msp value */
  152. /* address of partition table 0 */
  153. .boot2_pt_table_0_rsvd = 0x00000000,
  154. /* address of partition table 1 */
  155. .boot2_pt_table_1_rsvd = 0x00000000,
  156. /* address of flashcfg table list */
  157. .flash_cfg_table_addr = 0x00000000,
  158. /* flashcfg table list len */
  159. .flash_cfg_table_len = 0x00000000,
  160. .crc32 = 0xdeadbeef
  161. };