Searched refs:commit (Results 1 - 20 of 20) sorted by relevance

/u-boot/tools/patman/
H A Dseries.py58 def AddTag(self, commit, line, name, value):
77 (commit.hash, line, values, self[name]))
88 "options are %s" % (commit.hash, line, name,
92 def AddCommit(self, commit):
93 """Add a commit into our list of commits
95 We create a list of tags in the commit subject also.
98 commit: Commit object to add
100 commit.check_tags()
101 self.commits.append(commit)
123 commit
[all...]
H A Dpatchstream.py17 from patman import commit namespace
47 # The start of a new commit in the git log
48 RE_COMMIT = re.compile('^commit ([0-9a-f]*)$')
67 STATE_PATCH_SUBJECT = 1 # In patch subject (first line of log for a commit)
96 self.commit = None # Current commit
121 pstrm.commit = commit.Commit(None)
130 """Add a new warning to report to the user about the current commit
132 The new warning is added to the current commit i
[all...]
H A Dfunc_test.py19 from patman.commit import Commit
119 for i, commit in enumerate(series.commits):
120 clean_subject = self._get_patch_name(commit.subject)
137 tree with the following metadata in the top commit:
154 - Changes only for this commit
166 and this in the first commit:
174 from the first commit
179 the first commit
191 - CC file has information on each commit
249 for i, commit i
[all...]
H A Dtest_checkpatch.py17 from patman import commit namespace
65 Subject: [PATCH] Test commit
67 This is a test commit.
204 com = commit.Commit('')
H A Dstatus.py70 subject (str): Patch subject with [..] part removed (same as commit
160 value: Patch object for that commit
175 warnings.append("Multiple patches match commit %d ('%s'):\n %s" %
179 warnings.append("Cannot find patch for commit %d ('%s')" %
196 warnings.append("Cannot find commit for patch %d ('%s')" %
270 This is designed to be run in parallel, once for each commit/patch
282 cmt (Commit): Commit object for this commit
296 for response, people in pstrm.commit.rtags.items():
308 for response, people in pstrm.commit.rtags.items():
311 # Find the tags that are not in the commit
[all...]
/u-boot/tools/buildman/
H A Dbuilderthread.py99 step: 1 to process every commit, n to process every nth commit
165 def make(self, commit, brd, stage, cwd, *args, **kwargs):
166 """Run 'make' on a particular commit and board.
168 The source code will already be checked out, so the 'commit'
172 commit (Commit): Commit that is being built
186 return self.builder.do_make(commit, brd, stage, cwd, *args,
202 str: Current working directory, or None if no commit
242 def _reconfigure(self, commit, brd, cwd, args, env, config_args, config_out,
247 commit (Commi
[all...]
H A Dcontrol.py64 commit_str = f'{commit_count} commit{get_plural(commit_count)}'
106 commit = series.commits[upto]
107 print(' ', col.build(col.YELLOW, commit.hash[:8], bright=False), end=' ')
108 print(commit.subject)
116 f"commit: {len(why_selected['all'])}\n")
227 count += 1 # Build upstream commit also
254 Read the metadata from the commits. First look at the upstream commit,
257 a merge commit (it will list all the commits that form part of the
267 # branch. We also build the upstream commit as a control so we can see
268 # problems introduced by the first commit o
[all...]
H A Dtest.py19 from patman import commit namespace
89 ['5678', 'Second commit, a warning', 0, errors[0:1]],
90 ['9012', 'Third commit, error', 1, errors[0:2]],
91 ['3456', 'Fourth commit, warning', 0, [errors[0], errors[2]]],
92 ['7890', 'Fifth commit, link errors', 1, [errors[0], errors[3]]],
93 ['abcd', 'Sixth commit, fixes all errors', 0, []],
94 ['ef01', 'Seventh commit, fix migration, check directory suppression', 1,
124 comm = commit.Commit(commit_info[0])
162 def Make(self, commit, brd, stage, *args, **kwargs):
167 result.stdout = ('This is the test output for board %s, commit
[all...]
H A Dbuilder.py52 thread works on a single board at a time. It checks out the first commit,
54 commit and builds it (typically without re-configuring). When it runs out
59 commit and then built it for all boards. Using separate directories for each
60 commit/board pair they could leave their build product around afterwards
64 use of incremental builds. Since each commit is built incrementally from
76 Within the base directory, we have one subdirectory for each commit. Within
78 that commit/board combination.
120 # Translate a commit subject into a valid filename (and handle unicode)
162 """Class for building U-Boot for a particular commit.
175 force_config_on_failure: If a commit fail
[all...]
H A Dfunc_test.py57 commit_log = ["""commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd
68 Besides, "-b <branch>" is not mandatory since commit fea5858e.
73 """commit d0737479be6baf4db5e2cdbee123e96bc5ed0ba8
92 """commit 1d097f9ab487c5019152fd47bda126839f3bf9fc
108 """commit f2ccf03869d1e152c836515a3ceb83cdfe04a105
126 """commit db6e6f2f9331c5a37647d6668768d4a40b8b0d1c
143 """commit 39403bb4f838153028a6f21ca30bf100f3791133
150 """commit 4aca821e27e97925c039e69fd37375b09c6f129c
156 patman collects tags that it sees in the commit and places them nicely
206 # Map of [board, commit] t
[all...]
/u-boot/scripts/
H A Dstyle.py112 def process_file(srcfile, do_write, commit):
121 commit (bool): True to create a commit with the changes
157 if commit:
160 'git', 'commit', '-s', '-m',
171 parser.add_argument('-c', '--commit', action='store_true',
172 help='Add a commit with the changes')
177 process_file(args.srcfile, not args.dry_run, args.commit)
H A Dspdxcheck.py37 lictree = repo.head.commit.tree['LICENSES']
271 scan_git_subtree(repo.head.reference.commit.tree, p)
277 scan_git_tree(repo.head.commit.tree)
H A Dget_maintainer.pl133 " -1 \$commit",
141 " -1 \$commit",
165 " -r \$commit",
171 " -r \$commit",
570 # like the commit message, mail headers, etc...
1049 --git-blame-signatures => when used with --git-blame, also include all commit signers
1063 --fixes => for patches, add signatures of commits with 'Fixes: <commit>' (default: 1 (on))
1105 not a good measure of amount of code authored. 1 major commit may
1708 foreach my $commit (@commits) {
1709 $commit
[all...]
H A Dcheckpatch.pl94 -g, --git treat FILE as a single commit or git revision range
95 single git commit with:
1194 my ($commit, $id, $desc) = @_;
1198 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1204 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) {
1206 # all matching commit ids, but it's very slow...
1212 # echo "commit $(cut -c 1-12,41-)"
1214 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1215 $lines[0] =~ /^fatal: bad object $commit/) {
1234 # If input is git commits, extract all commits from the commit expression
[all...]
/u-boot/scripts/dtc/
H A Dupdate-dtc-source.sh8 # in the kernel and creates a git commit updating them to the new
15 # relevant files into the kernel tree and create a git commit. The commit
25 # * Extract the version number from the dtc repo for the commit message
79 git commit -e -v -s -m "${commit_msg}"
/u-boot/include/firmware/imx/sci/
H A Dsci.h90 void sc_misc_build_info(sc_ipc_t ipc, u32 *build, u32 *commit);
133 void sc_seco_build_info(sc_ipc_t ipc, u32 *version, u32 *commit);
134 int sc_seco_v2x_build_info(sc_ipc_t ipc, u32 *version, u32 *commit);
224 static inline void sc_misc_build_info(sc_ipc_t ipc, u32 *build, u32 *commit) argument
343 void sc_seco_build_info(sc_ipc_t ipc, u32 *version, u32 *commit) argument
394 static inline int sc_seco_v2x_build_info(sc_ipc_t ipc, u32 *version, u32 *commit) argument
/u-boot/drivers/misc/imx8/
H A Dscu_api.c403 void sc_misc_build_info(sc_ipc_t ipc, u32 *build, u32 *commit) argument
426 if (commit)
427 *commit = RPC_U32(&msg, 4);
1032 void sc_seco_build_info(sc_ipc_t ipc, u32 *version, u32 *commit) argument
1048 if (commit)
1049 *commit = RPC_U32(&msg, 4U);
1052 int sc_seco_v2x_build_info(sc_ipc_t ipc, u32 *version, u32 *commit) argument
1071 if (commit)
1072 *commit = RPC_U32(&msg, 4U);
/u-boot/tools/
H A Dqconfig.py683 def __init__(self, commit):
684 """Create a reference source directory based on a specified commit.
687 commit: commit to git-clone
694 commit]).strip()
696 subprocess.check_output(['git', 'checkout', commit],
1484 parser.add_argument('-C', '--commit', action='store_true', default=False,
1485 help='Create a git commit for the operation')
1588 if args.commit:
1598 subprocess.call(['git', 'commit', '
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-agl-defs.h1677 u64 commit : 2; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_s
1685 u64 commit : 1; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_cn56xx
H A Dcvmx-gmxx-defs.h4035 u64 commit : 16; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_s
4041 u64 commit : 3; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cn30xx
4050 u64 commit : 4; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cn52xx
4069 u64 commit : 2; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cnf71xx

Completed in 174 milliseconds