| /u-boot/tools/ |
| A D | image-host.c | 133 if (comment && !ret) in fit_image_write_sig() 134 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig() 529 void *fit, int image_noffset, const char *comment, in fit_image_cipher_data() argument 655 comment, require_keys, engine_id, cmdname, in fit_image_add_verification_data() 1012 int conf_noffset, int noffset, const char *comment, in fit_config_process_sig() argument 1101 fit, conf_name, conf_noffset, noffset, comment, in fit_config_add_verification_data() 1232 const char *comment, int require_keys, in fit_cipher_data() argument 1256 fit, noffset, comment, in fit_cipher_data() 1267 void *keydest, void *fit, const char *comment, in fit_add_verification_data() argument 1293 fit, noffset, comment, require_keys, engine_id, in fit_add_verification_data() [all …]
|
| A D | imagetool.h | 83 const char *comment; /* Comment to add to signature node */ member
|
| /u-boot/tools/binman/ |
| A D | fip_util.py | 448 comment = None 453 comment = mat.group(1) 465 macros[macro] = comment, macro, uuid 542 for comment, macro, uuid in macros.values(): 548 if last_comment != comment: 550 last_comment = comment
|
| /u-boot/arch/riscv/lib/ |
| A D | elf_riscv32_efi.lds | 70 .comment 0 : { *(.comment) }
|
| A D | elf_riscv64_efi.lds | 70 .comment 0 : { *(.comment) }
|
| /u-boot/arch/x86/lib/ |
| A D | elf_x86_64_efi.lds | 82 .comment 0 : { *(.comment) }
|
| A D | elf_ia32_efi.lds | 90 .comment 0 : { *(.comment) }
|
| /u-boot/arch/arm/lib/ |
| A D | elf_aarch64_efi.lds | 76 .comment 0 : { *(.comment) }
|
| A D | elf_arm_efi.lds | 64 *(.comment)
|
| /u-boot/include/linux/ |
| A D | compiler_types.h | 239 #define __diag_ignore(compiler, version, option, comment) \ argument 241 #define __diag_warn(compiler, version, option, comment) \ argument 243 #define __diag_error(compiler, version, option, comment) \ argument
|
| /u-boot/drivers/usb/phy/ |
| A D | Kconfig | 6 comment "USB Phy"
|
| /u-boot/tools/binman/test/ |
| A D | elf_sections.lds | 28 *(.comment)
|
| /u-boot/drivers/usb/musb/ |
| A D | Kconfig | 6 comment "Legacy MUSB Support"
|
| /u-boot/arch/mips/cpu/ |
| A D | u-boot-spl.lds | 72 .comment 0 : { *(.comment) }
|
| A D | u-boot.lds | 89 .comment 0 : { *(.comment) }
|
| /u-boot/Licenses/ |
| A D | README | 55 possible line in a file which can contain a comment. For the majority 64 The SPDX license identifier is added in form of a comment. The comment 74 If a specific tool cannot handle the standard comment style, then the 75 appropriate comment mechanism which the tool accepts shall be used. This 76 is the reason for having the "/\* \*/" style comment in C header 78 'ld' failed to parse the C++ comment. This has been fixed by now, but
|
| /u-boot/scripts/ |
| A D | checkpatch.pl | 1363 my $comment = ""; 1388 $comment = ""; 1405 $comment = trim($comment); 1431 $comment = trim($comment); 1432 $comment = " $comment" if ($comment ne ""); 2569 my $comment = ''; 2577 return $comment; 3185 if (($comment ne "" && $comment !~ /^#.+/) || 3207 } elsif ($comment ne "" && $comment !~ /^(?:#.+|\(.+\))$/) { 3731 my $comment = ""; [all …]
|
| A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
|
| /u-boot/arch/nios2/cpu/ |
| A D | u-boot.lds | 108 .comment 0 : { *(.comment) }
|
| /u-boot/drivers/usb/ulpi/ |
| A D | Kconfig | 1 comment "ULPI drivers"
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | Kconfig | 78 comment "Specific commands" 88 comment "Configuration Registers"
|
| /u-boot/tools/patman/ |
| A D | status.py | 302 for comment in data: 303 pstrm = PatchStream.process_text(comment['content'], True) 305 submitter = comment['submitter']
|
| /u-boot/doc/develop/ |
| A D | codingstyle.rst | 17 * The exception for net files to the `multi-line comment 20 unchanged from Linux may retain that comment format. 69 multi-line comment rule of Coding Style. While not mandatory, adding 150 Non-trivial functions should have a comment which describes what they do. If it 151 is an exported function, put the comment in the header file so the API is in
|
| /u-boot/doc/sphinx/ |
| A D | rstFlatTable.py | 302 row.append( (0, 0, nodes.comment()) ) 333 if (isinstance(child , nodes.comment)
|
| /u-boot/arch/arm/mach-davinci/ |
| A D | Kconfig | 52 comment "DA850 PLL Initialization Parameters"
|