| /rk3399_rockchip-uboot/ |
| H A D | MAINTAINERS | 9 Type is one of: git, hg, quilt, stgit, topgit 31 get_maintainer will not look at git log history when an F: pattern 32 match occurs. When an N: match occurs, git log history is used 33 to also notify the people that have git commit signatures. 59 T: git git://git.denx.de/u-boot-arc.git 65 T: git git://git.denx.de/u-boot-arm.git 71 T: git git://git.denx.de/u-boot-socfpga.git 77 T: git git://git.denx.de/u-boot-atmel.git 104 T: git git://git.denx.de/u-boot-imx.git 127 T: git git://git.denx.de/u-boot-marvell.git [all …]
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 22 """Create a command to perform a 'git log' 26 git_dir: Path to git repositiory (None to use default) 33 cmd = ['git'] 35 cmd += ['--git-dir', git_dir] 78 pipe = ['git', 'name-rev', commit_hash] 90 'git name-rev' returns a plain branch name, with no ! or ^ modifiers. 93 git_dir: Git directory containing repo 119 git_dir: Git directory containing repo 128 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config', 130 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config', [all …]
|
| H A D | README | 23 git format-patch, git send-email, etc. with the correct parameters 43 normally in the top commit so it is easy to change them with 'git 56 file 'doc/git-mailrc' in your U-Boot directory to supply the email aliases 57 you need. To make this work, tell git where to find the file by typing 60 git config sendemail.aliasesfile doc/git-mailrc 182 In the meantime, git format.subjectprefix option will be added as 253 Cc: used by git send-email is ignored by patman, but will be 254 interpreted by git send-email if you use it. 280 Once the patches are created, patman sends them using git send-email. The 291 x86: arm: add a git mailrc file for maintainers [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | setlocalversion | 4 # control systems git, mercurial (hg) and subversion (svn). 45 # Check for git and a git repo. 46 if test -z "$(git rev-parse --show-cdup 2>/dev/null)" && 47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then 51 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then 54 # running further git commands 61 if atag="`git describe 2>/dev/null`"; then 70 # Is this git on svn? 71 if git config --get svn-remote.svn.url >/dev/null; then 72 printf -- '-svn%s' "`git svn find-rev $head`" [all …]
|
| H A D | objdiff | 12 # $ git checkout COMMIT_A 16 # $ git checkout COMMIT_B 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd) 31 echo >&2 "ERROR: Not a git repository." 76 CMT="`git rev-parse --short HEAD`" 97 SRC="`git rev-parse --short HEAD^`" 98 DST="`git rev-parse --short HEAD`" 100 SRC="`git rev-parse --short $1`" 101 DST="`git rev-parse --short $2`" 133 CMT="`git rev-parse --short $1`"
|
| H A D | fill_scrapyard.py | 47 This function runs "git blame" against the given line of the given 51 file: the file to be git-blame'd. 52 line_num: the line number to be git-blame'd. This line number 59 result = subprocess.check_output(['git', 'blame', '-L', 65 'this line was modified before the beginning of git history') 84 committer_date = subprocess.check_output(['git', 'show', '-s', 89 """Change directory to the top of the git repository. 91 Or, exit with an error message if called out of a git repository. 94 toplevel = subprocess.check_output(['git', 'rev-parse', 97 sys.exit('Please run in a git repository.')
|
| H A D | mailmapper | 11 The command 'git shortlog' summarizes git log output in a format suitable 18 (See 'man git-shortlog' for furthur information of this feature.) 22 It runs 'git shortlog' internally and searches differently spelled author 60 toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel']) 62 sys.exit('Please run in a git repository.') 73 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) 86 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) 120 config_mailmap = subprocess.check_output(['git', 'config', 'mailmap.file'])
|
| H A D | get_maintainer.pl | 104 "available" => '(which("git") ne "") && (-e ".git")', 106 "git log --no-color --follow --since=\$email_git_since " . 115 "git log --no-color " . 124 "git log --no-color " . 131 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file", 132 "blame_file_cmd" => "git blame -l \$file", 138 "file_exists_cmd" => "git ls-files \$file", 219 'git!' => \$email_git, 220 'git-all-signature-types!' => \$email_git_all_signature_types, 221 'git-blame!' => \$email_git_blame, [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 4 # This script assumes that the dtc and the linux git trees are in the 7 # in the kernel and creates a git commit updating them to the new 14 # relevant files into the kernel tree and create a git commit. The commit 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 51 dtc_version=$(git describe HEAD) 52 dtc_log=$(git log --oneline ${last_dtc_ver}..) 59 git add ${f} 63 git add ${f}_shipped 67 git add libfdt/${f} 72 git add ./libfdt/libfdt.h [all …]
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | README | 6 > git clone git://git.denx.de/u-boot.git 7 > git clone https://github.com/OP-TEE/optee_os.git 8 > git clone https://github.com/rockchip-linux/rkbin.git 9 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3229/ |
| H A D | README | 6 > git clone git://git.denx.de/u-boot.git 7 > git clone https://github.com/OP-TEE/optee_os.git 8 > git clone https://github.com/rockchip-linux/rkbin.git 9 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | README | 2 source came from the Git repository: 4 URL: git://ozlabs.org/home/dgibson/git/libfdt.git 15 imported into the U-Boot Git repository. 23 "git log" for details.
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 32 > git clone git://git.theobroma-systems.com/arm-trusted-firmware.git 33 > git clone git://git.theobroma-systems.com/rk3399-cortex-m0.git 83 > git clone https://github.com/rockchip-linux/rkdeveloptool 86 > git clone https://github.com/rockchip-linux/rkbin.git
|
| H A D | MAINTAINERS | 10 T: git git://git.theobroma-systems.com/puma-u-boot.git
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.boston | 19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so: 21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston
|
| /rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/ |
| H A D | README | 6 > git clone git://git.denx.de/u-boot.git 7 > git clone https://github.com/rockchip-linux/rkbin.git 8 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
|
| /rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/ |
| H A D | MAINTAINERS | 10 T: git git://git.theobroma-systems.com/lion-u-boot.git
|
| H A D | README | 6 > git clone git://git.theobroma-systems.com/arm-trusted-firmware.git 47 > git clone https://github.com/rockchip-linux/rkdeveloptool 50 > git clone https://github.com/rockchip-linux/rkbin.git
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/ |
| H A D | gpio.h | 9 * git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/ |
| H A D | gpio.h | 9 * git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/ |
| H A D | gpio.h | 9 * git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | omap_gpio.h | 9 * git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | func_test.py | 46 39403bb patman: Use --no-pager' to stop git from forking a pager 50 d073747 patman: Support the 'reverse' option for 'git log 73 patman: Support the 'reverse' option for 'git log' 143 patman: Use --no-pager' to stop git from forking a pager 171 of arguments) to 'make' and 'git' invocation. It is not a true 172 emd-to-end test, as it mocks git, make and the tool chain. But this 175 very limited subset of 'git' arguments is supported - anything 270 print 'git log', args 286 print 'git config', args 290 """Handle execution of a git command [all …]
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | README | 34 > git clone https://github.com/ARM-software/arm-trusted-firmware.git 35 > git clone https://github.com/rockchip-linux/rkbin.git 36 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3328/ |
| H A D | README | 31 > git clone https://github.com/ARM-software/arm-trusted-firmware.git 32 > git clone https://github.com/rockchip-linux/rkbin 33 > git clone https://github.com/rockchip-linux/rkflashtool
|