Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py54 def AddTag(self, commit, line, name, value): argument
70 (commit.hash, line, values, self[name]))
81 "options are %s" % (commit.hash, line, name,
84 def AddCommit(self, commit): argument
92 commit.CheckTags()
93 self.commits.append(commit)
115 commit = self.commits[upto]
117 cc_list = list(self._generated_cc[commit.patch])
140 def MakeChangeLog(self, commit): argument
163 if commit and this_commit != commit:
[all …]
H A Dpatchstream.py13 import commit
77 self.commit = None # Current commit
94 self.series.AddTag(self.commit, line, name, value)
112 if self.commit and self.is_log:
113 self.series.AddCommit(self.commit)
114 self.commit = None
195 self.commit.notes += self.section
217 self.commit.notes += self.section
228 self.commit.subject = line
260 self.series.AddChange(self.in_change, self.commit, line)
[all …]
H A DREADME43 normally in the top commit so it is easy to change them with 'git
44 commit --amend'
146 Similar to the above, but skip the first commit and take the next 5. This
147 is useful if your top commit is for setting up testing.
165 commit. Most can only appear once in the whole series.
209 the commit messages, but do want to send, The notes are joined
218 Similar, but for a single commit (patch). These notes will appear
232 tag to the relevant commit and the script will include it when
240 This can appear in any commit. It lists the changes for a
241 particular version n of that commit. The change list is
[all …]
H A Dfunc_test.py60 for i, commit in enumerate(series.commits):
61 clean_subject = self.GetPatchName(commit.subject)
171 for i, commit in enumerate(series.commits):
/rk3399_rockchip-uboot/scripts/
H A Dfill_scrapyard.py61 commit = result.split()[0]
63 if commit[0] == '^':
67 if commit == '0' * len(commit):
71 return commit
73 def get_committer_date(commit): argument
85 '--format=%ci', commit])
H A Dget_maintainer.pl1511 foreach my $commit (@commits) {
1512 $commit =~ s/^\^//g;
1900 my $commit = "";
1904 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1919 if (@{$ref}[0] eq $commit &&
1928 [ ($commit, $subject, $type) ]);
2074 my $commit = join(" -r ", @commits);
2086 foreach my $commit (@commits) {
2115 my $commit = join(" -r ", @commits);
2146 foreach my $commit (@commits) {
[all …]
/rk3399_rockchip-uboot/tools/patman/test/
H A Dtest01.txt1 commit b9da5f937bd5ea4931ea17459bf79b2905d9594d
19 from the first commit
24 the first commit
27 commit 5ab48490f03051875ab13d288a4bf32b507d76fd
H A D0001-pci-Correct-cast-for-sandbox.patch21 from the first commit
26 the first commit
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py72 commit = series.commits[upto]
73 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
74 print commit.subject
286 for commit in range(len(commits)):
287 commits[commit].sequence = commit
H A Dtest.py23 import commit
111 comm = commit.Commit(commit_info[0])
140 def Make(self, commit, brd, stage, *args, **kwargs): argument
148 (brd.target, commit.hash))
149 if ((boardnum >= 1 and boardnum >= commit.sequence) or
150 boardnum == 4 and commit.sequence == 6):
151 result.return_code = commit.return_code
152 result.stderr = (''.join(commit.error_list)
H A Dbuilderthread.py91 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
110 return self.builder.do_make(commit, brd, stage, cwd, *args,
184 commit = self.builder.commits[commit_upto]
187 gitutil.Checkout(commit.hash, git_dir, work_dir,
190 commit = 'current'
227 result = self.Make(commit, brd, 'mrproper', cwd,
230 result = self.Make(commit, brd, 'config', cwd,
237 result = self.Make(commit, brd, 'build', cwd, *args,
H A Dfunc_test.py373 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument
392 if type(commit) is not str:
393 stderr = self._error.get((brd.target, commit.sequence))
444 for commit in range(self._commits):
447 errfile = self._builder.GetErrFile(commit, board.target)
H A DREADME26 with your patch series. It can build each individual commit and report
31 errors or image size increases in a particular commit or board to be
32 quickly identified and the offending commit pinpointed. This can be a big
64 commit). It is possible to build a branch for one board, then later build it
65 for another board. If you want buildman to re-build a commit it has already
69 It shows which commit introduced which board failure using a simple
71 case it is de-duped and displayed against the commit that introduced the
75 from commit to commit. An example of this is below.
78 a time. A thread starts at the first commit, configures the source for your
79 board and builds it. Then it checks out the next commit and does an
[all …]
H A Dbuilder.py373 def SelectCommit(self, commit, checkout=True): argument
376 self.commit = commit
378 gitutil.Checkout(commit.hash)
380 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
460 commit = self.commits[commit_upto]
461 subject = commit.subject.translate(trans_valid_chars)
463 self.commit_count, commit.hash, subject[:20]))
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c122 struct reiserfs_journal_commit commit; in block_read() local
136 sizeof (commit), (char *) &commit)) in block_read()
139 if (__le32_to_cpu(commit.j_realblock[i++ - JOURNAL_TRANS_HALF]) == blockNr) in block_read()
177 struct reiserfs_journal_commit commit; in journal_init() local
203 journal_read (commit_block, sizeof (commit), (char *) &commit); in journal_init()
204 if (__le32_to_cpu(desc.j_trans_id) != commit.j_trans_id in journal_init()
205 || __le32_to_cpu(desc.j_len) != __le32_to_cpu(commit.j_len)) in journal_init()
246 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init()
249 __le32_to_cpu(commit.j_realblock[i-JOURNAL_TRANS_HALF]), in journal_init()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dupdate-dtc-source.sh83 git commit -e -v -s -m "${commit_msg}"
/rk3399_rockchip-uboot/lib/libfdt/
H A DREADME10 commit 857f54e79f74429af20c2b5ecc00ee98af6a3b8b
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A DREADME11 The intent IS to commit these files to U-Boot. Hopefully at some point
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A DKconfig63 This works as of firmware.git commit 046effa13ebc "firmware:
106 see the commit description for the commit which added RPi3 support
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py1381 def __init__(self, commit): argument
1392 subprocess.check_output(['git', 'rev-parse', '--short', commit]).strip()
1393 subprocess.check_output(['git', 'checkout', commit],
1865 if options.commit:
/rk3399_rockchip-uboot/board/hisilicon/poplar/
H A DREADME46 commit f0988698dcc5c08bd0a8f50aa0457e138a5f438c
61 commit 6ac42dd3be13c99aa8ce29a15073e2f19d935f68
/rk3399_rockchip-uboot/Licenses/
H A DREADME3 git commit messages for details). You can redistribute U-Boot and/or
/rk3399_rockchip-uboot/doc/
H A DREADME.qemu-mips43 if you use a qemu version after commit 4224
H A DREADME.chromium42 https://git.collabora.com/cgit/user/tomeu/u-boot.git/commit/?h=nyan-big
/rk3399_rockchip-uboot/drivers/i2c/
H A DKconfig25 to convert all code for a board in a single commit. It should not

12