Home
last modified time | relevance | path

Searched full:revision (Results 1 – 25 of 2506) sorted by relevance

12345678910>>...101

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/
H A D0001-csv-revision-Drop-the-git-revision-info.patch4 Subject: [PATCH] csv-revision: Drop the git revision info
7 to produce an incremental revision number like 1.8.18.13 or 1.8.18.14
17 the git revision info as [1] is meaningness. So drop the git revsion
26 csv-revision | 1 +
29 diff --git a/csv-revision b/csv-revision
31 --- a/csv-revision
32 +++ b/csv-revision
/openbmc/linux/Documentation/scsi/
DChangeLog.ncr53c8xx
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/
H A Dp10bmc-ipmi-fru.yaml35 xyz.openbmc_project.Inventory.Decorator.Revision:
62 xyz.openbmc_project.Inventory.Decorator.Revision:
89 xyz.openbmc_project.Inventory.Decorator.Revision:
116 xyz.openbmc_project.Inventory.Decorator.Revision:
143 xyz.openbmc_project.Inventory.Decorator.Revision:
170 xyz.openbmc_project.Inventory.Decorator.Revision:
197 xyz.openbmc_project.Inventory.Decorator.Revision:
224 xyz.openbmc_project.Inventory.Decorator.Revision:
251 xyz.openbmc_project.Inventory.Decorator.Revision:
278 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/
H A Dethanolx-ipmi-fru.yaml23 xyz.openbmc_project.Inventory.Decorator.Revision:
46 xyz.openbmc_project.Inventory.Decorator.Revision:
73 xyz.openbmc_project.Inventory.Decorator.Revision:
137 xyz.openbmc_project.Inventory.Decorator.Revision:
165 xyz.openbmc_project.Inventory.Decorator.Revision:
193 xyz.openbmc_project.Inventory.Decorator.Revision:
221 xyz.openbmc_project.Inventory.Decorator.Revision:
249 xyz.openbmc_project.Inventory.Decorator.Revision:
277 xyz.openbmc_project.Inventory.Decorator.Revision:
305 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/
H A Ddaytonax-ipmi-fru.yaml23 xyz.openbmc_project.Inventory.Decorator.Revision:
46 xyz.openbmc_project.Inventory.Decorator.Revision:
73 xyz.openbmc_project.Inventory.Decorator.Revision:
137 xyz.openbmc_project.Inventory.Decorator.Revision:
165 xyz.openbmc_project.Inventory.Decorator.Revision:
193 xyz.openbmc_project.Inventory.Decorator.Revision:
221 xyz.openbmc_project.Inventory.Decorator.Revision:
249 xyz.openbmc_project.Inventory.Decorator.Revision:
277 xyz.openbmc_project.Inventory.Decorator.Revision:
305 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/
H A Dromulus-ipmi-fru.yaml19 xyz.openbmc_project.Inventory.Decorator.Revision:
46 xyz.openbmc_project.Inventory.Decorator.Revision:
110 xyz.openbmc_project.Inventory.Decorator.Revision:
138 xyz.openbmc_project.Inventory.Decorator.Revision:
166 xyz.openbmc_project.Inventory.Decorator.Revision:
194 xyz.openbmc_project.Inventory.Decorator.Revision:
222 xyz.openbmc_project.Inventory.Decorator.Revision:
250 xyz.openbmc_project.Inventory.Decorator.Revision:
278 xyz.openbmc_project.Inventory.Decorator.Revision:
306 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend3 # Calculate the auxiliary firmware revision to be updated in the dev_id.json
5 # formats. The revision field is 4 bytes, the first two bytes represent the
9 # would display the firmware revision as "Firmware version: 2.01.02160000",
10 # "0216" is count and the revision is "0000". With the format
11 # "ibm-v2.0-10-r41-0-gd0c319e" Petitboot would display the firmware revision
12 # as "Firmware version: 2.00.00100041", "0010" is count and the revision
41 # Update dev_id.json with the auxiliary firmware revision
/openbmc/linux/drivers/soc/nuvoton/
Dwpcm450-soc.c
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py21 and current revision may disappear from upstream repo. This option will
51 For local git:// urls to use the current branch HEAD as the revision for use with
244 # rev of this repository. This will get resolved into a revision
245 # later. If an actual revision happens to have also been provided
257 # Ensure any revision that doesn't look like a SHA-1 is translated into one
258 if not sha1_re.match(ud.revision or ''):
259 if ud.revision:
260 ud.unresolvedrev = ud.revision
261 ud.revision = self.latest_revision(ud, d, ud.name)
268 # per revision, so that even if the revision disappears from the
[all …]
H A Dsvn.py58 ud.revision = ud.parm['rev']
60 # Whether to use the @REV peg-revision syntax in the svn command or not
65 … % (ud.module.replace('/', '.'), ud.host, ud.path.replace('/', '.'), ud.revision, ["0", "1"][ud.pe…
104 if ud.revision:
105 options.append("-r %s" % ud.revision)
107 suffix = "@%s" % (ud.revision)
192 Return the latest upstream revision number
199 # then we expect the revision on the 2nd line
200 revision = re.search('^r([0-9]*)', output.splitlines()[1]).group(1)
202 return revision
[all …]
H A Dbzr.py38 if not ud.revision:
39 ud.revision = self.latest_revision(ud, d)
41 … ud.localfile = d.expand('bzr_%s_%s_%s.tar.gz' % (ud.host, ud.path.replace('/', '.'), ud.revision))
60 if ud.revision:
61 options.append("-r %s" % ud.revision)
110 Return the latest upstream revision number
122 Return a sortable revision number which in our case is the revision number
128 return ud.revision
/openbmc/linux/include/uapi/linux/netfilter/
Dxt_set.h
/openbmc/u-boot/board/overo/
H A Dovero.c60 unsigned char revision; member
150 printf("Board revision: %d\n", get_board_revision()); in misc_init_r()
169 expansion_config.revision, in misc_init_r()
177 expansion_config.revision, in misc_init_r()
185 expansion_config.revision, in misc_init_r()
192 expansion_config.revision, in misc_init_r()
200 expansion_config.revision, in misc_init_r()
208 expansion_config.revision, in misc_init_r()
216 expansion_config.revision, in misc_init_r()
222 expansion_config.revision, in misc_init_r()
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py57 revision = (config['commit'], config['branch'], str(config['commit_count']))
58 if revision not in revisions:
59 revisions[revision] = {}
60 if suite not in revisions[revision]:
61 revisions[revision][suite] = {}
62 revisions[revision][suite][result] = results[suite][result]
68 if args.revision and r[0] != args.revision:
122 parser_build.add_argument('-r', '--revision', default='',
123 help='only store data for the specified revision')
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/
H A Dnf5280m7-ipmi-fru.yaml26 xyz.openbmc_project.Inventory.Decorator.Revision:
127 xyz.openbmc_project.Inventory.Decorator.Revision:
153 xyz.openbmc_project.Inventory.Decorator.Revision:
179 xyz.openbmc_project.Inventory.Decorator.Revision:
205 xyz.openbmc_project.Inventory.Decorator.Revision:
231 xyz.openbmc_project.Inventory.Decorator.Revision:
257 xyz.openbmc_project.Inventory.Decorator.Revision:
283 xyz.openbmc_project.Inventory.Decorator.Revision:
309 xyz.openbmc_project.Inventory.Decorator.Revision:
331 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/linux/arch/arm/mach-mvebu/
Dmvebu-soc-id.c
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/
H A Dfp5280g3-ipmi-fru.yaml23 xyz.openbmc_project.Inventory.Decorator.Revision:
121 xyz.openbmc_project.Inventory.Decorator.Revision:
143 xyz.openbmc_project.Inventory.Decorator.Revision:
169 xyz.openbmc_project.Inventory.Decorator.Revision:
195 xyz.openbmc_project.Inventory.Decorator.Revision:
221 xyz.openbmc_project.Inventory.Decorator.Revision:
247 xyz.openbmc_project.Inventory.Decorator.Revision:
273 xyz.openbmc_project.Inventory.Decorator.Revision:
299 xyz.openbmc_project.Inventory.Decorator.Revision:
325 xyz.openbmc_project.Inventory.Decorator.Revision:
[all …]
/openbmc/libcper/
H A Dir-parse.c89 //Revision. in ir_header_to_cper()
90 json_object *revision = json_object_object_get(header_ir, "revision"); in ir_header_to_cper() local
92 json_object_get_int(json_object_object_get(revision, "minor")); in ir_header_to_cper()
94 json_object_get_int(json_object_object_get(revision, "major")); in ir_header_to_cper()
95 header->Revision = minor + (major << 8); in ir_header_to_cper()
216 //Revision. in ir_section_descriptor_to_cper()
217 json_object *revision = in ir_section_descriptor_to_cper() local
218 json_object_object_get(section_descriptor_ir, "revision"); in ir_section_descriptor_to_cper()
220 json_object_get_int(json_object_object_get(revision, "minor")); in ir_section_descriptor_to_cper()
222 json_object_get_int(json_object_object_get(revision, "major")); in ir_section_descriptor_to_cper()
[all …]
/openbmc/phosphor-hwmon/msl/
H A Dmax31785-msl18 # Check a max31785 firmware revision and set the MSL property
25 usage="Usage: $(basename "$0") -p PATH... -b BUS_NUMBER -r REVISION"
35 revision=$OPTARG
49 if [ -z "$paths" ] || [ -z "$bus" ] || [ -z "$revision" ]; then
62 if (( actual >= revision )); then
/openbmc/linux/drivers/ata/
Dpata_ali.c
/openbmc/linux/arch/mips/include/asm/sibyte/
Dsb1250_defs.h
/openbmc/linux/net/netfilter/
Dxt_set.c
/openbmc/linux/arch/arm/mach-zynq/
Dcommon.c
/openbmc/linux/drivers/ssb/
Ddriver_chipcommon.c
/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py32 def get_sha1(pokydir, revision): argument
34 …rev = subprocess.check_output(["git", "rev-list", "-n", "1", revision], cwd=pokydir).decode('utf-8…
35 logger.info(f"SHA-1 revision for {revision} in {pokydir} is {rev}")
38 logger.error(f"Can not find SHA-1 for {revision} in {pokydir}")
55 logger.info(f"Fetching matching revision: {rev}")
85 …logger.error("One or more revision(s) missing. You might be targeting nonexistant tags/branches, o…
107 help="Revision or tag against which to compare results (i.e: the older)")
110 help="Revision or tag to compare against the base (i.e: the newer)")

12345678910>>...101