Searched refs:branch (Results 1 - 19 of 19) sorted by relevance

/u-boot/dts/upstream/scripts/
H A Dfilter.sh3 # git branch -D upstream/rewritten-prev upstream/master upstream/rewritten filter-state
30 git branch -f $UPSTREAM_REWRITTEN FETCH_HEAD
32 git filter-branch --force \
36 --parent-filter 'sed "s/-p //g" | xargs -r git show-branch --independent | sed "s/\</-p /g"' \
37 --prune-empty --state-branch refs/heads/filter-state \
40 git branch -f $UPSTREAM_MASTER FETCH_HEAD
H A Dcronjob37 for branch in $BRANCHES ; do
38 REF=$(git show-ref --verify refs/heads/${branch})
40 echo "Tree is missing required branch ${branch}, aborting" 1>&2
66 echo "Switching to master branch"
92 echo "Filter branch has upstream-only content (MAINTAINERS file)"
108 echo "Switching back to master branch"
115 git branch -D "${TESTBRANCH}"
118 for branch in ${BRANCHES} ; do
119 REF=$(git show-ref --verify refs/heads/${branch})
[all...]
/u-boot/tools/patman/
H A Dcontrol.py25 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff,
34 branch (str): Branch to create patches from (None = current)
36 the current branch back to the upstream commit
37 start (int): Start partch to use (0=first / top of branch)
52 count = (gitutil.count_commits_to_branch(branch) - start)
56 ' git branch --set-upstream-to remote/branch'
61 series = patchstream.get_metadata(branch, start, to_do)
63 branch, start, to_do, ignore_binary, series, signoff)
173 col, args.branch, arg
[all...]
H A Dgitutil.py44 # Add this in case we have a branch with the same name as a directory.
51 def count_commits_to_branch(branch):
52 """Returns number of commits between HEAD and the tracking branch.
54 This looks back to the tracking branch and works out the number of commits
58 branch: Branch to count from (None for current branch)
61 Number of patches that exist on top of the branch
63 if branch:
64 us, msg = get_upstream('.git', branch)
65 rev_range = '%s..%s' % (us, branch)
[all...]
H A Dstatus.py7 Allows creation of a new branch based on the old but with the review tags
227 series (Series): Series object corresponding to the local branch
347 def create_branch(series, new_rtag_list, branch, dest_branch, overwrite,
349 """Create a new branch with review tags added
352 series (Series): Series object for the existing branch
358 branch (str): Existing branch to update
359 dest_branch (str): Name of new branch to create
367 ValueError: if the destination branch name is the same as the original
368 branch, o
[all...]
H A D__main__.py84 control.patchwork_status(args.branch, args.count, args.start, args.end,
H A Dpatman84 control.patchwork_status(args.branch, args.count, args.start, args.end,
H A Dpatchstream.py737 def get_metadata(branch, start, count):
744 branch (str): Branch to use (None for current branch)
745 start (int): Commit to start from: 0=branch HEAD, 1=next one, etc.
752 '%s~%d' % (branch if branch else 'HEAD', start), None, count)
H A Dfunc_test.py141 Series-postfix: some-branch
259 self.assertEqual('Postfix:\t some-branch', next(lines))
310 'Subject: [RFC PATCH some-branch v3 0/2] test: A test patch series',
474 repo.config.set_multivar('branch.first.remote', '', '.')
475 repo.config.set_multivar('branch.first.merge', '', 'refs/heads/base')
478 repo.config.set_multivar('branch.second.remote', '', '.')
479 repo.config.set_multivar('branch.second.merge', '', 'refs/heads/base')
485 """Test creating patches from a branch"""
496 # Check that it can detect the current branch
501 col, branch
[all...]
/u-boot/tools/buildman/
H A Dcontrol.py173 has_branch (bool): True if a git branch (to build) has been provided
186 if 'branch' in am_setting and has_branch:
196 def count_commits(branch, count, col, git_dir):
197 """Could the number of commits in the branch/ranch being built
200 branch (str): Name of branch to build, or None if none
208 True if the 'branch' string contains a range rather than a simple
211 has_range = branch and '..' in branch
213 if not branch
[all...]
H A Dtest.py450 """Test basic builder operation by building a branch"""
457 options.branch = 'test-buildman'
/u-boot/fs/ubifs/
H A Dlpt.c1194 struct ubifs_nbranch *branch = NULL; local
1200 branch = &parent->nbranch[iip];
1201 lnum = branch->lnum;
1202 offs = branch->offs;
1235 branch->nnode = nnode;
1262 struct ubifs_nbranch *branch; local
1267 branch = &parent->nbranch[iip];
1268 lnum = branch->lnum;
1269 offs = branch->offs;
1303 branch
1398 struct ubifs_nbranch *branch; local
1424 struct ubifs_nbranch *branch; local
1513 struct ubifs_nbranch *branch = &n->nbranch[i]; local
1804 struct ubifs_nbranch *branch; local
1863 struct ubifs_nbranch *branch; local
[all...]
H A Dlpt_commit.c916 struct ubifs_nbranch *branch; local
918 branch = &nnode->parent->nbranch[nnode->iip];
919 if (branch->lnum != lnum || branch->offs != offs)
960 struct ubifs_nbranch *branch; local
965 branch = &pnode->parent->nbranch[pnode->iip];
966 if (branch->lnum != lnum || branch->offs != offs)
1530 struct ubifs_nbranch *branch; local
1534 branch
1564 struct ubifs_nbranch *branch; local
[all...]
/u-boot/arch/arm/mach-omap2/
H A Dlowlevel_init.S78 @ In case of IRQ happening in Secure, then ARM will branch here.
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S51 @ In case of IRQ happening in Secure, then ARM will branch here.
/u-boot/drivers/usb/host/
H A Dohci-hcd.c305 printf(__FILE__ ": %s branch int %2d(%2x):", str, i, i);
587 /* search for the right branch to insert an interrupt ed into the int tree
589 * returns the branch and
594 int i, branch = 0; local
597 * branch of all 32 branches
600 if (ohci->ohci_int_load [branch] > ohci->ohci_int_load [i])
601 branch = i;
603 branch = branch % interval;
604 for (i = branch;
[all...]
/u-boot/arch/arm/
H A Dconfig.mk114 # to a short branch (b.n instruction) that won't reach when the symbol
/u-boot/arch/arm/lib/
H A Ddiv64.S143 @ If possible, branch for another shift in the division loop.
/u-boot/scripts/
H A Dget_maintainer.pl766 my $branch = "";
767 $branch = $3 if $3;
768 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;

Completed in 130 milliseconds