Searched refs:BL30_SEC (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 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() 295 bl30ok = parseBL3x(file, BL30_SEC); in parseOpts() 352 memcpy(&gOpts.bl3x[BL30_SEC].id, gBl3xID[BL30_SEC], 4); in initOpts() 353 strcpy(gOpts.bl3x[BL30_SEC].path, DEF_BL30_PATH); in initOpts() 554 for (i = BL30_SEC; i < BL_MAX_SEC; i++) { in mergetrust() 640 for (i = BL30_SEC; i < BL_MAX_SEC; i++) { in mergetrust()
|
| H A D | trust_merger.h | 71 BL30_SEC = 0, enumerator
|