Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dtrust_merger.c23 #define LOGE(fmt, args...) fprintf(stderr, "E: [%s] " fmt, __func__, ##args) macro
291 LOGE("parseVersion failed!\n"); in parseOpts()
297 LOGE("parseBL30 failed!\n"); in parseOpts()
303 LOGE("parseBL31 failed!\n"); in parseOpts()
309 LOGE("parseBL32 failed!\n"); in parseOpts()
315 LOGE("parseBL33 failed!\n"); in parseOpts()
321 LOGE("parseOut failed!\n"); in parseOpts()
411 LOGE("open file(%s) failed\n", gOpts.bl3x[index].path); in filter_elf()
448 LOGE("elf_file %s too large,segment=%d.\n", pEntry->path, i); in filter_elf()
471 LOGE("elf_file %s too large,segment=%d.\n", pEntry->path, i); in filter_elf()
[all …]
H A Dresource_tool.c571 #define LOGE(fmt, args...) \ macro
721 LOGE("Failed to seek %s to %d!", image_path, offset); in StorageWriteLba()
725 LOGE("Failed to write %s!", image_path); in StorageWriteLba()
783 LOGE("Nothing to load!"); in test_load()
855 LOGE("Failed to read header!"); in get_entry()
861 LOGE("Not a resource image(%s)!", image_path); in get_entry()
872 LOGE("Not supported in this version!"); in get_entry()
882 LOGE("Failed to read index entry:%d!", i); in get_entry()
888 LOGE("Something wrong with index entry:%d!", i); in get_entry()
896 LOGE("Cannot find %s!", file_path); in get_entry()
[all …]
H A Dboot_merger.c395 LOGE("parseChip failed!\n"); in parseOpts_from_file()
401 LOGE("parseVersion failed!\n"); in parseOpts_from_file()
407 LOGE("parse471 failed!\n"); in parseOpts_from_file()
413 LOGE("parse472 failed!\n"); in parseOpts_from_file()
419 LOGE("parseLoader failed!\n"); in parseOpts_from_file()
425 LOGE("parseOut failed!\n"); in parseOpts_from_file()
431 LOGE("unknown sec: %s!\n", buf); in parseOpts_from_file()
661 LOGE("write entry(%s) failed\n", path); in writeFile()
681 LOGE("save entry(%s) failed:\n\tcannot get file size.\n", path); in saveEntry()
748 LOGE("chip type not support!\n"); in getChipType()
[all …]
H A Dboot_merger.h19 #define LOGE(fmt, args...) fprintf(stderr, "E: [%s] "fmt, __func__, ##args) macro