Home
last modified time | relevance | path

Searched +full:on +full:- +full:module (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/
H A DKconfig7 bool "Theobroma Systems RK3368-uQ7 (Lion) module"
9 The RK3368-uQ7 is a micro-Qseven form-factor (40mm x 70mm,
10 MXM-230 connector) system-on-module designed by Theobroma
14 - 8x Cortex-A53 (in 2 clusters of 4 cores each)
15 - (on-module) up to 4GB of DDR3 memory
16 - (on-module) SPI-NOR flash
17 - (on-module) eMMC
18 - Gigabit Ethernet (with an on-module KSZ9031 PHY)
19 - USB
20 - HDMI
[all …]
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dpsc.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Keystone: PSC configuration module
5 * (C) Copyright 2012-2014
16 * psc_delay() - delay for psc
27 * psc_wait() - Wait for end of transitional state
34 * Return: 0 when the domain is free. Returns -1 if a timeout occurred waiting
47 * Don't trap if the domain (or a module in this domain) is in psc_wait()
59 return -1; in psc_wait()
65 * psc_get_domain_num() - Get the domain number
66 * @mod_num: LPSC module number
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb1 SUMMARY = "strictures - turn on strict and make all warnings fatal"
2 DESCRIPTION = "I've been writing the equivalent of this module at the top \
6 warnings on but don't make them fatal -- which from my point of view is \
7 useless because I want an exception to tell me my code isn't warnings-clean. \
11 Any time my code encounters a mistake, I want a crash -- not spew to STDERR \
17 cost of blowing things up on another machine. \
19 Therefore, \"strictures\" turns on additional checking, but only when it \
20 thinks it's running in a test file in a VCS checkout -- although if this \
28 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
31 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz"
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-runtime-perl_0.016.bb1 SUMMARY = "Module::Runtime - runtime module handling"
2 DESCRIPTION = "The functions exported by this module deal with runtime \
4 module avoids using any other modules, so that it can be used in low-level \
6 The parts of this module that work with module names apply the same syntax \
8 between versions of Perl, and this module applies the syntax of the Perl on \
11 The functions of this module whose purpose is to load modules include \
13 are applied on any Perl version where the bugs exist, except for a case where \
17 HOMEPAGE = "https://metacpan.org/dist/Module-Runtime"
19 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
22 SRCNAME = "Module-Runtime"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py2 # $ bitbake python -c create_manifest
4 # Our goal is to keep python-core as small as possible and add other python
11 # Go through the python-manifest file and launch a separate task for every single
12 # one of the files on each package, this task will check what was required for that
13 # specific module to run, these modules will be called dependencies.
17 # Such output will be parsed by this script, we will look for each dependency on the
20 # find the current dependency on any other package we will add it to the current package
25 # this process, on this new manifest each package will contain specifically only
28 # There are some caveats which we try to deal with, such as repeated files on different
33 # This script differs from its python2 version mostly on how shared libraries are handled
[all …]
H A Dget_module_deps3.py1 # This script is launched on separate task for each python module
2 # It checks for dependencies for that specific module and prints
4 # for a specific module, which will be parsed an dealt on create_manifest.py
12 # We can get a log per module, for all the dependencies that were found, but its messy.
13 if '-d' in sys.argv:
19 # so we run python-core and get its modules, we then import what we need
21 # modules we had initially, we get the dependencies for the module we imported.
30 # We DONT want the path on our HOST system
31 pivot = 'recipe-sysroot-native'
51 # Module to import was passed as an argument
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Doverlayroot3 # SPDX-License-Identifier: MIT
7 # Simple initramfs module intended to mount a read-write (RW)
8 # overlayfs on top of /, keeping the original root filesystem
9 # as read-only (RO), free from modifications by the user.
11 # NOTE: The read-only IMAGE_FEATURE is not required for this to work
13 # This script is based on the overlay-etc.bbclass, which sets up
14 # an overlay on top of the /etc directory, but in this case allows
17 # It relies on the initramfs-module-rootfs to mount the original
24 # This module needs to be executed after the initramfs-module-rootfs
25 # since it relies on it to mount the filesystem at initramfs startup
[all …]
H A Dinit3 # Licensed on MIT
9 # <module>_enabled : check if the module ought to run (return 1 to skip)
10 # <module>_run : do what is need
12 # Boot parameters are available on environment in the as:
18 # Register a function to be called before running a module
20 # <function> pre <module>
25 # Register a function to be called after running a module
27 # <function> post <module>
32 # Load kernel module
35 info "Loaded module $1"
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/
H A Dpulseaudio.inc1 SUMMARY = "Sound server for Linux and Unix-like operating systems"
7 # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few
10 # The "adrian" echo canceller variant has code under a non-standard permissive
11 # license. See src/modules/echo-cancel/adrian-license.txt for details. This
18 # The src/pulsecore/filter/ directory contains code under the 3-clause BSD
22 # are some dependencies to GPL libraries. LGPL code that depends on GPL
23 # libraries probably becomes effectively GPL-licensed (at compile-time? or at
24 # at link-time?). I'm not a lawyer, though, so I'm not sure of the exact
35 # module-lirc (enabled by PACKAGECONFIG[lirc]) uses LIRC.
37 # module-equalizer-sink uses FFTW. This recipe disables that, however.
[all …]
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/
H A DKconfig10 with full function and phisical connectors support like type-C ports,
11 usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
14 bool "Theobroma Systems RK3399-Q7 (Puma)"
16 The RK3399-Q7 (Puma) is a system-on-module (designed and
18 in a Qseven-compatible form-factor (running of a single 5V
19 supply and exposing its external interfaces on a MXM-230
22 Key features of the RK3399-Q7 include:
23 * on-module USB 3.0 hub (2x USB 3.0 host + 1x USB 2.0 host)
24 * USB 3.0 dual-role
25 * on-module Micrel KSZ9031 GbE PHY
[all …]
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmsg.h1 /* SPDX-License-Identifier: GPL-2.0+ */
10 * bcm2835_power_on_module() - power on an SoC module
12 * @module: ID of module to power on (BCM2835_MBOX_POWER_DEVID_...)
13 * @return 0 if OK, -EIO on error
15 int bcm2835_power_on_module(u32 module);
18 * bcm2835_get_mmc_clock() - get the frequency of the MMC clock
21 * @return clock frequency, or -ve on error
26 * bcm2835_get_video_size() - get the current display size
30 * @return 0 if OK, -ve on error
35 * bcm2835_set_video_params() - set the video parameters
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-ssleay-perl_1.85.bb1 SUMMARY = "Net::SSLeay - Perl extension for using OpenSSL"
2 DESCRIPTION = "This module offers some high level convenience functions for accessing \
3 web pages on SSL servers (for symmetry, same API is offered for \
7 HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay"
10 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13 DEPENDS = "openssl zlib openssl-native"
17 perl-module-carp \
18 perl-module-errno \
19 perl-module-extutils-makemaker \
20 perl-module-mime-base64 \
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/
H A Dinitramfs-framework_1.0.bb4 RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_base-utils}"
5 RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
27 install -d ${D}/init.d
30 install -m 0755 ${S}/init ${D}/init
31 install -m 0755 ${S}/nfsrootfs ${D}/init.d/85-nfsrootfs
32 install -m 0755 ${S}/rootfs ${D}/init.d/90-rootfs
33 install -m 0755 ${S}/finish ${D}/init.d/99-finish
36 install -m 0755 ${S}/exec ${D}/init.d/89-exec
39 install -m 0755 ${S}/mdev ${D}/init.d/01-mdev
42 install -m 0755 ${S}/udev ${D}/init.d/01-udev
[all …]
/openbmc/u-boot/drivers/phy/
H A DKconfig6 depends on DM
13 PHYs are commonly used for high speed interfaces such as Serial-ATA
16 PHY, power on/off the PHY, and reset the PHY. It's meant to be as
22 depends on DM
29 PHYs are commonly used for high speed interfaces such as Serial-ATA
32 PHY, power on/off the PHY, and reset the PHY. It's meant to be as
38 depends on SANDBOX
39 depends on PHY
46 depends on PHY
48 Support for a no-op PHY driver (stubbed PHY driver).
[all …]
/openbmc/u-boot/board/toradex/colibri_imx7/
H A DKconfig11 256MB or Colibri iMX7D 512MB module which do have raw NAND
12 on-module.
18 1GB module which does have eMMC on-module.
34 Select this if your module provides a external Ethernet PHY
70 default "-512"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-diff-perl_1.41.bb1 SUMMARY = "Text::Diff - Perform diffs on files and record sets"
4 better integrated with Perl and available on all platforms. It is often \
6 and generally slower on larger files."
9 HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41"
11 LICENSE = "Artistic-1.0 | GPL-2.0-or-later"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \
15 file://run-ptest \
19 S = "${WORKDIR}/Text-Diff-${PV}"
22 RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"
24 RDEPENDS:${PN} = " libalgorithm-diff-perl \
[all …]
H A Dlibtext-wrapi18n-perl_0.06.bb1 SUMMARY = "Text::WrapI18N - Line wrapping module with support for multibyte, \
4 DESCRIPTION = "This module intends to be a better Text::Wrap module. This module is \
5 needed to support multibyte character encodings such as UTF-8, EUC-JP, \
6 EUC-KR, GB2312, and Big5. This module also supports characters with \
8 on terminal, like diacritical marks in UTF-8) and fullwidth characters \
9 (which occupy two columns on terminal, like most of east Asian \
14 HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06"
16 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
19 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz"
23 S = "${WORKDIR}/Text-WrapI18N-${PV}"
[all …]
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dworking-projects.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 You can use the SDK toolchain directly with Makefile and Autotools-based
10 Autotools-Based Projects
13 Once you have a suitable :ref:`sdk-manual/intro:the cross-development toolchain`
15 Autotools-based <GNU_Build_System>` workflow, which is outside of the
20 .. image:: figures/sdk-autotools-flow.png
24 Follow these steps to create a simple Autotools-based "Hello World"
29 For more information on the GNU Autotools workflow, see the same
30 example on the
55 - ``hello.c``::
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb3 This software provides an in-kernel packet classification framework \
4 that is based on a network-specific Virtual Machine (VM), \
5 nft, a userspace command line tool and libnftables, a high-level userspace library."
8 LICENSE = "GPL-2.0-only"
11 DEPENDS = "libmnl libnftnl bison-native \
12 ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}"
15 file://run-ptest \
22 PACKAGECONFIG[editline] = "--with-cli=editline, , libedit, , , linenoise readline"
23 PACKAGECONFIG[json] = "--with-json, --without-json, jansson"
24 PACKAGECONFIG[linenoise] = "--with-cli=linenoise, , linenoise, , , editline readline"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-Fixed-missing-include-for-std-find_if.patch3 Date: Tue, 19 Dec 2023 14:35:05 -0800
6 Throws an error when compiling on Windows.
8 Upstream-Status: Backport [https://github.com/google/breakpad/commit/898a997855168c0e6a689072fefba8…
9 Change-Id: Ieb34c00cf199aaa1b45a440086c48b8ed363b3c7
10 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5137658
11 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 src/common/module.cc | 1 +
17 diff --git a/src/common/module.cc b/src/common/module.cc
[all …]
/openbmc/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h23 /* Each Timer Module (TIM) instance holds five 25 MHz timers. */
35 #define NPCM7XX_WATCHDOG_RESET_GPIO_OUT "npcm7xx-clk-watchdog-reset-gpio-out"
40 * struct NPCM7xxBaseTimer - Basic functionality that both regular timer and
42 * @qtimer: QEMU timer that notifies us on expiration.
53 * struct NPCM7xxTimer - Individual timer state.
54 * @ctrl: The timer module that owns this timer.
55 * @irq: GIC interrupt line to fire on expiration (if enabled).
71 * struct NPCM7xxWatchdogTimer - The watchdog timer state.
72 * @ctrl: The timer module that owns this timer.
73 * @irq: GIC interrupt line to fire on expiration (if enabled).
[all …]
/openbmc/qemu/tests/include/
H A Dmeson.build1 # an extra target to workaround meson limitation on output files location
3 'test-qapi-commands-sub-module.c',
4 'test-qapi-commands-sub-module.h',
5 'test-qapi-events-sub-module.c',
6 'test-qapi-events-sub-module.h',
7 'test-qapi-types-sub-module.c',
8 'test-qapi-types-sub-module.h',
9 'test-qapi-visit-sub-module.c',
10 'test-qapi-visit-sub-module.h',
16 command: [python, '-c', ''])
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/
H A Dlibcapture-tiny-perl_0.50.bb1 SUMMARY = "Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs."
6 filehandles. Yes, it even works on Windows (usually). Stop guessing which of \
11 HOMEPAGE = "https://metacpan.org/dist/Capture-Tiny"
13 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
16 SRCNAME = "Capture-Tiny"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz"
20 S = "${WORKDIR}/${SRCNAME}-${PV}"
22 inherit cpan ptest-perl
25 perl-module-carp \
26 perl-module-exporter \
[all …]
/openbmc/qemu/include/qemu/
H A Dmodule.h2 * QEMU Module Infrastructure
10 * the COPYING file in the top-level directory.
23 /* This is a dummy symbol to identify a loaded DSO as a QEMU module, so we can
24 * distinguish "version mismatch" from "not a QEMU module", when the stamp
25 * check fails during module loading */
64 #define block_module_load(lib, errp) module_load("block-", lib, errp)
65 #define ui_module_load(lib, errp) module_load("ui-", lib, errp)
66 #define audio_module_load(lib, errp) module_load("audio-", lib, errp)
74 * module_load: attempt to load a module from a set of directories
77 * - getenv("QEMU_MODULE_DIR")
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/
H A Dlibfile-slurper-perl_0.014.bb1 SUMMARY = "A simple, sane and efficient module to slurp a file"
2 DESCRIPTION = "This module provides functions for fast and correct slurping and spewing. \
3 All functions are optionally exported. All functions throw exceptions on \
7 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9 HOMEPAGE = "https://metacpan.org/release/File-Slurper"
11 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
12 file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/File-Slurper-${PV}.tar.gz"
18 perl-module-carp \
19 perl-module-encode \
[all …]

12345678910>>...41