Searched refs:bl3x (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 152 pbl3x = &gOpts.bl3x[bl3x_id]; in parseBL3x() 232 fprintf(out, SEC_BL30 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL30_SEC].sec); in printOpts() 233 if (gOpts.bl3x[BL30_SEC].sec) { in printOpts() 234 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL30_SEC].path); in printOpts() 235 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL30_SEC].addr); in printOpts() 238 fprintf(out, SEC_BL31 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL31_SEC].sec); in printOpts() 239 if (gOpts.bl3x[BL31_SEC].sec) { in printOpts() 240 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL31_SEC].path); in printOpts() 241 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL31_SEC].addr); in printOpts() 244 fprintf(out, SEC_BL32 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL32_SEC].sec); in printOpts() [all …]
|
| H A D | trust_merger.h | 93 bl_entry_t bl3x[BL_MAX_SEC]; member
|
| /OK3568_Linux_fs/rkbin/ |
| H A D | README | 8 module: 模块名称, 必选项, 如loader, ddr, miniloader,usbplug,bl3x,tee,tee_ta,小写
|