Home
last modified time | relevance | path

Searched refs:series (Results 1 – 25 of 48) sorted by relevance

12

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py15 from series import Series
62 def __init__(self, series, name=None, is_log=False): argument
71 self.series = series # Info about the patch series
94 self.series.AddTag(self.commit, line, name, value)
113 self.series.AddCommit(self.commit)
119 self.series.cover = self.section
189 self.series.cover = self.section
192 self.series.notes += self.section
211 self.series.cover = self.section
214 self.series.notes += self.section
[all …]
H A Dfunc_test.py57 def CreatePatchesForTest(self, series): argument
60 for i, commit in enumerate(series.commits):
66 if series.get('cover'):
145 series = patchstream.GetMetaDataForTest(text)
146 cover_fname, args = self.CreatePatchesForTest(series)
148 patchstream.FixPatches(series, args)
149 if cover_fname and series.get('cover'):
150 patchstream.InsertCoverLetter(cover_fname, series, count)
151 series.DoChecks()
152 cc_file = series.MakeCcFile(process_tags, cover_fname,
[all …]
H A Dpatman.py141 series = patchstream.GetMetaData(options.start, options.count) variable
143 series)
146 patchstream.FixPatches(series, args)
147 if cover_fname and series.get('cover'):
148 patchstream.InsertCoverLetter(cover_fname, series, options.count)
151 series.DoChecks()
159 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
167 cmd = gitutil.EmailPatches(series, cover_fname, args,
175 series.ShowActions(args, cmd, options.process_tags)
H A Dpatman141 series = patchstream.GetMetaData(options.start, options.count) variable
143 series)
146 patchstream.FixPatches(series, args)
147 if cover_fname and series.get('cover'):
148 patchstream.InsertCoverLetter(cover_fname, series, options.count)
151 series.DoChecks()
159 cc_file = series.MakeCcFile(options.process_tags, cover_fname,
167 cmd = gitutil.EmailPatches(series, cover_fname, args,
175 series.ShowActions(args, cmd, options.process_tags)
H A Dgitutil.py9 import series
257 def CreatePatches(start, count, series): argument
270 if series.get('version'):
271 version = '%s ' % series['version']
273 if series.get('cover'):
275 prefix = series.GetPatchPrefix()
284 if series.get('cover'):
335 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument
392 to = BuildEmailList(series.get('to'), '--to', alias, raise_on_error)
403 cc = BuildEmailList(list(set(series.get('cc')) - set(series.get('to'))),
H A DREADME28 in one of your commits, the series will be sent there.
39 - Maintain a number of branches, one for each patch series you are
42 series should be sent, cover letter, version, etc. Most of these are
137 there are in your series:
165 commit. Most can only appear once in the whole series.
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
187 Sets the name of the series. You don't need to have a name, and
196 Sets the cover letter contents for the series. The first line
[all …]
H A Dtest.py15 import series
83 patchstream.FixPatch(None, inname, series.Series(), None)
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py45 def ShowActions(series, why_selected, boards_selected, builder, options): argument
63 if series:
64 commits = series.commits
71 for upto in range(0, len(series.commits), options.step):
72 commit = series.commits[upto]
215 series = patchstream.GetMetaDataForList(upstream_commit,
216 options.git_dir, 1, series=None, allow_overwrite=True)
218 series = patchstream.GetMetaDataForList(range_expr,
219 options.git_dir, None, series, allow_overwrite=True)
222 series = patchstream.GetMetaDataForList(options.branch,
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.generic-board35 The full text of the original generic board series is reproduced below.
39 This series creates a generic board.c implementation which contains
72 This series removes the dependency on generic relocation. So relocation
74 relocation series for a proposed solution to this for ARM:
78 or Graeme's recent x86 series v2:
82 Instead of moving over a whole architecture, this series takes the approach
90 I think it is a good target for this series. On the other hand, x86 is
92 few issues to be solved. So I have chosen both ARM and x86 for this series.
111 be done as a separate change, and this series does not require it.
113 While this series needs to stand on its own (as with the link script
[all …]
H A DREADME.zfs1 This patch series adds support for ZFS listing and load to u-boot.
H A DREADME.mpc74xx2 Motorola mpc74xx series of CPUs.
H A DREADME.davinci6 DaVinci SOC's comprise of DM644x, DM646x, DM35x and DM36x series of SOC's
8 an OMAP part number are very similar to the DaVinci series of SOC's
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A DKconfig65 bool "TI OMAP SoC series USB DRD PHY driver"
71 bool "Exynos5 SoC series USB DRD PHY driver"
73 Enable USB DRD PHY support for Exynos 5 SoC series.
75 present on Exynos5 SoC series.
/rk3399_rockchip-uboot/test/env/
H A DKconfig5 This enables the 'ut env' command which runs a series of unit
/rk3399_rockchip-uboot/test/dm/
H A DKconfig5 This enables the 'ut dm' command which runs a series of unit
/rk3399_rockchip-uboot/test/overlay/
H A DKconfig6 This enables the 'ut overlay' command which runs a series of unit
/rk3399_rockchip-uboot/
H A D.gitignore68 series
/rk3399_rockchip-uboot/board/freescale/p1022ds/
H A DREADME4 of QorIQ series. P1022 is an e500 based dual core SOC.
/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/board/freescale/ls1043ardb/
H A DREADME6 platform for the Freescale LS1043A processor series, with a complete
/rk3399_rockchip-uboot/drivers/net/
H A DKconfig223 bool "Realtek 8139 series Ethernet controller driver"
225 This driver supports Realtek 8139 series fast ethernet family of
229 bool "Realtek 8169 series Ethernet controller driver"
231 This driver supports Realtek 8169 series gigabit ethernet family of
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/
H A DREADME6 platform for the Freescale LS1043A processor series, with a complete
/rk3399_rockchip-uboot/board/pb1x00/
H A DREADME4 an Alchemy AU1xx0 series cpu with mips32 core.
/rk3399_rockchip-uboot/board/dbau1x00/
H A DREADME4 an Alchemy AU1xx0 series cpu with mips32 core.

12