Home
last modified time | relevance | path

Searched refs:ver (Results 1 – 25 of 144) sorted by relevance

123456

/openbmc/u-boot/tools/
H A Dsocfpgaimage.c87 static unsigned int sfp_hdr_size(uint8_t ver) in sfp_hdr_size() argument
89 if (ver == 0) in sfp_hdr_size()
91 if (ver == 1) in sfp_hdr_size()
96 static unsigned int sfp_pad_size(uint8_t ver) in sfp_pad_size() argument
98 if (ver == 0) in sfp_pad_size()
100 if (ver == 1) in sfp_pad_size()
110 static uint16_t sfp_hdr_checksum(uint8_t *buf, unsigned char ver) in sfp_hdr_checksum() argument
113 int len = sfp_hdr_size(ver) - sizeof(ret); in sfp_hdr_checksum()
121 static void sfp_build_header(uint8_t *buf, uint8_t ver, uint8_t flags, in sfp_build_header() argument
144 if (ver == 0) { in sfp_build_header()
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/
H A Dkudo-fw-ver.sh11 ver=''
17 ver=$(printf '%d.%d.%d.%d' "${rsp[4]}" "${rsp[3]}" "${rsp[2]}" "${rsp[1]}")
21 ver=$(printf '%d.%d.%d.%d' "${rsp[4]}" "${rsp[3]}" "${rsp[2]}" "${rsp[1]}")
29 echo "BMC CPLD version : ${ver}"
30 echo "${ver}" > "${BMC_CPLD_VER_FILE}"
32 echo "MB CPLD version : ${ver}"
33 echo "${ver}" > "${MB_CPLD_VER_FILE}"
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/
H A Dmori-fw-ver.sh11 ver=''
17 ver=$(printf '%d.%d.%d.%d' "${rsp[4]}" "${rsp[3]}" "${rsp[2]}" "${rsp[1]}")
21 ver=$(printf '%d.%d.%d.%d' "${rsp[4]}" "${rsp[3]}" "${rsp[2]}" "${rsp[1]}")
29 echo "BMC CPLD version : ${ver}"
30 echo "${ver}" > "${BMC_CPLD_VER_FILE}"
32 echo "MB CPLD version : ${ver}"
33 echo "${ver}" > "${MB_CPLD_VER_FILE}"
/openbmc/u-boot/arch/arc/include/asm/
H A Darc-bcr.h21 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; member
23 unsigned int ver:8, config:4, sz:4, line_len:4, pad:12;
43 unsigned int pad:24, ver:8; member
45 unsigned int ver:8, pad:24;
54 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member
56 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
65 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, member
70 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8;
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c37 u32 ver; member
47 .ver = 0x2c,
56 .ver = 0x2c,
66 .ver = 0x100,
72 .ver = 0x12c,
83 .ver = 0x100,
89 .ver = 0x12c,
100 .ver = 0x100,
106 .ver = 0x12c,
116 .ver = 0x2c,
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.3.rst4 .. |yocto-ver| replace:: 5.3
6 value of |yocto-ver| above.
8 Release notes for |yocto-ver| (|yocto-codename|)
11 New Features / Enhancements in |yocto-ver|
71 Known Issues in |yocto-ver|
74 Recipe License changes in |yocto-ver|
90 Security Fixes in |yocto-ver|
104 Recipe Upgrades in |yocto-ver|
120 Contributors to |yocto-ver|
125 Repositories / Downloads for Yocto-|yocto-ver|
H A Dmigration-5.3.rst4 .. |yocto-ver| replace:: 5.3
6 value of |yocto-ver| above.
8 Release |yocto-ver| (|yocto-codename|)
11 Migration notes for |yocto-ver| (|yocto-codename|)
15 Project |yocto-ver| Release (codename "|yocto-codename|") from the prior release.
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c53 u32 rev = 0, ver = 1; in mach_cpu_init() local
70 ver = 2; in mach_cpu_init()
99 gd->arch.ver = ver; in mach_cpu_init()
107 u32 id, rev, ver; in print_cpuinfo() local
120 ver = gd->arch.ver; in print_cpuinfo()
128 ver, rev); in print_cpuinfo()
/openbmc/openbmc/poky/scripts/
H A Dopkg-query-helper.py35 ver = "" variable
41 ver = "" variable
49 ver = line.split(": ")[1] variable
52 print("%s %s_%s_%s.ipk %s" % (pkg,pkg,ver,arch,arch))
55 ver = line.split(": ")[1] variable
58 print("%s %s %s" % (pkg,arch,ver))
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/
H A Dmori-fw.bb10 file://mori-fw-ver.service \
11 file://mori-fw-ver.sh \
15 SYSTEMD_SERVICE:${PN} = "mori-fw-ver.service"
23 install -m 0755 ${UNPACKDIR}/mori-fw-ver.sh \
24 ${D}${libexecdir}/${PN}/mori-fw-ver.sh
27 install -m 0644 ${UNPACKDIR}/mori-fw-ver.service ${D}${systemd_system_unitdir}
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/
H A Dkudo-fw.bb19 file://kudo-fw-ver.service \
20 file://kudo-fw-ver.sh \
26 kudo-fw-ver.service \
33 install -m 0755 ${UNPACKDIR}/kudo-fw-ver.sh ${D}${libexecdir}/${PN}/kudo-fw-ver.sh
36 install -m 0644 ${UNPACKDIR}/kudo-fw-ver.service ${D}${systemd_system_unitdir}
/openbmc/smbios-mdr/src/
H A Dtpm.cpp77 auto ver = reinterpret_cast<const struct TPMVersionSpec1*>( in tpmFirmwareVersion()
79 stream << ver->revMajor << "." << ver->revMinor; in tpmFirmwareVersion()
83 auto ver = reinterpret_cast<const struct TPMVersionSpec2*>( in tpmFirmwareVersion()
85 stream << ver->revMajor << "." << ver->revMinor; in tpmFirmwareVersion()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/poky/meta/classes/
H A Dprexport.bbclass24 ver = e.data.getVar('PRSERV_DUMPOPT_VERSION')
25 ver = ver.replace('%','-')
31 bb.note("prexport_handler: No AUTOPR values found for %s" % ver)
34 if 'AUTOINC' in ver:
37 base_ver = "AUTOINC-%s" % ver[:ver.find(srcpv)]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch12 linker-script-binary.ver | 1 -
16 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
18 --- a/linker-script-binary.ver
19 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass29 ver = gitrev_run("git describe --tags", gitdir)
32 ver = gitrev_run("git rev-parse --short HEAD", gitdir)
33 if ver:
34 return "0.0+%s" % ver
41 if ver and tagadjust:
42 ver = tagadjust(ver)
43 return ver
/openbmc/u-boot/include/linux/
H A Dpsci.h74 #define PSCI_VERSION_MAJOR(ver) \ argument
75 (((ver) & PSCI_VERSION_MAJOR_MASK) >> PSCI_VERSION_MAJOR_SHIFT)
76 #define PSCI_VERSION_MINOR(ver) \ argument
77 ((ver) & PSCI_VERSION_MINOR_MASK)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-add-tool-concept-to-Makefile-for-cross-com.patch7 In a cross compilation environment, c2sh, c2tmac and ver need to be created first.
25 c2sh c2tmac ver: CC = ${HOSTCC}
26 -.INTERMEDIATE: c2sh c2tmac ver
27 +tools: c2sh c2tmac ver
/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py312 for ver in ver_info:
313 if ver.startswith('Konsole'):
314 vernum = ver.split(' ')[-1]
315 if ver.startswith('GNOME Terminal'):
316 vernum = ver.split(' ')[-1]
317 if ver.startswith('MATE Terminal'):
318 vernum = ver.split(' ')[-1]
319 if ver.startswith('tmux'):
320 vernum = ver.split()[-1]
321 if ver.startswith('tmux next-'):
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h113 #define PSCI_VERSION_MAJOR(ver) \ argument
114 (((ver) & PSCI_VERSION_MAJOR_MASK) >> PSCI_VERSION_MAJOR_SHIFT)
115 #define PSCI_VERSION_MINOR(ver) \ argument
116 ((ver) & PSCI_VERSION_MINOR_MASK)
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dcpu.c36 u8 ver; in print_cpuinfo() local
40 ver = (in_be16(&ccm->cir) & 0x003f); in print_cpuinfo()
51 ver); in print_cpuinfo()
/openbmc/u-boot/drivers/power/
H A Daxp152.c65 u8 ver; in axp_init() local
72 rc = pmic_bus_read(AXP152_CHIP_VERSION, &ver); in axp_init()
76 if (ver != 0x05) in axp_init()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_spl.c56 int ver = 0; in runtime_regs_address() local
58 ver = ifc_in32(&regs.gregs->ifc_rev); in runtime_regs_address()
59 if (ver >= FSL_IFC_V2_0_0) in runtime_regs_address()
117 int bufnum_mask, bufnum, ver = 0; in nand_spl_load_image() local
152 ver = ifc_in32(&gregs->ifc_rev); in nand_spl_load_image()
153 if (ver >= FSL_IFC_V2_0_0) in nand_spl_load_image()
/openbmc/u-boot/arch/arm/mach-zynqmp/
H A Dclk.c16 u32 ver = zynqmp_get_silicon_version(); in zynqmp_get_system_timer_freq() local
18 switch (ver) { in zynqmp_get_system_timer_freq()

123456