| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/ |
| H A D | 0001-csv-revision-Drop-the-git-revision-info.patch | 4 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/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/ |
| H A D | p10bmc-ipmi-fru.yaml | 35 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-ibm/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-config.bbappend | 3 # 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/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ |
| H A D | ethanolx-ipmi-fru.yaml | 23 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 D | daytonax-ipmi-fru.yaml | 23 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 D | romulus-ipmi-fru.yaml | 19 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/poky/scripts/lib/resulttool/ |
| H A D | store.py | 57 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/poky/bitbake/lib/bb/fetch2/ |
| H A D | git.py | 21 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 D | bzr.py | 38 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
|
| H A D | svn.py | 58 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 D | osc.py | 47 ud.revision = ud.parm['rev'] 52 ud.revision = rev 54 ud.revision = "" 56 …d.expand('%s_%s_%s.tar.gz' % (ud.module.replace('/', '.'), relpath.replace('/', '.'), ud.revision)) 72 if getattr(ud, 'revision', ''): 73 options.append("-r %s" % ud.revision) 90 Fetch latest revision for the given package 106 rev = getattr(ud, 'revision', "latest")
|
| /openbmc/u-boot/board/overo/ |
| H A D | overo.c | 60 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/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/ |
| H A D | nf5280m7-ipmi-fru.yaml | 26 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/phosphor-hwmon/msl/ |
| H A D | max31785-msl | 18 # 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/libcper/ |
| H A D | ir-parse.c | 89 //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/libcper/sections/ |
| H A D | cper-section-firmware.c | 45 //Revision, record identifier. in cper_section_firmware_to_ir() 46 json_object_object_add(section_ir, "revision", in cper_section_firmware_to_ir() 47 json_object_new_int(firmware_error->Revision)); in cper_section_firmware_to_ir() 68 section_cper->Revision = json_object_get_int( in ir_section_firmware_to_cper() 69 json_object_object_get(section, "revision")); in ir_section_firmware_to_cper()
|
| /openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/ |
| H A D | fp5280g3-ipmi-fru.yaml | 23 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/openbmc/poky/scripts/ |
| H A D | yocto_testresults_query.py | 32 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)")
|
| H A D | buildhistory-diff | 3 # Report significant differences in the buildhistory repository since a specific revision 27 %(prog)s [options] [from-revision [to-revision]] 28 … (if not specified, from-revision defaults to build-minus-1, and to-revision defaults to HEAD)""") 120 … sys.stderr.write("Unable to find previous build revision in buildhistory repository\n\n") 123 sys.stderr.write('Specified git revision "%s" is not valid\n' % e.args[0])
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | __init__.py | 25 """Take a revision string such as "1" or "1.2.3" or even a number and increase its last number 34 logger.critical("Unable to increase revision value %s: %s" % (ver, e)) 40 """Compares x.y.z revision numbers, using integer comparison 61 """Compares x.y.z revision numbers, using integer comparison 66 """Compares x.y.z revision numbers, using integer comparison
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-uhci-pci.c | |
| /openbmc/u-boot/arch/arm/mach-uniphier/ |
| H A D | micro-support-card.c | 39 u32 revision; in support_card_show_revision() local 41 revision = readl(MICRO_SUPPORT_CARD_REVISION); in support_card_show_revision() 42 revision &= 0xff; in support_card_show_revision() 44 /* revision 3.6.x card changed the revision format */ in support_card_show_revision() 46 revision >> 4 == 6 ? "3." : "", in support_card_show_revision() 47 revision >> 4, revision & 0xf); in support_card_show_revision()
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_device_id.robot | 9 ... Device ID, Device Revision, Firmware Revision 1 & 2, 11 ... Auxiliary Firmware Revision Information 64 # Verify Device Revision. 68 # Comparing the reserved bits from Device Revision. 75 # Verify Firmware Revision 1. 81 # Verify Firmware Revision 2. 103 # Get Auxiliary Firmware Revision Information from IPMI response.
|
| /openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/ |
| H A D | palmetto-ipmi-fru.yaml | 19 xyz.openbmc_project.Inventory.Decorator.Revision: 82 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: 213 xyz.openbmc_project.Inventory.Decorator.Revision:
|
| /openbmc/libcper/specification/json/sections/ |
| H A D | cper-firmware.json | 5 "required": ["errorRecordType", "revision", "recordID", "recordIDGUID"], 13 "revision": { object 15 "description": "Indicates the Header Revision"
|