Searched refs:BL33_SEC (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 250 fprintf(out, SEC_BL33 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL33_SEC].sec); in printOpts() 251 if (gOpts.bl3x[BL33_SEC].sec) { in printOpts() 252 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL33_SEC].path); in printOpts() 253 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL33_SEC].addr); in printOpts() 313 bl33ok = parseBL3x(file, BL33_SEC); in parseOpts() 361 memcpy(&gOpts.bl3x[BL33_SEC].id, gBl3xID[BL33_SEC], 4); in initOpts() 362 strcpy(gOpts.bl3x[BL33_SEC].path, DEF_BL33_PATH); in initOpts()
|
| H A D | trust_merger.h | 74 BL33_SEC, enumerator
|