Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A DREADME10 - Creates patch directly from your branch
16 It is intended to automate patch creation and make it a less
23 git format-patch, git send-email, etc. with the correct parameters
39 - Maintain a number of branches, one for each patch series you are
141 This will create patch files in your current directory and tell you who
142 it is thinking of sending them to. Take a look at the patch files.
168 Email address / alias to send patch series to (you can add this
172 Email address / alias to Cc patch series to (you can add this
176 Sets the version number of this patch series
180 RFC patches, or RESEND if you are being ignored. The patch subject
[all …]
H A Dseries.py117 cc_list = list(self._generated_cc[commit.patch])
237 cc += get_maintainer.GetMaintainer(commit.patch)
243 print(commit.patch, ', '.join(set(cc)), file=fd)
244 self._generated_cc[commit.patch] = cc
H A Dpatchstream.py484 commit.patch = fname
/rk3399_rockchip-uboot/doc/
H A DREADME.zfs1 This patch series adds support for ZFS listing and load to u-boot.
8 1. After applying the patch, zfs specific commands can be seen
H A DREADME.qemu-mips13 Supports emulated flash (patch Jean-Christophe PLAGNIOL-VILLARD) with
58 #patch to fix mips interrupt init on 2.6.24.y kernel
59 qemu_mips_kernel.patch
H A DREADME.bitbangMII1 This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to
H A DREADME.falcon214 3. Use "fdt" commands to patch the DT blob:
H A DREADME.x86186 representation of an ELF file. You need the patch "Support decoding a stage
223 did not describe any details. We need manually apply the patch to the FSP
865 which is unknown to SeaBIOS. An example patch is needed for SeaBIOS below:
881 Note: the patch above expects IGD device is at PCI b.d.f 0.2.0 and its VGA ROM
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c705 int rv, rc, tty, term, prot, patch; in main() local
719 patch = 0; in main()
746 patch = 1; in main()
786 if (patch && !imgpath) in main()
801 prot = PROT_READ | (patch ? PROT_WRITE : 0); in main()
810 if (patch) { in main()
/rk3399_rockchip-uboot/configs/
H A Dapf27_defconfig6 CONFIG_IDENT_STRING=" apf27 patch 3.10"
/rk3399_rockchip-uboot/
H A D.gitignore21 *.patch
H A DMAINTAINERS7 Q: Patchwork web based patch tracking system site
14 much other than throw the odd patch in. See below..
41 patch or file. For instance:
H A DREADME3773 the form of a "patch", i. e. a context diff against a certain (latest
3776 But before you submit such a patch, please verify that your modifi-
5130 Send patch file to the U-Boot email list;
5186 When you send a patch, please include the following information with
5189 * For bug fixes: a description of the bug and how your patch fixes
5191 patch actually fixes something.
5196 * A CHANGELOG entry as plaintext (separate from the patch)
5204 * If your patch adds new configuration options, don't forget to
5207 * The patch itself. If you are using git (which is *strongly*
5208 recommended) you can easily generate the patch using the
[all …]
/rk3399_rockchip-uboot/tools/patman/test/
H A Dtest01.txt52 test: A test patch series
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch28 test: A test patch series
/rk3399_rockchip-uboot/doc/driver-model/
H A Dserial-howto.txt11 forward to convert these, at some point there may come a patch to remove them!
H A Di2c-howto.txt23 forward to convert these, at some point there may come a patch to remove them!
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl503 open(my $patch, "< $file")
513 while (<$patch>) {
534 close($patch);
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi64155 boot0img can also patch boot0 to avoid loading U-Boot from 19MB, instead
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox390 expand a test and include it with your patch series submission. Test
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt106 ./patch.sh
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME26 with your patch series. It can build each individual commit and report
41 If not, it is a bug, for which a patch would be welcome.