/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/ |
H A D | imagemagick_7.1.1-43.bb | 105 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 106 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 107 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 108 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 109 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 110 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 111 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 112 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 113 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … 114 …t: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier … [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | ihs_fpga.c | 179 static int get_versions(struct udevice *dev, struct fpga_versions *versions) in get_versions() argument 200 memset(versions, 0, sizeof(struct fpga_versions)); in get_versions() 202 ihs_fpga_get(priv->map, versions, &raw_versions); in get_versions() 204 versions->video_channel = raw_versions & VERSIONS_FPGA_VIDEO_CHANNEL; in get_versions() 205 versions->con_side = raw_versions & VERSIONS_FPGA_CON_SIDE; in get_versions() 209 versions->pcb_video_type = PCB_DP_1_2; in get_versions() 213 versions->pcb_video_type = PCB_HDMI_2_0; in get_versions() 219 versions->pcb_transmission_type = PCB_FIBER_10G; in get_versions() 223 versions->pcb_transmission_type = PCB_CAT_10G; in get_versions() 227 versions->pcb_transmission_type = PCB_FIBER_3G; in get_versions() [all …]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | tegra20-cpufreq.c | 49 u32 versions[2]; in tegra20_cpufreq_probe() local 59 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe() 60 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe() 62 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe() 63 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe() 67 versions[0], versions[1]); in tegra20_cpufreq_probe() 73 err = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | utils_get_version.py | 65 versions = collections.OrderedDict() 72 versions[package] = ( 76 versions.update(import_versions) 86 versions[package] = ( 91 versions["host OS"] = "Failed" if not version else version.rstrip("\n") 92 return versions
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | ioep-fpga.c | 67 u16 versions; in ioep_fpga_print_info() local 81 FPGA_GET_REG(fpga, versions, &versions); in ioep_fpga_print_info() 85 unit_type = (versions & 0xf000) >> 12; in ioep_fpga_print_info() 86 unit_type_pcb_video = (versions & 0x01c0) >> 6; in ioep_fpga_print_info() 116 if (versions & (1<<4)) in ioep_fpga_print_info() 129 if (versions & (1<<5)) in ioep_fpga_print_info()
|
/openbmc/linux/kernel/module/ |
H A D | version.c | 21 struct modversion_info *versions; in check_version() local 31 versions = (void *)sechdrs[versindex].sh_addr; in check_version() 38 if (strcmp(versions[i].name, symname) != 0) in check_version() 42 if (versions[i].crc == crcval) in check_version() 45 crcval, versions[i].crc); in check_version()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bbappend | 4 file://yosemite4-temporary-software-versions.yml \ 5 file://yosemite4-temporary-host-software-versions.yml \ 10 yosemite4-temporary-host-software-versions.yml \ 15 yosemite4-temporary-software-versions.yml \
|
/openbmc/libpldm/src/ |
H A D | control.c | 103 control->types[i].versions) { in pldm_control_get_version() 125 PLDM_START_AND_END, v->versions, in pldm_control_get_version() 151 if (ty < 64 && control->types[i].versions) { in pldm_control_get_types() 193 control->types[i].versions && control->types[i].commands) { in pldm_control_get_commands() 311 const void *versions, size_t versions_count, in pldm_control_add_type() argument 321 if (control->types[i].versions == NULL || in pldm_control_add_type() 322 (control->types[i].versions != NULL && in pldm_control_add_type() 335 v->versions = versions; in pldm_control_add_type()
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-info.rst | 15 - name the per component FW versions (as opposed to the crowded ethtool 19 versions is generally discouraged - here, and via any other Linux API. 54 - Group for hardware identifiers, and versions of components 71 These versions often only update after a reboot, sometimes device reset. 74 - Group for software/firmware versions in device flash. 78 ``stored`` versions when new software is flashed, it must not report 83 ``stored`` sections, if device is capable of reporting ``stored`` versions 94 driver authors should consult existing driver-specific versions and attempt 98 All versions should try to use the following terminology: 106 - Identifiers of designs and revision, mostly used for hardware versions. [all …]
|
H A D | mlxsw.rst | 40 Info versions 43 The ``mlxsw`` driver reports the following versions 45 .. list-table:: devlink info versions implemented 61 Line card auxiliary device info versions 64 The ``mlxsw`` driver reports the following versions for line card auxiliary device 66 .. list-table:: devlink info versions implemented
|
H A D | hns3.rst | 12 Info versions 15 The ``hns3`` driver reports the following versions 17 .. list-table:: devlink info versions implemented
|
H A D | ionic.rst | 10 Info versions 13 The ``ionic`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
H A D | devlink-flash.rst | 54 components and versions). 75 ``serial_number`` is not part of the ``fixed`` versions (even though it 76 is fixed) - ``fixed`` versions should identify the design, not a single 79 ``running`` and ``stored`` firmware versions identify the firmware running 99 # Find out the expected overall firmware versions 119 ``bundle_id`` information to the firmware versions. This meta-version covers 120 multiple per-component versions and can be used e.g. in firmware file names 121 (all component versions could get rather long.)
|
H A D | etas_es58x.rst | 10 Info versions 13 The ``etas_es58x`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | main.cpp | 33 std::vector<std::string> versions; in main() local 43 action->add_option("-c,--compare", versions, in main() 65 if (!versions.empty()) in main() 67 ret = version::getLatest(versions); in main()
|
H A D | version.cpp | 155 std::string getLatestDefault(const std::vector<std::string>& versions) in getLatestDefault() argument 158 for (const auto& version : versions) in getLatestDefault() 194 std::string getLatest(const std::vector<std::string>& versions) in getLatest() argument 212 return internal::getLatestDefault(versions); in getLatest()
|
/openbmc/u-boot/include/ |
H A D | gdsys_fpga.h | 81 u16 versions; /* 0x0002 */ member 92 u16 versions; /* 0x0002 */ member 117 u16 versions; /* 0x0002 */ member 133 u16 versions; /* 0x0002 */ member 167 u16 versions; /* 0x0002 */ member 213 u16 versions; /* 0x0002 */ member 243 u16 versions; /* 0x0002 */ member 276 u16 versions; /* 0x0002 */ member
|
/openbmc/qemu/docs/about/ |
H A D | build-platforms.rst | 9 minimum required versions of 3rd party software QEMU depends on. The 15 work. If an unlisted platform has comparable software versions to a 20 Note that when considering software versions shipped in distros as 29 currently shipped versions of software in various operating systems, 80 For the purposes of identifying supported software versions available on Linux, 82 Ubuntu LTS. Other distros will be assumed to ship similar software versions. 88 similar versions. 93 Distributions with long-term support often provide multiple versions 137 The project aims to support the two most recent versions of Windows that are 140 on older versions of Windows, too. However, such old versions of Windows are [all …]
|
/openbmc/linux/samples/mei/ |
H A D | mei-amt-version.c | 262 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member 338 len = code_ver->versions[i].description.length; in amt_verify_code_versions() 345 len = code_ver->versions[i].version.length; in amt_verify_code_versions() 346 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 347 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 420 struct amt_code_versions *versions) in amt_get_code_versions() argument 438 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 475 printf("%s:\t%s\n", ver.versions[i].description.string, in main() 476 ver.versions[i].version.string); in main()
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | machine-summary.py | 101 versions = {} 107 versions[machine] = {} 124 details = versions[machine][recipe] = {} 133 for machine in versions: 134 for recipe in versions[machine]: 135 data = versions[machine][recipe] 138 return upstreams, versions
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/psa-adac/ |
H A D | 0001-PSA-revert-header-versions.patch | 6 Align ADAC certificate versions with versions in secure-debug-manager 7 [1] repository. The versions of the certificate and token are checked 10 certificate/token versions.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Info-ZIP | 15 …versions--including, but not limited to, ports to new operating systems, existing ports with new g…
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-versions.inc | 1 # MicroBlaze versions are defined as features, the features are setup to 2 # conflict with other versions as well as unavailable features for particular 3 # versions. 6 # (where Z = [abc]). For v8.* versions of MicroBlaze the revision (Z) changes 11 # Since v9.0 of MicroBlaze the revision (Z) part of versions was entirely 32 # MicroBlaze versions
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | item_updater.cpp | 192 versions.insert(std::make_pair(id, std::move(versionPtr))); in verifyAndCreateObjects() 327 if (versions.find(id) != versions.end()) in processBMCImage() 395 versions.insert(std::make_pair(id, std::move(versionPtr))); in processBMCImage() 445 for (const auto& version : versions) in processBMCImage() 447 if ((versions.size() == 1) || (!version.second->isFunctional())) in processBMCImage() 493 auto it = versions.find(entryId); in erase() 494 if (it != versions.end()) in erase() 526 if (it != versions.end()) in erase() 540 this->versions.erase(entryId); in erase() 557 for (const auto& versionIt : versions) in deleteAll() [all …]
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 117 std::string getLatestVersion(const std::set<std::string>& versions); 163 const std::set<std::string>& versions) const = 0; 203 const std::set<std::string>& versions) const override; 245 inline std::string getLatestVersion(const std::set<std::string>& versions) in getLatestVersion() argument 247 return getUtils().getLatestVersion(versions); in getLatestVersion()
|