Home
last modified time | relevance | path

Searched refs:version (Results 176 – 200 of 8534) sorted by relevance

12345678910>>...342

/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson/
H A D0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch4 Subject: [PATCH] setup.py: Do not poke at git describe to find version
7 not PEP440 compliant version scheme. setuptools 67+ is strict about it
8 and fails to build. Therefore inject a static version.py from OE
9 environment and use that for version number based on PV
22 # Also, when git is not available (PyPi package), use stored version.py.
23 version_py = os.path.join(os.path.dirname(__file__), 'version.py')
/openbmc/u-boot/drivers/crypto/fsl/
H A DKconfig7 Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
18 Secure boot and trust architecture compatible version 2
23 Secure boot and trust architecture compatible version 4
28 Secure boot and trust architecture compatible version 5
33 Secure boot and trust architecture compatible version 6
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A D0001-m4-Just-emit-the-first-line-of-compiler-version.patch4 Subject: [PATCH] m4: Just emit the first line of compiler version
24 - echo "/* generated using a gnu compiler version" `$CC --version` "*/" \
25 + echo "/* generated using a gnu compiler version" `$CC --version|head -1` "*/" \
/openbmc/linux/tools/perf/
H A Dbuiltin-version.c12 struct version { struct
16 static struct version version; argument
19 OPT_BOOLEAN(0, "build-options", &version.build_options,
93 if (version.build_options || verbose > 0) in cmd_version()
/openbmc/openbmc/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend17 print ("Preparing YADRO-specific version information")
45 # then pretend it is a normal version tag
52 version = versionList[0] if len(versionList) > 0 else ''
64 # If there is no tag, take branch name for the major version
65 # and assume the minor version to be 0, patch level will
72 version = branch_name.split('-')[0]
73 version += '.0'
80 # designate the major and minor version, patch level is as usual
82 release = version
93 version_id = version
[all …]
/openbmc/linux/arch/m68k/emu/
H A Dnatfeat.c77 unsigned long id, version; in nf_init() local
83 version = nf_call(id); in nf_init()
91 pr_info("NatFeats found (%s, %lu.%lu)\n", buf, version >> 16, in nf_init()
92 version & 0xffff); in nf_init()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst51 - ``version``
54 The version reported is provided by the V4L2 subsystem following the
56 version as the kernel if, for example, a stable or
59 The version number is formatted using the ``KERNEL_VERSION()``
65 ``__u32 version = KERNEL_VERSION(0, 8, 1);``
69 ``(version >> 16) & 0xFF, (version >> 8) & 0xFF, version & 0xFF);``
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst16 firmware ABI version changes. It is recommended that firmware files be
17 versioned with at least a major/minor version. It is suggested that
19 specific name, and just the major version. The firmware version should
23 overwritten with the newest compatible major version. Newer major
24 version firmware shall remain compatible with all kernels that load
30 This means no major version bumps without the kernel retaining
31 backwards compatibility for the older major versions. Minor version
/openbmc/linux/fs/dlm/
H A Duser.c55 __u32 version[3]; member
75 __u32 version[3]; member
91 kb->version[0] = kb32->version[0]; in compat_input()
92 kb->version[1] = kb32->version[1]; in compat_input()
93 kb->version[2] = kb32->version[2]; in compat_input()
128 res32->version[0] = res->version[0]; in compat_output()
129 res32->version[1] = res->version[1]; in compat_output()
130 res32->version[2] = res->version[2]; in compat_output()
494 req->version[0], in check_version()
495 req->version[1], in check_version()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h6 __u8 version; member
25 __u8 version; member
46 __u8 version; member
58 __u8 version; member
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DVersion.errors.yaml3 A system component has a software version that is incompatible as
7 prevented from powering on if a minimum version level is not met.
10 This image version already exists on the device
13 Signature Validation failed for image version.
/openbmc/linux/Documentation/networking/devlink/
H A Dnfp.rst53 - The CPLD firmware component version
56 - The APP firmware component version
59 - The UNDI firmware component version
62 - The NSCI firmware component version
65 - The CFGR firmware component version
/openbmc/linux/fs/unicode/
H A DREADME.utf8data2 Character Database for version 12.1.0 of the Unicode standard.
39 To update to the newer version of the Unicode standard, the latest
40 released version of the UCD can be found here:
49 version generated from the 12.1.0 UCD should be 4,109 lines long, and
50 have a total size of 324k) and/or comparing it with the older version
53 If you are a kernel developer updating to a newer version of the
55 with the version of the UCD that was used, the md5sum and sha1sums of
/openbmc/phosphor-logging/
H A Delog_serialize.cpp34 e.associations(), e.resolved(), e.version(), e.updateTimestamp(), in save()
46 void load(Archive& a, Entry& e, const std::uint32_t version) in load() argument
62 if (version < std::stoul(FIRST_CEREAL_CLASS_VERSION_WITH_FWLEVEL)) in load()
68 else if (version < std::stoul(FIRST_CEREAL_CLASS_VERSION_WITH_UPDATE_TS)) in load()
74 else if (version < std::stoul(FIRST_CEREAL_CLASS_VERSION_WITH_EVENTID)) in load()
79 else if (version < std::stoul(FIRST_CEREAL_CLASS_VERSION_WITH_RESOLUTION)) in load()
98 e.version(fwVersion, true); in load()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-with-zeromq-exception9 This version of the GNU Lesser General Public License incorporates
10 the terms and conditions of version 3 of the GNU General Public
15 As used herein, "this License" refers to version 3 of the GNU Lesser
53 version:
119 necessary to install and execute a modified version of the
151 Each version is given a distinguishing version number. If the
153 of the GNU Lesser General Public License "or any later version"
155 conditions either of that published version or of any later version
157 received it does not specify a version number of the GNU Lesser
164 permanent authorization for you to choose that version for the
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dpcie.c53 if (!pci->func->pcie.version) in nvkm_pcie_get_version()
56 return pci->func->pcie.version(pci); in nvkm_pcie_get_version()
69 nvkm_pcie_set_version(struct nvkm_pci *pci, int version) in nvkm_pcie_set_version() argument
74 nvkm_trace(&pci->subdev, "set to version %i\n", version); in nvkm_pcie_set_version()
75 pci->func->pcie.set_version(pci, version); in nvkm_pcie_set_version()
130 if (pci->func->pcie.version(pci) < 2) { in nvkm_pcie_set_link()
/openbmc/u-boot/tools/patman/
H A Dcommit.py34 def AddChange(self, version, info): argument
41 if not self.changes.get(version):
42 self.changes[version] = []
43 self.changes[version].append(info)
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml57 version of the unprivileged ISA specification.
72 version of the unprivileged ISA specification.
76 20191213 version of the unprivileged specification.
81 ratified in the 20191213 version of the unprivileged ISA
87 20191213 version of the unprivileged ISA specification.
92 ratified in the 20191213 version of the unprivileged ISA
98 ratified in the 20191213 version of the unprivileged ISA
104 ratified in the 20191213 version of the unprivileged ISA
121 version of the privileged ISA specification.
154 version of the privileged ISA specification.
[all …]
/openbmc/phosphor-host-ipmid/user_channel/
H A Dmeson.build25 version: meson.project_version(),
37 version: meson.project_version(),
65 version: meson.project_version(),
90 version: meson.project_version(),
96 version: meson.project_version(),
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.hpp41 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& version) : in Delete() argument
43 version(version) in Delete()
55 Version& version; member in phosphor::software::updater::Delete
85 version(versionString); in Version()
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c481 switch (version->img_type) { in btintel_version_info_tlv()
490 version->limited_cce); in btintel_version_info_tlv()
495 if (version->sbe_type > 0x01) { in btintel_version_info_tlv()
497 version->sbe_type); in btintel_version_info_tlv()
511 version->min_fw_build_nn, version->min_fw_build_cw, in btintel_version_info_tlv()
526 2000 + (version->timestamp >> 8), version->timestamp & 0xff, in btintel_version_info_tlv()
527 version->build_type, version->build_num); in btintel_version_info_tlv()
574 version->img_type = tlv->val[0]; in btintel_parse_version_tlv()
600 version->otp_lock = tlv->val[0]; in btintel_parse_version_tlv()
603 version->api_lock = tlv->val[0]; in btintel_parse_version_tlv()
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c59 return readl(&mci->version) & 0x00000fff; in atmel_mci_get_version()
81 if (version >= 0x200) in mci_set_blklen()
113 if (version >= 0x500) {
134 if (version >= 0x500)
142 if (version >= 0x200)
149 if (version >= 0x500)
399 if ((version & 0xf00) >= 0x300) {
473 unsigned int version; local
490 if ((version & 0xf00) >= 0x300) {
529 u32 version; local
[all …]
/openbmc/qemu/crypto/
H A Drsakey-builtin.c.inc10 * version 2.1 of the License, or (at your option) any later version.
41 uint8_t *version = (uint8_t *)ctx;
43 error_setg(errp, "Invalid rsakey version");
46 *version = *value;
104 * version INTEGER
120 uint8_t version;
133 &version, errp);
155 * According to the standard, otherPrimeInfos must be present for version 1.
160 if (version == 1 && seq_length != 0) {
/openbmc/phosphor-bmc-code-mgmt/
H A Dobmc-flash-bmc74 "/xyz/openbmc_project/software/${version}" \
109 [ "${rmversion}" == "${version}" ] && continue
168 img="/tmp/images/${version}/${imgfile}"
183 set_flashid "${version}"
199 img="/tmp/images/${version}/${imgfile}"
389 img="/tmp/images/${version}/${imgfile}"
568 imgUBoot="${imgpath}/${version}/image-u-boot"
665 version="$3"
679 version="$4"
689 version="$4"
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dwcnss_ctrl.c79 u8 version; member
127 const struct wcnss_version_resp *version; in wcnss_ctrl_smd_callback() local
132 if (count != sizeof(*version)) { in wcnss_ctrl_smd_callback()
138 version = data; in wcnss_ctrl_smd_callback()
140 version->major, version->minor, in wcnss_ctrl_smd_callback()
141 version->version, version->revision); in wcnss_ctrl_smd_callback()

12345678910>>...342