Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/openbmc/qemu/include/hw/
H A Dboards.h541 #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 Dconf.py20 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 Dvchiq.sh16 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 Du-boot.lds.h13 #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 Dcpu.c16 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 Dmsl_verify.cpp59 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 Dmsl_verify.cpp19 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 Dsoc.c55 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 Dcpu.c35 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 Dconf.py122 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 Dmsl_verify.cpp25 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 Dgen-section-pcie.c48 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 Dcolord-native.bb22 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 Dcpld.cpp65 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 Dqbman_private.h169 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 Dlinux-libc-headers.inc40 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 D0001-eject-Include-sys-sysmacros.h-for-major-minor.patch4 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 Dbootinfo.h158 #define MK_BI_VERSION(major, minor) (((major) << 16) + (minor)) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/
H A D0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch7 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 Dmpc83xx_cpu.c33 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 Dbarrier.rst34 ``{ 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 Dxserver-abi.inc19 # 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 Dutils.c159 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 Drelease-process.rst8 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 Dpkgconfig.patch95 - int major, minor, micro;
105 - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 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…

12345678910>>...13