Home
last modified time | relevance | path

Searched refs:BL32_SEC (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c161 if ((gSubfix) && (bl3x_id == BL32_SEC)) { in parseBL3x()
166 } else if (gIgnoreBL32 && (bl3x_id == BL32_SEC)) { in parseBL3x()
244 fprintf(out, SEC_BL32 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL32_SEC].sec); in printOpts()
245 if (gOpts.bl3x[BL32_SEC].sec) { in printOpts()
246 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL32_SEC].path); in printOpts()
247 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL32_SEC].addr); in printOpts()
307 bl32ok = parseBL3x(file, BL32_SEC); in parseOpts()
358 memcpy(&gOpts.bl3x[BL32_SEC].id, gBl3xID[BL32_SEC], 4); in initOpts()
359 strcpy(gOpts.bl3x[BL32_SEC].path, DEF_BL32_PATH); in initOpts()
H A Dtrust_merger.h73 BL32_SEC, enumerator