Searched refs:LOGD (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.c | 169 LOGD("chip:%s\n", gOpts.chip); in parseChip() 185 LOGD("major:%d, minor:%d\n", gOpts.major, gOpts.minor); in parseVersion() 199 LOGD("num:%d\n", gOpts.code471Num); in parse471() 214 LOGD("path%i:%s\n", index, gOpts.code471Path[index]); in parse471() 222 LOGD("sleep:%d\n", gOpts.code471Sleep); in parse471() 236 LOGD("num:%d\n", gOpts.code472Num); in parse472() 251 LOGD("path%i:%s\n", index, gOpts.code472Path[index]); in parse472() 259 LOGD("sleep:%d\n", gOpts.code472Sleep); in parse472() 279 LOGD("num:%d\n", gOpts.loaderNum); in parseLoader() 293 LOGD("name%d:%s\n", index, gOpts.loader[index].name); in parseLoader() [all …]
|
| H A D | trust_merger.c | 24 #define LOGD(fmt, args...) \ macro 81 LOGD("ret:%x\n", ret); in getBCD() 137 LOGD("major:%d, minor:%d\n", gOpts.major, gOpts.minor); in parseVersion() 173 LOGD("bl3%d sec: %d\n", bl3x_id, pbl3x->sec); in parseBL3x() 187 LOGD("bl3%d path:%s\n", bl3x_id, pbl3x->path); in parseBL3x() 202 LOGD("bl3%d addr:0x%x\n", bl3x_id, pbl3x->addr); in parseBL3x() 282 LOGD("start parse\n"); in parseOpts() 327 LOGD("unknown sec: %s!\n", buf); in parseOpts() 376 LOGD("path:%s, size:%d\n", path, *size); in getFileSize() 405 LOGD("index=%d,file=%s\n", index, gOpts.bl3x[index].path); in filter_elf() [all …]
|
| H A D | resource_tool.c | 573 #define LOGD(fmt, args...) \ macro 993 LOGD("Found conf:\nmax_level:%d, num:%d, delay:%d, prefix:%s", in parse_level_conf() 1021 LOGD("desc:\n%s", buf); in test_charge() 1029 LOGD("splite:%s", buf + pos); in test_charge() 1045 LOGD("parse arg:%s", arg); in test_charge() 1064 LOGD("Found delay:%d", delay); in test_charge() 1069 LOGD("Found only_current_level:%d", only_current_level); in test_charge() 1081 LOGD("Found levels:%d", level_conf_num); in test_charge() 1222 LOGD("try to pack %d files.", file_num); in main() 1250 LOGD("mkdir:%s", buf); in mkdirs() [all …]
|
| H A D | boot_merger.h | 20 #define LOGD(fmt, args...) do {\ macro
|