Searched refs:BL31_SEC (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 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() 301 bl31ok = parseBL3x(file, BL31_SEC); in parseOpts() 355 memcpy(&gOpts.bl3x[BL31_SEC].id, gBl3xID[BL31_SEC], 4); in initOpts() 356 strcpy(gOpts.bl3x[BL31_SEC].path, DEF_BL31_PATH); in initOpts()
|
| H A D | trust_merger.h | 72 BL31_SEC, enumerator
|