| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 109 int value_len, const char *comment, const char *region_prop, in fit_image_write_sig() argument 130 if (comment && !ret) in fit_image_write_sig() 131 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig() 209 const char *comment, int require_keys, const char *engine_id) in fit_image_process_sig() argument 236 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_image_process_sig() 302 void *fit, int image_noffset, const char *comment, in fit_image_add_verification_data() argument 340 comment, require_keys, engine_id); in fit_image_add_verification_data() 607 int noffset, const char *comment, int require_keys, in fit_config_process_sig() argument 638 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_config_process_sig() 669 void *fit, int conf_noffset, const char *comment, in fit_config_add_verification_data() argument [all …]
|
| H A D | imagetool.h | 68 const char *comment; /* Comment to add to signature node */ member
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | elf_x86_64_efi.lds | 80 .comment 0 : { *(.comment) }
|
| H A D | elf_ia32_efi.lds | 91 .comment 0 : { *(.comment) }
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | elf_arm_efi.lds | 69 .comment 0 : { *(.comment) }
|
| H A D | elf_aarch64_efi.lds | 69 .comment 0 : { *(.comment) }
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | Kconfig | 31 comment "Specific commands" 41 comment "Configuration Registers" 85 comment "Memory mapping"
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 109 .comment 0 : { *(.comment) }
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | Kconfig | 8 comment "driver for different display serdes"
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
|
| H A D | checkpatch.pl | 1032 my $comment = ""; 1037 $comment = $3 if defined $3; 1040 $comment = $2 if defined $2; 1043 $comment = $2 if defined $2; 1057 $comment = ""; 1071 return ($name, $address, $comment); 2500 my ($email_name, $email_address, $comment) = parse_email($email); 2511 if ("$dequoted$comment" ne $email && 2512 "<$email_address>$comment" ne $email && 2513 "$suggested_email$comment" ne $email) { [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/ulpi/ |
| H A D | Kconfig | 1 comment "ULPI drivers"
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.gperf | 21 comment, T_COMMENT, TF_COMMAND keyword
|
| H A D | zconf.hash.c_shipped | 113 char kconf_id_strings_str32[sizeof("comment")]; 151 "comment",
|
| H A D | zconf.y | 401 comment: T_COMMENT prompt T_EOL 408 comment_stmt: comment depends_list
|
| /rk3399_rockchip-uboot/board/coreboot/coreboot/ |
| H A D | Kconfig | 26 comment "coreboot-specific options"
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | Kconfig | 4 comment "MUSB Controller Driver"
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | Kconfig | 21 comment "Rockchip Flash Devices"
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | Kconfig | 30 comment "Platform Glue Driver Support"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.hwconfig | 44 [3] The comment regarding apt-get is also a joke, meaning that
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 724 comment = Comment() 726 comment.config = self 727 comment.parent = parent 728 comment.filename = line_feeder.filename 729 comment.linenr = line_feeder.linenr 730 comment.text = tokens.get_next() 732 self.comments.append(comment) 733 block.append(comment) 735 self._parse_properties(line_feeder, comment, deps,
|
| /rk3399_rockchip-uboot/cmd/fastboot/ |
| H A D | Kconfig | 1 comment "FASTBOOT"
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inflate.c | 502 state->head->comment != Z_NULL && in inflate() 504 state->head->comment[state->length++] = len; in inflate() 513 state->head->comment = Z_NULL; in inflate()
|
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 81 comment "USB peripherals"
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 455 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member
|