Searched refs:mandatory (Results 1 - 5 of 5) sorted by relevance

/u-boot/board/synopsys/hsdk/
H A Denv-lib.h26 bool mandatory; member in struct:env_map_common
35 bool mandatory; member in struct:env_map_percpu
H A Denv-lib.c81 /* Check if environment is mandatory */
82 if (map[index].mandatory && !set) {
83 pr_err("Variable \'%s\' is mandatory, but it is not defined\n",
109 bool mandatory = map[index].mandatory; local
116 /* Check if environment is mandatory */
117 if (cpu_used(i) && mandatory && !set) {
/u-boot/boot/
H A Dimage-pre-load.c32 const void *algo_name, *padding_name, *key, *mandatory; local
94 mandatory = fdt_getprop(gd_fdt_blob(), node,
96 if (mandatory && !strcmp((char *)mandatory, "yes"))
97 info->mandatory = 1;
153 * < 0 => no magic and magic mandatory (or error when reading magic)
167 if (info->mandatory) {
168 log_err("ERROR: signature is mandatory\n");
/u-boot/drivers/remoteproc/
H A Drproc-uclass.c182 debug("%s driver has missing mandatory ops?\n", dev->name);
405 debug("%s: data corruption?? mandatory function is missing!\n",
441 bool mandatory = false; local
462 mandatory = true;
490 if (mandatory)
491 debug("%s: data corruption?? mandatory function is missing!\n",
/u-boot/include/
H A Dimage.h1361 * use, looking for mandatory properties, nodes, etc.
1641 #define IMAGE_PRE_LOAD_PROP_MANDATORY "mandatory"
1652 int mandatory; /* Set if the signature is mandatory */ member in struct:image_sig_info

Completed in 58 milliseconds