Home
last modified time | relevance | path

Searched +full:version +full:- +full:minor (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Driver for ETAS GmbH ES58X USB CAN(-FD) Bus Interfaces.
21 * es58x_parse_sw_version() - Extract boot loader or firmware version.
25 * to parse the firmware version or to "BL" to parse the
26 * bootloader version.
29 * version number all prefixed by a magic string and concatenated with
35 * Parse @prod_info and store the version number in
39 * Return: zero on success, -EINVAL if @prefix contains an invalid
40 * value and -EBADMSG if @prod_info could not be parsed.
45 struct es58x_sw_version *version; in es58x_parse_sw_version() local
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dmsl_verify.cpp5 #include "version.hpp"
7 #include <phosphor-logging/elog-errors.hpp>
8 #include <phosphor-logging/elog.hpp>
9 #include <phosphor-logging/lg2.hpp>
10 #include <xyz/openbmc_project/Software/Version/error.hpp>
16 int minimum_ship_level::compare(const Version& versionToCompare, in compare()
17 const Version& mslVersion) in compare()
25 return (-1); in compare()
28 if (versionToCompare.minor > mslVersion.minor) in compare()
32 if (versionToCompare.minor < mslVersion.minor) in compare()
[all …]
/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
11 * MAJOR.MINOR.PATCH version number. See https://semver.org/
13 * Rules for incrementing or changing version :-
15 * 1) Increment MAJOR version if you make incompatible API changes. MINOR and
18 * 2) Increment MINOR version if you add backwards compatible features or
21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
29 /* SOF ABI version major, minor and patch numbers */
34 /* SOF ABI version number. Format within 32bit word is MMmmmppp */
42 #define SOF_ABI_VER(major, minor, patch) \ argument
44 ((minor) << SOF_ABI_MINOR_SHIFT) | \
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dsti-cpufreq.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Match running platform with pre-defined OPP values for CPUFreq
43 * struct sti_cpufreq_ddata - ST CPUFreq Driver Data
56 struct device_node *np = ddata.cpu->of_node; in sti_cpufreq_fetch_major()
83 struct device_node *np = dev->of_node; in sti_cpufreq_fetch_minor()
88 ret = of_property_read_u32_index(np, "st,syscfg-eng", in sti_cpufreq_fetch_minor()
92 "No minor number offset provided %pOF [%d]\n", in sti_cpufreq_fetch_minor()
100 "Failed to read the minor number from syscon [%d]\n", in sti_cpufreq_fetch_minor()
154 struct device_node *np = dev->of_node; in sti_cpufreq_set_opp_info()
157 unsigned int version[VERSION_ELEMENTS]; in sti_cpufreq_set_opp_info() local
[all …]
/openbmc/openpower-pnor-code-mgmt/test/
H A Dmsl_verify.cpp26 MinimumShipLevel::Version min; in TEST_F()
27 MinimumShipLevel::Version actual; in TEST_F()
33 EXPECT_EQ(0, minimumShipLevel->compare(actual, min)); in TEST_F()
37 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
39 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
41 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
45 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
47 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
49 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
54 MinimumShipLevel::Version version; in TEST_F() local
[all …]
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_version.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /** HPI Version Definitions
3 Development releases have odd minor version.
4 Production releases have even minor version.
13 /* *** HPI_VER is the only edit required to update version *** */
14 /** HPI version */
17 /** HPI version string in dotted decimal format */
20 /** Library version as documented in hpi-api-versions.txt */
23 /** Construct hpi version number from major, minor, release numbers */
26 /** Extract major version from hpi version number */
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp5 #include <phosphor-logging/log.hpp>
23 int MinimumShipLevel::compare(const Version& a, const Version& b) in compare()
27 return -1; in compare()
34 if (a.minor < b.minor) in compare()
36 return -1; in compare()
38 else if (a.minor > b.minor) in compare()
45 return -1; in compare()
55 void MinimumShipLevel::parse(const std::string& versionStr, Version& version) in parse() argument
58 version = {0, 0, 0}; in parse()
60 // Match for vX.Y.Z or v-X.Y.Z in parse()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c1 // SPDX-License-Identifier: MIT
3 * Copyright © 2016-2019 Intel Corporation
48 GEM_BUG_ON(uc_fw->status == INTEL_UC_FIRMWARE_UNINITIALIZED); in __uc_fw_to_gt()
49 return ____uc_fw_to_gt(uc_fw, uc_fw->type); in __uc_fw_to_gt()
56 uc_fw->__status = status; in intel_uc_fw_change_status()
57 gt_dbg(__uc_fw_to_gt(uc_fw), "%s firmware -> %s\n", in intel_uc_fw_change_status()
58 intel_uc_fw_type_repr(uc_fw->type), in intel_uc_fw_change_status()
60 uc_fw->file_selected.path : intel_uc_fw_status_repr(status)); in intel_uc_fw_change_status()
65 * List of required GuC and HuC binaries per-platform.
68 * Note that RKL and ADL-S have the same GuC/HuC device ID's and use the same
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dtlm,trusted-foundations.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - Stephen Warren <swarren@nvidia.com>
18 const: trusted-foundations
21 const: tlm,trusted-foundations
23 tlm,version-major:
25 description: major version number of Trusted Foundations firmware
27 tlm,version-minor:
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-hypervisor-xen4 Contact: xen-devel@lists.xenproject.org
13 Contact: xen-devel@lists.xenproject.org
22 Contact: xen-devel@lists.xenproject.org
31 Contact: xen-devel@lists.xenproject.org
34 is in the format: <class>-<major>.<minor>-<arch>
38 <class>: "xen" -- x86: paravirtualized, arm: standard
39 "hvm" -- x86 only: fully virtualized
40 <major>: major guest interface version
41 <minor>: minor guest interface version
53 Contact: xen-devel@lists.xenproject.org
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0003-Fix-version-parsing-update-AUX-revision-info.patch4 Subject: [PATCH] Fix version parsing, update AUX revision info
8 active firmware version string. Also, when AUX info was
18 all be 1 as an indicator of non-release branch. For unofficial
26 WARNING: For the AUX decoding from version string to work
30 Resolves SRV-775
31 End-user-impact: Version info is properly represented in the
34 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
35 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
37 ---
38 apphandler.cpp | 226 +++++++++++++++++++++++++++++++++++--------------
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend8 DEPENDS:append:gbmc = " jq-native"
23 jq --slurpfile ecfg ${UNPACKDIR}/gbmc_eth_config.json --arg CHAN "$chan" --arg INTF "$intf" \
24 '. + {$CHAN: ($ecfg[0] + {"name": $INTF})}' $config_json >${UNPACKDIR}/tmp-config.json
25 mv ${UNPACKDIR}/tmp-config.json $config_json
27 jq --slurpfile ecfg ${UNPACKDIR}/gbmc_eth_access.json --arg CHAN "$chan" \
28 '. + {$CHAN: $ecfg[0]}' $access_json >${UNPACKDIR}/tmp-access.json
29 mv ${UNPACKDIR}/tmp-access.json $access_json
34 config_json=${D}${datadir}/ipmi-providers/channel_config.json
35 access_json=${D}${datadir}/ipmi-providers/channel_access.json
50 if [ -n "${GBMC_NCSI_IF_NAME}" ]; then
[all …]
/openbmc/linux/fs/nfs/
H A Dnfstrace.h1 /* SPDX-License-Identifier: GPL-2.0 */
58 __field(u64, version)
63 __entry->dev = inode->i_sb->s_dev;
64 __entry->fileid = nfsi->fileid;
65 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
66 __entry->version = inode_peek_iversion_raw(inode);
70 "fileid=%02x:%02x:%llu fhandle=0x%08x version=%llu ",
71 MAJOR(__entry->dev), MINOR(__entry->dev),
72 (unsigned long long)__entry->fileid,
73 __entry->fhandle,
[all …]
/openbmc/linux/drivers/nvdimm/
H A Dpfn.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2014-2015, Intel Corporation.
26 /* minor-version-1 additions for section alignment */
28 * @start_pad: Deprecated attribute to pad start-misaligned namespaces
33 * is that the dax path is broken, but the block-I/O path is
35 * padding, but it still supports block-I/O for legacy
41 /* minor-version-2 record the base alignment of the mapping */
43 /* minor-version-3 guarantee the padding and flags are zero */
44 /* minor-version-4 record the page size and struct page size */
/openbmc/qemu/qapi/
H A Dcontrol.json1 # -*- Mode: Python -*-
19 # .. qmp-example::
21 # -> { "execute": "qmp_capabilities",
23 # <- { "return": {} }
28 # :doc:`/interop/qmp-spec`)
38 'allow-preconfig': true }
46 # @oob: QMP ability to support out-of-band requests. (Please refer to
47 # qmp-spec.rst for more information on OOB)
57 # A three-part version number.
59 # @major: The major version number.
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmng.h1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright 2013-2015 Freescale Semiconductor Inc.
14 * Management Complex firmware version information
21 * @major: Major version number: incremented on API compatibility changes
22 * @minor: Minor version number: incremented on API additions (that are
23 * backward compatible); reset when major version is incremented
29 uint32_t minor; member
34 * mc_get_version() - Retrieves the Management Complex firmware
35 * version information
38 * @mc_ver_info: Returned version information structure
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
3 * Sample code to test firmware-management protocol
19 #define FW_DEV_DEFAULT "/dev/gb-fw-mgmt-0"
37 …printf("\nUsage: ./firmware <gb-fw-mgmt-X (default: gb-fw-mgmt-0)> <interface: 0, backend: 1 (defa… in usage()
44 /* Get Interface Firmware Version */ in update_intf_firmware()
45 printf("Get Interface Firmware Version\n"); in update_intf_firmware()
49 printf("Failed to get interface firmware version: %s (%d)\n", in update_intf_firmware()
51 return -1; in update_intf_firmware()
54 printf("Interface Firmware tag (%s), major (%d), minor (%d)\n", in update_intf_firmware()
56 intf_fw_info.minor); in update_intf_firmware()
[all …]
/openbmc/linux/security/keys/encrypted-keys/
H A Decryptfs_format.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * TORSEC group -- https://security.polito.it
21 return auth_tok->token.password.session_key_encryption_key; in ecryptfs_get_auth_tok_key()
28 * Source code taken from the software 'ecryptfs-utils' version 83.
31 void ecryptfs_get_versions(int *major, int *minor, int *file_version) in ecryptfs_get_versions() argument
34 *minor = ECRYPTFS_VERSION_MINOR; in ecryptfs_get_versions()
41 * ecryptfs_fill_auth_tok - fill the ecryptfs_auth_tok structure
45 * shipped with the software 'ecryptfs-utils' version 83.
51 int major, minor; in ecryptfs_fill_auth_tok() local
53 ecryptfs_get_versions(&major, &minor, NULL); in ecryptfs_fill_auth_tok()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
15 #include <linux/version.h>
26 * Ubuntu 5.4.0-12.15-generic 5.4.8
34 __u32 major, minor, patch; in get_ubuntu_kernel_version() local
45 ret = fscanf(f, "%*s %*s %u.%u.%u\n", &major, &minor, &patch); in get_ubuntu_kernel_version()
50 return KERNEL_VERSION(major, minor, patch); in get_ubuntu_kernel_version()
54 * Instead, it is provided in info.version. An example content of
57 * utsname::release 4.19.0-22-amd64
58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29)
65 __u32 major, minor, patch; in get_debian_kernel_version() local
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dviohs.c1 // SPDX-License-Identifier: GPL-2.0
22 err = -EINVAL; in vio_ldc_send()
23 while (limit-- > 0) { in vio_ldc_send()
24 err = ldc_write(vio->lp, data, len); in vio_ldc_send()
25 if (!err || (err != -EAGAIN)) in vio_ldc_send()
37 tag->sid = vio_send_sid(vio); in send_ctrl()
43 tag->type = type; in init_tag()
44 tag->stype = stype; in init_tag()
45 tag->stype_env = stype_env; in init_tag()
48 static int send_version(struct vio_driver_state *vio, u16 major, u16 minor) in send_version() argument
[all …]
/openbmc/linux/include/linux/
H A Dpe.h1 /* SPDX-License-Identifier: GPL-2.0-only */
14 * Starting from version v3.0, the major version field should be interpreted as
16 * - 0x1: initrd loading from the LINUX_EFI_INITRD_MEDIA_GUID device path,
17 * - 0x2: initrd loading using the initrd= command line option, where the file
29 * The minor version field must remain 0x0.
30 * (https://lore.kernel.org/all/efd6f2d4-547c-1378-1faa-53c044dbd297@gmail.com/)
36 * LINUX_PE_MAGIC appears at offset 0x38 into the MS-DOS header of EFI bootable
129 #define IMAGE_SCN_TYPE_NO_PAD 0x00000008 /* don't pad - obsolete */
137 #define IMAGE_SCN_LNK_REMOVE 0x00000800 /* .o only - scn to be rm'd*/
138 #define IMAGE_SCN_LNK_COMDAT 0x00001000 /* .o only - COMDAT data */
[all …]
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp4 // Licensed under the Apache License, Version 2.0 (the "License");
8 // http://www.apache.org/licenses/LICENSE-2.0
24 #include <phosphor-logging/elog-errors.hpp>
25 #include <phosphor-logging/lg2.hpp>
26 #include <phosphor-logging/log.hpp>
42 "xyz.openbmc_project.Software.Version";
68 return -1; in initBMCDeviceState()
74 *(ctx->bus), in initBMCDeviceState()
95 std::string* state = std::get_if<std::string>(&it->second); in initBMCDeviceState()
113 return -1; in initBMCDeviceState()
[all …]
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-koneplus1 …s/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<n…
4 Description: The integer value of this attribute ranges from 0-4.
12 …s/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<n…
15 Description: The integer value of this attribute ranges from 0-4.
24 …s/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<n…
27 Description: When read, this file returns the raw integer version number of the
29 further usage in other programs. To receive the real version
33 Please read binary attribute info which contains firmware version.
36 …s/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<n…
39 Description: When read, this file returns general data like firmware version.
[all …]
/openbmc/linux/sound/isa/sb/
H A Dsb_common.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Uros Bizjak <uros@kss-loka.si>
36 for (i = BUSY_LOOPS; i; i--) in snd_sbdsp_command()
41 snd_printd("%s [0x%lx]: timeout (0x%x)\n", __func__, chip->port, val); in snd_sbdsp_command()
49 for (i = BUSY_LOOPS; i; i--) { in snd_sbdsp_get_byte()
58 snd_printd("%s [0x%lx]: timeout\n", __func__, chip->port); in snd_sbdsp_get_byte()
59 return -ENODEV; in snd_sbdsp_get_byte()
70 for (i = BUSY_LOOPS; i; i--) in snd_sbdsp_reset()
77 snd_printdd("%s [0x%lx] failed...\n", __func__, chip->port); in snd_sbdsp_reset()
78 return -ENODEV; in snd_sbdsp_reset()
[all …]
/openbmc/qemu/docs/interop/
H A Dbarrier.rst4 QEMU's ``input-barrier`` device implements the client end of
5 the KVM (Keyboard-Video-Mouse) software
11 --------------
24 --------------------
32 server -> client
34 ``{ int16_t minor, int16_t major }``
38 ``minor`` = protocol major version number supported by server
40 ``major`` = protocol minor version number supported by server
46 client ->server
48 ``{ int16_t minor, int16_t major, char *name}``
[all …]

12345678910>>...41