Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dximg.c44 const char *uname = NULL; in do_imgextract() local
63 uname = argv[2]; in do_imgextract()
126 if (uname == NULL) { in do_imgextract()
132 "at %08lx ...\n", uname, addr); in do_imgextract()
141 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract()
143 printf("Can't find '%s' FIT subimage\n", uname); in do_imgextract()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c170 char *uname; in fit_print_contents() local
234 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
235 if (uname) in fit_print_contents()
236 printf("%s Default Configuration: '%s'\n", p, uname); in fit_print_contents()
1995 const char *uname; in fit_conf_get_prop_node_index() local
1999 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index()
2000 if (uname == NULL) in fit_conf_get_prop_node_index()
2003 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index()
2027 const char *uname; in fit_conf_print() local
2039 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
[all …]
H A Dimage.c1252 const char *uname, *name; in boot_get_fpga() local
1277 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0, in boot_get_fpga()
1279 if (!uname) { in boot_get_fpga()
1285 (const char **)&uname, in boot_get_fpga()
1294 uname, img_data, img_len); in boot_get_fpga()
1365 const char *uname; in boot_get_loadable() local
1388 uname = fdt_stringlist_get(buf, conf_noffset, in boot_get_loadable()
1390 NULL), uname; in boot_get_loadable()
1395 &uname, in boot_get_loadable()
1406 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dstreamline_config.pl60 my $uname = `uname -r`;
61 chomp $uname;
73 "file" => "/boot/config-$uname",
77 "file" => "/boot/vmlinuz-$uname",
87 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
H A Dsymbol.c55 uname(&uts); in sym_init()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c188 const char *uname; in board_fit_image_post_process() local
192 uname = fdt_get_name(fit, node, NULL); in board_fit_image_post_process()
193 if (strcmp("bootargs", uname)) in board_fit_image_post_process()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c369 const char *uname; in brought_up_all_amp() local
389 uname = fdt_stringlist_get(fit, conf_noffset, in brought_up_all_amp()
390 FIT_LOADABLE_PROP, loadables_index, NULL), uname; in brought_up_all_amp()
392 cpu_noffset = fit_image_get_node(fit, uname); in brought_up_all_amp()
/rk3399_rockchip-uboot/tools/patman/
H A Dgitutil.py548 uname = command.OutputOneLine('git', 'config', '--global', 'user.name')
549 return uname
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c119 const char *uname = "firmware"; in parse_mc_firmware_fit_image() local
136 node_offset = fit_image_get_node(fit_hdr, uname); in parse_mc_firmware_fit_image()
/rk3399_rockchip-uboot/
H A DMakefile234 HOSTARCH := $(shell uname -m | \
244 HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py176 register_special_symbol(STRING, "UNAME_RELEASE", os.uname()[2])