/u-boot/tools/patman/ |
A D | commit.py | 102 def AddRtag(self, rtag_type, who): argument 109 self.rtags[rtag_type].add(who)
|
A D | status.py | 315 for who in people: 317 who not in base_rtags[tag]) 319 new_rtags[tag].add(who) 340 for who in sorted(people): 343 terminal.Print(who, colour=col.WHITE, bright=is_new) 401 for who in people: 402 lines.append('%s: %s' % (tag, who))
|
A D | patchstream.py | 172 def _add_commit_rtag(self, rtag_type, who): argument 180 self.commit.AddRtag(rtag_type, who) 481 rtag_type, who = tag_match.groups() 482 self._add_commit_rtag(rtag_type, who) 485 who.find(os.getenv('USER') + '@') != -1): 488 self.commit.AddCc(who.split(','))
|
A D | func_test.py | 1148 def _to_submitter(who): argument 1149 m_who = re.match('(.*) <(.*)>', who)
|
A D | README | 146 This will create patch files in your current directory and tell you who 522 Then update the Series-cc: in the top commit to add the person who reviewed 568 to remember what version you are up to, who you sent the last lot of patches
|
/u-boot/doc/ |
A D | index.rst | 21 The following manuals are written for *users* of the U-Boot - those who are 33 The following manuals are written for *developers* of the U-Boot - those who
|
A D | feature-removal-schedule.txt | 4 and who is going to be doing the work. When the feature is removed
|
A D | README.ramboot-ppc85xx | 42 configured and who is doing that.
|
A D | README.autoboot | 33 console serial port, say because a user who knows nothing about
|
A D | README.chromium-chainload | 11 those who use U-Boot habitually.
|
/u-boot/Licenses/ |
A D | ibm-pibs.txt | 12 Any person who transfers this source code or any derivative work
|
A D | README | 4 many others who contributed code (see the actual source code and the 21 copyrighted by me and others who actually wrote it.
|
A D | lgpl-2.1.txt | 22 Free Software Foundation and other authors who decide to use it. You 198 entire whole, and thus to each and every part regardless of who wrote 294 that the user who changes the contents of definitions files in the 353 rights under this License. However, parties who have received copies, 383 all those who receive copies directly or indirectly through you, then 407 original copyright holder who places the Library under this License may add
|
A D | gpl-2.0.txt | 122 entire whole, and thus to each and every part regardless of who wrote it. 176 However, parties who have received copies, or rights, from you under 206 all those who receive copies directly or indirectly through you, then 231 original copyright holder who places the Program under this License
|
A D | OFL.txt | 49 writer or other person who contributed to the Font Software.
|
A D | lgpl-2.0.txt | 185 entire whole, and thus to each and every part regardless of who wrote 281 that the user who changes the contents of definitions files in the 332 rights under this License. However, parties who have received copies, 362 all those who receive copies directly or indirectly through you, then 386 original copyright holder who places the Library under this License may add
|
/u-boot/doc/arch/ |
A D | arc.rst | 20 Synopsys' ARC processors have been used by over 170 customers worldwide who
|
/u-boot/board/vscom/baltos/ |
A D | u-boot.lds | 7 * See file CREDITS for list of people who contributed to this
|
/u-boot/board/ti/am335x/ |
A D | u-boot.lds | 7 * See file CREDITS for list of people who contributed to this
|
/u-boot/board/sbc8349/ |
A D | README | 118 CPU who currently have the PCI slot physically empty, but intend to
|
/u-boot/examples/standalone/ |
A D | README.smc91111_eeprom | 26 To find out who has a MAC address, or to purchase MAC addresses, goto
|
/u-boot/arch/arm/dts/ |
A D | imx6q-cm-fx6.dts | 394 * Users who configured their OS properly can enable this node to gain
|
/u-boot/fs/jffs2/ |
A D | jffs2_1pass.c | 1870 jffs2_get_list(struct part_info * part, const char *who) in jffs2_get_list() argument 1877 printf("%s: Failed to scan JFFSv2 file structure\n", who); in jffs2_get_list()
|
/u-boot/doc/uefi/ |
A D | u-boot_on_efi.rst | 102 Here follow a few implementation notes for those who want to fiddle with
|
/u-boot/doc/driver-model/ |
A D | ethernet.rst | 6 who wish to review the net driver stack with an eye towards implementing your
|