| /openbmc/qemu/include/hw/ |
| H A D | boards.h | 541 #define _MACHINE_VER_STR2(major, minor) \ argument 542 #major "." #minor 544 #define _MACHINE_VER_STR3(major, minor, micro) \ argument 545 #major "." #minor "." #micro 547 #define _MACHINE_VER_STR4(major, minor, _unused_, tag) \ argument 548 #major "." #minor "-" #tag 550 #define _MACHINE_VER_STR5(major, minor, micro, _unused_, tag) \ argument 551 #major "." #minor "." #micro "-" #tag 579 #define _MACHINE_VER_TYPE_NAME2(prefix, major, minor) \ argument 580 prefix "-" #major "." #minor TYPE_MACHINE_SUFFIX [all …]
|
| /openbmc/u-boot/Documentation/ |
| H A D | conf.py | 20 major, minor, patch = sphinx.version_info[:3] variable 40 if major == 1 and minor > 3: 283 if major == 1 and minor > 3: 286 if major == 1 and minor <= 4: 288 elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)): 293 if major == 1 and minor < 6:
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/ |
| H A D | vchiq.sh | 16 major=$(awk "\$2==\"vchiq\" {print \$1}" /proc/devices) 18 if [ -z "$major" ]; then 22 mknod /dev/vchiq c "$major" 0
|
| /openbmc/u-boot/include/u-boot/ |
| H A D | u-boot.lds.h | 13 #define LD_AT_LEAST(major, minor) \ argument 14 ((major > LD_MAJOR) || (major == LD_MAJOR && minor <= LD_MINOR))
|
| /openbmc/u-boot/arch/mips/mach-ath79/ |
| H A D | cpu.c | 16 const int major; member 52 u32 id, major, minor = 0; in mach_cpu_init() local 60 major = id & REV_ID_MAJOR_MASK; in mach_cpu_init() 61 switch (major) { in mach_cpu_init() 89 if ((desc[i].major == major) && in mach_cpu_init()
|
| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | msl_verify.cpp | 59 EXPECT_EQ(0, version.major); in TEST_F() 65 EXPECT_EQ(1, version.major); in TEST_F() 71 EXPECT_EQ(6, version.major); in TEST_F() 77 EXPECT_EQ(4, version.major); in TEST_F() 83 EXPECT_EQ(4, version.major); in TEST_F()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | msl_verify.cpp | 19 if (versionToCompare.major > mslVersion.major) in compare() 23 if (versionToCompare.major < mslVersion.major) in compare() 66 outVersion.major = std::stoi(match[2]); in parse()
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | soc.c | 55 unsigned int svr, major; in get_soc_major_rev() local 58 major = SVR_MAJ(svr); in get_soc_major_rev() 60 return major; in get_soc_major_rev() 164 unsigned int major; in arch_soc_init() local 194 major = get_soc_major_rev(); in arch_soc_init() 195 if (major == SOC_MAJOR_VER_1_0) { in arch_soc_init()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | cpu.c | 35 uint major, minor; in checkcpu() local 43 major = SVR_MAJ(svr); in checkcpu() 58 printf(", Version: %d.%d, (0x%08x)\n", major, minor, svr); in checkcpu() 62 major = PVR_E600_MAJ(pvr); in checkcpu() 70 printf(", Version: %d.%d, (0x%08x)\n", major, minor, pvr); in checkcpu()
|
| /openbmc/qemu/docs/ |
| H A D | conf.py | 122 major = int(bits[0]) variable 134 major += 1 143 ver_machine_deprecation_version = "%d.%d.0" % (major - 3, minor) 144 ver_machine_deletion_version = "%d.%d.0" % (major - 6, minor)
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | msl_verify.cpp | 25 if (a.major < b.major) in compare() 29 else if (a.major > b.major) in compare() 79 version.major = std::stoi(match[1]); in parse()
|
| /openbmc/libcper/generator/sections/ |
| H A D | gen-section-pcie.c | 48 int major = cper_rand() % 128; in generate_section_pcie() local 50 *version |= int_to_bcd(major) << 8; in generate_section_pcie()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/ |
| H A D | colord-native.bb | 22 major=`echo $version | cut -d. -f1` 25 echo "Project version: $major.$minor.$micro" 52 major=`echo $version | cut -d. -f1` 57 ln -s libcolord.so.$version "${D}/${libdir}/libcolord.so.$major"
|
| /openbmc/google-ipmi-sys/ |
| H A D | cpld.cpp | 65 auto major = std::get<0>(values); in cpldVersion() local 72 std::vector<std::uint8_t>{major, minor, point, subpoint}); in cpldVersion()
|
| /openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_private.h | 169 void qbman_version(u32 *major, u32 *minor) in qbman_version() argument 179 *major = 4; in qbman_version() 182 *major = 4; in qbman_version()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/ |
| H A D | linux-libc-headers.inc | 40 major = d.getVar("PV").split('.')[0] 41 if major == "3": 43 elif major == "4": 45 elif major == "5": 47 elif major == "6":
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | 0001-eject-Include-sys-sysmacros.h-for-major-minor.patch | 4 Subject: [PATCH] eject: Include sys/sysmacros.h for major/minor 8 …ject-2.1.5/../../../../../../../workspace/sources/eject/eject.c:866: undefined reference to `major'
|
| /openbmc/qemu/include/standard-headers/asm-m68k/ |
| H A D | bootinfo.h | 158 #define MK_BI_VERSION(major, minor) (((major) << 16) + (minor)) argument
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
| H A D | 0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch | 7 major/minor macros on musl too, so use them to define MINOR/MAJOR here 24 +# define MAJOR(dev) major (dev)
|
| /openbmc/u-boot/drivers/cpu/ |
| H A D | mpc83xx_cpu.c | 33 uint major; member 213 priv->revid.major = bitfield_extract_by_mask(spridr, REVID_MAJOR_MASK); in determine_revid() 233 priv->family == FAMILY_836X) && priv->revid.major >= 2) in determine_cpu_data() 270 priv->revid.major, in mpc83xx_cpu_get_desc()
|
| /openbmc/qemu/docs/interop/ |
| H A D | barrier.rst | 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 48 ``{ int16_t minor, int16_t major, char *name}`` 52 ``minor`` = protocol major version number supported by client 54 ``major`` = protocol minor version number supported by client 387 ``{ int16_t nb, major *minor }`` 391 ``major`` = major version
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-abi.inc | 19 # Set RPROVIDES for those ABIs with the major version 23 major = version.split(".")[0] 25 provides = " %sxorg-%s-%s" % (mlprefix, abi.replace("_", "-"), major)
|
| /openbmc/libpldm/src/ |
| H A D | utils.c | 159 if (version->major < 0xf0) in ver2str() 160 INSERT_INT(BCD_H(version->major), cursor, remaining) in ver2str() 161 INSERT_INT(BCD_L(version->major), cursor, remaining); in ver2str()
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | release-process.rst | 8 major and minor (point) releases. This brief chapter provides 15 The Yocto Project delivers major releases (e.g. &DISTRO;) using a six 17 Here are examples of some major YP releases with their codenames 18 also shown. See the ":ref:`ref-manual/release-process:major release codenames`" 19 section for information on codenames used with major releases. 28 major holidays in various geographies. 32 fixes or enhancements to the associated major release. 40 indicates a point in the major release branch where a full QA cycle and 51 Each major release receives a codename that identifies the release in 58 Codenames are associated with major releases because a Yocto Project
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | pkgconfig.patch | 95 - int major, minor, micro; 105 - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 110 - if (($sdl_major_version > major) || 111 - (($sdl_major_version == major) && ($sdl_minor_version > minor)) || 112 - (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= mi… 119 - printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, min…
|