/openbmc/openbmc/poky/scripts/ |
H A D | patchtest-get-series | 3 # get-latest-series: Download latest patch series from Patchwork 10 # the interval into the past which we want to check for new series, in minutes 13 # Maximum number of series to retrieve. the Patchwork API can support up to 250 20 # Name of the file to use/check as a log of previously-tested series IDs 23 # Patchwork project to pull series patches from 31 echo "Usage: get-latest-series [ -i | --interval MINUTES ] 35 [ -t | --tested-series LOGFILE] 63 -t|--tested-series) 80 # the corresponding timestamp we want to check against for new patch series 84 echo "Series check limit is $SERIES_CHECK_LIMIT" [all …]
|
H A D | patchtest.README | 36 For git-pw (and therefore scripts such as patchtest-get--series) to work, you need 54 generate). git-pw can also be used with filters for users, patch/series IDs, 58 Alternatively, `scripts/patchtest-get-series` can be used to pull mbox files from 60 called ".series_test.log" to store and compare series IDs so that the same 62 it will pull up to five patch series from the last 30 minutes using oe-core as 65 `patchtest-get-series -h`. 74 or patchtest-get-series 108 2. Collect patches via patchtest-get-series (or other manual step) into the
|
H A D | b4-wrapper-poky.py | 22 # It checks that all patches in the series make changes to at most one project. 45 # each patch. We edit the same file in a series by using the References field 47 # the series. To avoid cluttering the disk, the last patch in the list removes 150 # No need to check other patches in the series as there aren't any 168 …print(f"Series spans more than one project ({', '.join(sorted(uniq_series_projs))}), split into mu… 183 # Last patch in the series, cleanup tmp file
|
/openbmc/u-boot/tools/patman/ |
H A D | patchstream.py | 14 from series import Series 32 # Patch series tag 33 re_series_tag = re.compile('^Series-([a-z-]*): *(.*)') 35 # Commit series tag 54 """Class for detecting/injecting tags in a patch or series of patches 61 def __init__(self, series, name=None, is_log=False): argument 68 self.notes = [] # Series notes 70 self.series = series # Info about the patch series 79 """Add a new Series-xxx tag. 81 When a Series-xxx tag is detected, we come here to record it, if we [all …]
|
H A D | func_test.py | 56 def CreatePatchesForTest(self, series): argument 59 for i, commit in enumerate(series.commits): 65 if series.get('cover'): 76 This creates a series from some hard-coded patches build from a simple 79 Series-to: u-boot 80 Series-prefix: RFC 81 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 83 Series-version: 2 84 Series-changes: 4 88 test: A test patch series [all …]
|
H A D | README | 24 Series-to: fred.blogs@napier.co.nz 26 in one of your commits, the series will be sent there. 37 - Maintain a number of branches, one for each patch series you are 40 series should be sent, cover letter, version, etc. Most of these are 136 there are in your series: 164 commit. Most can only appear once in the whole series. 166 Series-to: email / alias 167 Email address / alias to send patch series to (you can add this 170 Series-cc: email / alias, ... 171 Email address / alias to Cc patch series to (you can add this [all …]
|
H A D | gitutil.py | 8 import series 256 def CreatePatches(start, count, series): argument 257 """Create a series of patches from the top of the current branch. 269 if series.get('version'): 270 version = '%s ' % series['version'] 272 if series.get('cover'): 274 prefix = series.GetPatchPrefix() 283 if series.get('cover'): 334 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument 337 """Email a patch series. [all …]
|
H A D | patman | 49 help="Message ID that this series is in reply to") 144 series = patchstream.GetMetaData(options.start, options.count) variable 146 series) 149 patchstream.FixPatches(series, args) 150 if cover_fname and series.get('cover'): 151 patchstream.InsertCoverLetter(cover_fname, series, options.count) 153 # Do a few checks on the series 154 series.DoChecks() 162 cc_file = series.MakeCcFile(options.process_tags, cover_fname, 170 cmd = gitutil.EmailPatches(series, cover_fname, args, [all …]
|
H A D | patman.py | 49 help="Message ID that this series is in reply to") 144 series = patchstream.GetMetaData(options.start, options.count) variable 146 series) 149 patchstream.FixPatches(series, args) 150 if cover_fname and series.get('cover'): 151 patchstream.InsertCoverLetter(cover_fname, series, options.count) 153 # Do a few checks on the series 154 series.DoChecks() 162 cc_file = series.MakeCcFile(options.process_tags, cover_fname, 170 cmd = gitutil.EmailPatches(series, cover_fname, args, [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | cpu.hpp | 112 {0x3b, "AMD Opteron 6100 Series Processor"}, 113 {0x3c, "AMD Opteron 4100 Series Processor"}, 114 {0x3d, "AMD Opteron 6200 Series Processor"}, 115 {0x3e, "AMD Opteron 4200 Series Processor"}, 116 {0x3f, "AMD FX Series Processor"}, 123 {0x46, "AMD C-Series Processor"}, 124 {0x47, "AMD E-Series Processor"}, 125 {0x48, "AMD A-Series Processor"}, 126 {0x49, "AMD G-Series Processor"}, 127 {0x4a, "AMD Z-Series Processor"}, [all …]
|
/openbmc/u-boot/tools/patman/test/ |
H A D | test01.txt | 16 Series-notes: 42 Series-to: u-boot 43 Series-prefix: RFC 44 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 46 Series-version: 3 48 Series-changes: 4 52 test: A test patch series
|
H A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 18 Series-to: u-boot 19 Series-prefix: RFC 20 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 22 Series-version: 3 24 Series-changes: 4 28 test: A test patch series
|
/openbmc/u-boot/doc/ |
H A D | README.generic-board | 33 The full text of the original generic board series is reproduced below. 37 This series creates a generic board.c implementation which contains 70 This series removes the dependency on generic relocation. So relocation 72 relocation series for a proposed solution to this for ARM: 76 or Graeme's recent x86 series v2: 80 Instead of moving over a whole architecture, this series takes the approach 88 I think it is a good target for this series. On the other hand, x86 is 90 few issues to be solved. So I have chosen both ARM and x86 for this series. 109 be done as a separate change, and this series does not require it. 111 While this series needs to stand on its own (as with the link script [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 44 def ShowActions(series, why_selected, boards_selected, builder, options, argument 49 series: Series object 64 if series: 65 commits = series.commits 72 for upto in range(0, len(series.commits), options.step): 73 commit = series.commits[upto] 237 # them. For example, Series-version is not useful for buildman. On the 249 series = patchstream.GetMetaDataForList(upstream_commit, 250 options.git_dir, 1, series=None, allow_overwrite=True) 252 series = patchstream.GetMetaDataForList(range_expr, [all …]
|
/openbmc/phosphor-pid-control/experiments/ |
H A D | drive.cpp | 80 std::vector<std::tuple<tstamp, int64_t, int64_t>>& series, in driveGoal() argument 101 series.emplace_back(t1, n0, n1); in driveGoal() 112 std::tuple<tstamp, int64_t, int64_t> nm2 = series.at(seriesCnt - 3); in driveGoal() 114 std::tuple<tstamp, int64_t, int64_t> nm1 = series.at(seriesCnt - 2); in driveGoal() 142 std::vector<std::tuple<tstamp, int64_t, int64_t>>& series, in driveTime() argument 152 auto& s0 = series.at(0); in driveTime() 166 series.emplace_back(t1, n0, n1); in driveTime() 182 /* Time series of the data, the timestamp after both are read and the in driveMain() 184 std::vector<std::tuple<tstamp, int64_t, int64_t>> series; in driveMain() local 232 series.emplace_back(t1, fan0_start, fan1_start); in driveMain() [all …]
|
/openbmc/qemu/docs/system/arm/ |
H A D | stm32.rst | 9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are 14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are 19 The STM32F4 series is based on ARM Cortex-M4F core, as well as the STM32L4 20 ultra-low-power series. The STM32F4 series is pin-to-pin compatible with STM32F2 series. 27 There are many other STM32 series that are currently not supported by QEMU.
|
H A D | nrf.rst | 9 The nRF51 series is the first series for short range wireless applications. 10 It is superseded by the nRF52 series. 15 There are other series such as nRF52, nRF53 and nRF91 which are currently not
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | releases.rst | 8 Release Series 5.1 (styhead) 14 Release Series 5.0 (scarthgap) 20 Release Series 4.0 (kirkstone) 30 Release Series 4.3 (nanbield) 36 Release Series 4.2 (mickledore) 42 Release Series 4.1 (langdale) 48 Release Series 3.4 (honister) 54 Release Series 3.3 (hardknott) 60 Release Series 3.2 (gatesgarth) 66 Release Series 3.1 (dunfell) [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | copyleft_compliance.bbclass | 18 """Populate a tree of the recipe sources and emit patch series files""" 60 series = os.path.join(dest, 'series.subdir.%s' % patchdir.replace('/', '_')) 62 series = os.path.join(dest, 'series') 64 with open(series, 'a') as s:
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | single_fab.hpp | 22 * This API updates the IM value to the P11 series or creates PEL in invalid 65 * @brief API to update IM value on system planar EEPROM path to P11 series. 92 "Failed to check if system is of P10 series. Error : ") + in isP10System() 119 "Failed to check if system is of P11 series. Error : ") + in isP11System() 127 * @brief API to check if it is a valid IM series. 129 * This API checks if the provided IM value is of either P10 or P11 series. 133 * @return true, if valid IM series. Otherwise false. 140 // valid IM series.
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 96 "Series does not apply on top of target branch %s" 116 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 124 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 132 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 137 …self.fail('Series has malformed diff lines. Create the series again using git-format-patch and ens… 170 …self.fail('Invalid author %s. Resend the series with a valid patch author' % commit.author, commit… 176 "Invalid author %s. Resend the series with a valid patch author"
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | Kconfig | 57 bool "TI OMAP SoC series USB DRD PHY driver" 63 bool "Exynos5 SoC series USB DRD PHY driver" 65 Enable USB DRD PHY support for Exynos 5 SoC series. 67 present on Exynos5 SoC series.
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 78 line ``Based-on: $MESSAGE_ID`` to your cover letter to make the series 86 Split up longer patches into a patch series of logical code changes. 93 last, so that someone reading the series can do a clean-room evaluation 106 If a series requires large blocks of code motion, there are tricks for 107 making the refactoring easier to review. Split up the series so that 207 work with a full build before submitting a series, especially if your 215 your series fixes. Keeping separate commits for the test and the fix 217 the problem, then again to place it last in the series so that 247 Example workflow to prepare a patch series: 250 2. Create a new series with a topical branch name using ``b4 prep -n descriptive-name``. [all …]
|
/openbmc/openbmc/poky/documentation/ |
H A D | set_versions.py | 156 sys.exit("Unknown series for branch %s" % branch) 171 series = [k for k in release_series] variable 172 previousseries = series[series.index(ourseries)+1:] or [""] 188 print("Release series calculated to be %s" % ourseries) 229 # - latest doc version in current series 301 title = "Release Series %s (%s)" % (release_series[activerelease], activerelease) 317 for series in release_series: 318 if series == devbranch or series in activereleases: 321 if series == "jethro-pre": 324 title = "Release Series %s (%s)" % (release_series[series], series) [all …]
|
/openbmc/u-boot/board/bosch/shc/ |
H A D | Kconfig | 79 config SERIES config in choiceab9105fa0204 80 bool "Series board version" 82 activate, if you want to build for the Series version
|