Searched refs:gOpts (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | boot_merger.c | 21 options gOpts; variable 153 } else if ((ulong)path != (ulong)gOpts.outPath && /* ignore output */ in fixPath() 166 if (fscanf(file, OPT_NAME "=%s", gOpts.chip) != 1) { in parseChip() 169 LOGD("chip:%s\n", gOpts.chip); in parseChip() 178 if (fscanf(file, OPT_MAJOR "=%d", &gOpts.major) != 1) in parseVersion() 183 if (fscanf(file, OPT_MINOR "=%d", &gOpts.minor) != 1) in parseVersion() 185 LOGD("major:%d, minor:%d\n", gOpts.major, gOpts.minor); in parseVersion() 197 if (fscanf(file, OPT_NUM "=%d", &gOpts.code471Num) != 1) in parse471() 199 LOGD("num:%d\n", gOpts.code471Num); in parse471() 200 if (!gOpts.code471Num) in parse471() [all …]
|
| H A D | trust_merger.c | 48 static OPT_T gOpts; variable 113 } else if ((ulong)path != (ulong)gOpts.outPath && /* ignore output */ in fixPath() 130 gOpts.major = (uint16_t) d; in parseVersion() 136 gOpts.minor = (uint16_t) d; in parseVersion() 137 LOGD("major:%d, minor:%d\n", gOpts.major, gOpts.minor); in parseVersion() 152 pbl3x = &gOpts.bl3x[bl3x_id]; in parseBL3x() 222 if (fscanf(file, OPT_OUT_PATH "=%[^\r^\n]", gOpts.outPath) != 1) in parseOut() 225 printf("out:%s\n", gOpts.outPath); in parseOut() 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() [all …]
|