Home
last modified time | relevance | path

Searched defs:bootheader_t (Results 1 – 5 of 5) sorted by relevance

/bsp/bouffalo_lab/bl60x/board/
A Dfw_header.h123 uint32_t magiccode; /* 4 */
124 uint32_t rivison; /* 4 */
127 union __attribute__((packed, aligned(1))) {
144 } boot_cfg; /* 4 */
146 union __attribute__((packed, aligned(1))) {
149 } img_segment_info; /* 4 */
151 uint32_t rsvd0; /* rsvd */
156 } img_start; /* 4 */
160 uint32_t rsv1;
161 uint32_t rsv2;
[all …]
/bsp/bouffalo_lab/bl70x/board/
A Dfw_header.h123 uint32_t magiccode; /*'BFXP'*/
124 uint32_t rivison;
125 struct boot_flash_cfg_t flash_cfg;
126 struct boot_clk_cfg_t clk_cfg;
127 union __attribute__((packed, aligned(1))) {
146 } boot_cfg;
148 union __attribute__((packed, aligned(1))) {
151 } img_segment_info;
153 uint32_t rsvd0; /* rsvd */
158 } img_start;
[all …]
/bsp/bouffalo_lab/bl61x/board/
A Dfw_header.h172 struct __attribute__((packed, aligned(4))) bootheader_t { struct
173 uint32_t magiccode; /* 4 */
174 uint32_t rivison; /* 4 */
176 struct boot_flash_cfg_t flash_cfg; /* 4 + 84 + 4 */
177 struct boot_clk_cfg_t clk_cfg; /* 4 + 12 + 4 */
179 struct boot_basic_cfg_t basic_cfg; /* 4 + 4 + 4 + 4 + 4*8 */
181 struct boot_cpu_cfg_t cpu_cfg; /* 16 */
189 uint32_t rsvd0[6]; /* rsvd */
190 uint32_t rsvd1[6]; /* rsvd */
192 uint32_t rsvd; /* 4 */
[all …]
/bsp/bouffalo_lab/bl808/lp/board/
A Dfw_header.h185 struct __attribute__((packed, aligned(4))) bootheader_t { struct
186 uint32_t magiccode; /* 4 */
187 uint32_t rivison; /* 4 */
189 struct boot_flash_cfg_t flash_cfg; /* 4 + 84 + 4 */
190 struct boot_clk_cfg_t clk_cfg; /* 4 + 20 + 4 */
192 struct boot_basic_cfg_t basic_cfg; /* 4 + 4 + 4 + 4 + 4*8 */
194 struct boot_cpu_cfg_t cpu_cfg[3]; /*24*3 */
202 uint32_t rsvd0[8]; /* rsvd */
203 uint32_t rsvd1[8]; /* rsvd */
205 uint32_t rsvd3[5]; /* 20 */
[all …]
/bsp/bouffalo_lab/bl808/m0/board/
A Dfw_header.h185 struct __attribute__((packed, aligned(4))) bootheader_t { struct
186 uint32_t magiccode; /* 4 */
187 uint32_t rivison; /* 4 */
189 struct boot_flash_cfg_t flash_cfg; /* 4 + 84 + 4 */
190 struct boot_clk_cfg_t clk_cfg; /* 4 + 20 + 4 */
192 struct boot_basic_cfg_t basic_cfg; /* 4 + 4 + 4 + 4 + 4*8 */
194 struct boot_cpu_cfg_t cpu_cfg[3]; /*24*3 */
202 uint32_t rsvd0[8]; /* rsvd */
203 uint32_t rsvd1[8]; /* rsvd */
205 uint32_t rsvd3[5]; /* 20 */
[all …]

Completed in 19 milliseconds