Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 57) sorted by relevance

123

/u-boot/tools/
A Dimage-host.c133 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 Dimagetool.h83 const char *comment; /* Comment to add to signature node */ member
/u-boot/tools/binman/
A Dfip_util.py448 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 Delf_riscv32_efi.lds70 .comment 0 : { *(.comment) }
A Delf_riscv64_efi.lds70 .comment 0 : { *(.comment) }
/u-boot/arch/x86/lib/
A Delf_x86_64_efi.lds82 .comment 0 : { *(.comment) }
A Delf_ia32_efi.lds90 .comment 0 : { *(.comment) }
/u-boot/arch/arm/lib/
A Delf_aarch64_efi.lds76 .comment 0 : { *(.comment) }
A Delf_arm_efi.lds64 *(.comment)
/u-boot/include/linux/
A Dcompiler_types.h239 #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 DKconfig6 comment "USB Phy"
/u-boot/tools/binman/test/
A Delf_sections.lds28 *(.comment)
/u-boot/drivers/usb/musb/
A DKconfig6 comment "Legacy MUSB Support"
/u-boot/arch/mips/cpu/
A Du-boot-spl.lds72 .comment 0 : { *(.comment) }
A Du-boot.lds89 .comment 0 : { *(.comment) }
/u-boot/Licenses/
A DREADME55 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 Dcheckpatch.pl1363 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 Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
/u-boot/arch/nios2/cpu/
A Du-boot.lds108 .comment 0 : { *(.comment) }
/u-boot/drivers/usb/ulpi/
A DKconfig1 comment "ULPI drivers"
/u-boot/arch/powerpc/cpu/mpc8xx/
A DKconfig78 comment "Specific commands"
88 comment "Configuration Registers"
/u-boot/tools/patman/
A Dstatus.py302 for comment in data:
303 pstrm = PatchStream.process_text(comment['content'], True)
305 submitter = comment['submitter']
/u-boot/doc/develop/
A Dcodingstyle.rst17 * 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 DrstFlatTable.py302 row.append( (0, 0, nodes.comment()) )
333 if (isinstance(child , nodes.comment)
/u-boot/arch/arm/mach-davinci/
A DKconfig52 comment "DA850 PLL Initialization Parameters"

Completed in 54 milliseconds

123