Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/tools/patman/
A Dseries.py55 def AddTag(self, commit, line, name, value): argument
89 def AddCommit(self, commit): argument
97 commit.CheckTags()
98 self.commits.append(commit)
120 commit = self.commits[upto]
145 def MakeChangeLog(self, commit): argument
170 if commit:
188 if commit and this_commit != commit:
260 for commit in self.commits:
279 self._generated_cc[commit.patch] = cc
[all …]
A Dpatchstream.py18 from patman import commit
116 pstrm.commit = commit.Commit(None)
135 if not self.commit:
184 if self.commit and self.is_log:
186 self.commit = None
456 (self.commit.hash, self.commit.change_id, value))
477 self.commit = commit.Commit(commit_match.group(1))
543 if self.commit:
569 if not self.commit.change_id:
573 if self.commit.count == -1:
[all …]
A DREADME47 commit --amend'
152 is useful if your top commit is for setting up testing.
170 commit. Most can only appear once in the whole series.
267 particular version n of that commit. The change list is
342 commit 10212537b85ff9b6e09c82045127522c0f0db981
418 commit, and type 'patman' to check and send them.
456 the destination. So amend the top commit with:
458 git commit --amend
497 so you can drop your wip commit.
501 Add this to a tag in your top commit:
[all …]
A Dfunc_test.py17 from patman.commit import Commit
108 for i, commit in enumerate(series.commits):
109 clean_subject = self._get_patch_name(commit.subject)
233 for i, commit in enumerate(series.commits):
511 self.assertEqual(pstrm.commit.rtags, {
526 pstrm.commit.warn)
539 pstrm.commit.warn)
558 self.assertEqual(["Ignoring '%s'" % test_line], pstrm.commit.warn)
578 self.assertEqual(["Found 2 lines after TEST="], pstrm.commit.warn)
605 pstrm.commit.warn)
[all …]
A Dtest_checkpatch.py17 from patman import commit
155 com = commit.Commit('')
A Dstatus.py296 for response, people in pstrm.commit.rtags.items():
308 for response, people in pstrm.commit.rtags.items():
/u-boot/tools/patman/test/
A Dtest01.txt1 commit b9da5f937bd5ea4931ea17459bf79b2905d9594d
22 from the first commit
27 the first commit
30 commit 5ab48490f03051875ab13d288a4bf32b507d76fd
59 - Changes only for this commit
A D0001-pci-Correct-cast-for-sandbox.patch19 - Changes only for this commit
24 from the first commit
29 the first commit
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch32 - Changes only for this commit
/u-boot/
A D.mailmap13 # Proper Name <commit@email.xx>
14 # <proper@email.xx> <commit@email.xx>
15 # Proper Name <proper@email.xx> <commit@email.xx>
16 # Proper Name <proper@email.xx> Commit Name <commit@email.xx>
/u-boot/fs/reiserfs/
A Dreiserfs.c121 struct reiserfs_journal_commit commit; in block_read() local
135 sizeof (commit), (char *) &commit)) in block_read()
138 if (__le32_to_cpu(commit.j_realblock[i++ - JOURNAL_TRANS_HALF]) == blockNr) in block_read()
176 struct reiserfs_journal_commit commit; in journal_init() local
202 journal_read (commit_block, sizeof (commit), (char *) &commit); in journal_init()
203 if (__le32_to_cpu(desc.j_trans_id) != commit.j_trans_id in journal_init()
204 || __le32_to_cpu(desc.j_len) != __le32_to_cpu(commit.j_len)) in journal_init()
245 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init()
248 __le32_to_cpu(commit.j_realblock[i-JOURNAL_TRANS_HALF]), in journal_init()
/u-boot/tools/buildman/
A Dbuilderthread.py103 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
122 return self.builder.do_make(commit, brd, stage, cwd, *args,
203 commit = self.builder.commits[commit_upto]
206 gitutil.Checkout(commit.hash, git_dir, work_dir,
209 commit = 'current'
260 result = self.Make(commit, brd, 'mrproper', cwd,
263 result = self.Make(commit, brd, 'config', cwd,
270 result = self.Make(commit, brd, 'build', cwd, *args,
A Dcontrol.py73 commit = series.commits[upto]
74 print(' ', col.Color(col.YELLOW, commit.hash[:8], bright=False), end=' ')
75 print(commit.subject)
352 for commit in range(len(commits)):
353 commits[commit].sequence = commit
A Dtest.py17 from patman import commit
122 comm = commit.Commit(commit_info[0])
160 def Make(self, commit, brd, stage, *args, **kwargs): argument
166 (brd.target, commit.hash))
167 if ((boardnum >= 1 and boardnum >= commit.sequence) or
168 boardnum == 4 and commit.sequence == 6):
169 result.return_code = commit.return_code
170 result.stderr = (''.join(commit.error_list)
172 elif commit.sequence < 6:
A DREADME24 with your patch series. It can build each individual commit and report
29 errors or image size increases in a particular commit or board to be
75 from commit to commit. An example of this is below.
81 Eventually the thread reaches the last commit and stops. If a commit causes
532 Total boards to build for each commit: 1059
542 directories for each commit and board.
730 only the upstream commit and your final branch commit.
1055 between one commit and the next.
1063 02: Squashed commit of the following:
1156 you this, even if a later commit fixes that error.
[all …]
A Dfunc_test.py384 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument
409 if type(commit) is not str:
410 stderr = self._error.get((brd.target, commit.sequence))
461 for commit in range(self._commits):
464 errfile = self._builder.GetErrFile(commit, board.target)
A Dbuilder.py406 def SelectCommit(self, commit, checkout=True): argument
409 self.commit = commit
411 gitutil.Checkout(commit.hash)
413 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
494 commit = self.commits[commit_upto]
495 subject = commit.subject.translate(trans_valid_chars)
498 commit.hash, subject[:20]))
/u-boot/scripts/dtc/
A Dupdate-dtc-source.sh79 git commit -e -v -s -m "${commit_msg}"
/u-boot/lib/libfdt/
A DREADME10 commit 857f54e79f74429af20c2b5ecc00ee98af6a3b8b
/u-boot/doc/device-tree-bindings/
A DREADME11 The intent IS to commit these files to U-Boot. Hopefully at some point
/u-boot/arch/arm/include/asm/arch-imx8/sci/
A Dsci.h86 void sc_misc_build_info(sc_ipc_t ipc, u32 *build, u32 *commit);
125 void sc_seco_build_info(sc_ipc_t ipc, u32 *version, u32 *commit);
/u-boot/scripts/
A Dget_maintainer.pl1669 foreach my $commit (@commits) {
1670 $commit =~ s/^\^//g;
2058 my $commit = "";
2062 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2077 if (@{$ref}[0] eq $commit &&
2086 [ ($commit, $subject, $type) ]);
2232 my $commit = join(" -r ", @commits);
2244 foreach my $commit (@commits) {
2273 my $commit = join(" -r ", @commits);
2304 foreach my $commit (@commits) {
[all …]
/u-boot/arch/arm/mach-bcm283x/
A DKconfig97 This works as of firmware.git commit 046effa13ebc "firmware:
140 see the commit description for the commit which added RPi3 support
/u-boot/drivers/misc/imx8/
A Dscu_api.c403 void sc_misc_build_info(sc_ipc_t ipc, u32 *build, u32 *commit) in sc_misc_build_info() argument
426 if (commit) in sc_misc_build_info()
427 *commit = RPC_U32(&msg, 4); in sc_misc_build_info()
957 void sc_seco_build_info(sc_ipc_t ipc, u32 *version, u32 *commit) in sc_seco_build_info() argument
973 if (commit) in sc_seco_build_info()
974 *commit = RPC_U32(&msg, 4U); in sc_seco_build_info()
/u-boot/tools/
A Dmoveconfig.py1448 def __init__(self, commit): argument
1459 subprocess.check_output(['git', 'rev-parse', '--short', commit]).strip())
1460 subprocess.check_output(['git', 'checkout', commit],
1932 if options.commit:

Completed in 66 milliseconds

12