/openbmc/linux/kernel/module/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menuconfig MODULES config 3 bool "Enable loadable module support" 4 modules 6 Kernel modules are small pieces of compiled code which can 10 many parts of the kernel can be built as modules (by 17 modules_install" to put the modules under /lib/modules/ 23 if MODULES 32 Allows you to enable / disable features which can help you debug 33 modules. You don't need these options on production systems. [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_power.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. 12 * sruct dp_power - DisplayPort's power related data 16 * @clk_enable: enable/disable the DP clocks 26 * dp_power_init() - enable power supplies for display controller 37 * dp_power_deinit() - turn off regulators and gpios. 47 * dp_power_clk_status() - display controller clocks status 59 * dp_power_clk_enable() - enable display controller clocks 63 * @enable: enables or disables 66 * This API will call setrate and enable for DP clocks [all …]
|
/openbmc/qemu/scripts/ |
H A D | git-submodule.sh | 4 # the COPYING file in the top-level directory. 6 substat=".git-submodule-status" 12 test -z "$maybe_modules" && exit 0 13 test -z "$GIT" && GIT=$(command -v git) 18 if ! test -e ".git"; then 20 elif test -z "$GIT"; then 25 test -z "$no_git_error" 31 echo "Unable to automatically checkout GIT submodules '$modules'." 33 echo "enable use of a transparent proxy), please disable automatic" 36 echo " $ ./configure --disable-download" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/ |
H A D | libcanberra_0.30.bb | 3 LICENSE = "LGPL-2.1-or-later" 9 inherit autotools gtk-doc 12 http://0pointer.de/lennart/projects/${BPN}/${BPN}-${PV}.tar.xz \ 13 file://0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch \ 14 file://0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch \ 15 file://0001-remove-dropped-templates.patch \ 20 --enable-null \ 21 --disable-oss \ 22 --disable-tdb \ 23 --disable-lynx \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/iptables/ |
H A D | iptables_1.8.11.bb | 6 LICENSE = "GPL-2.0-or-later" 11 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.xz \ 26 EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR}" 28 CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0" 31 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 33 # libnfnetlink recipe is in meta-networking layer 34 …FIG[libnfnetlink] = "--enable-libnfnetlink --enable-connlabel,--disable-libnfnetlink --disable-con… 36 # libnftnl recipe is in meta-networking layer(previously known as libnftables) 37 PACKAGECONFIG[libnftnl] = "--enable-nftables,--disable-nftables,libnftnl" 41 # Keep ax_check_linker_flags.m4 which belongs to autoconf-archive. [all …]
|
/openbmc/linux/lib/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 31 converting bitfields between a CPU-usable representation and a 33 - Is little endian (bytes are reversed within a 32-bit group) 34 - The least-significant 32-bit word comes first (within a 64-bit 36 - The most significant bit of a byte is at its right (bit 0 of a 50 This option enables the use of hardware bit-reversal instructions on 93 bool "Access I/O in non-MMIO mode" 99 mechanism, the host-local I/O resource can be mapped into system 101 system can access the I/O devices with the mapped-logic PIO through 133 tristate "CRC-CCITT functions" [all …]
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | dm644x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * SoC-specific code for tms320dm644x chips 30 /* Enable UART0 MUX lines */ in davinci_enable_uart0() 41 /* Enable GIO3.3V cells used for EMAC */ in davinci_enable_emac() 44 /* Enable EMAC. */ in davinci_enable_emac() 54 /* Enable I2C pin Mux */ in davinci_enable_i2c() 73 * low priority modules can occupy the bus and prevent high priority in davinci_errata_workarounds() 74 * modules like the VPSS from getting the required DDR2 throughput. in davinci_errata_workarounds() 77 * modules. in davinci_errata_workarounds()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/ |
H A D | wireplumber_0.5.7.bb | 9 DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ 10 ….utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-nati… 16 file://90-OE-disable-session-dbus-dependent-features.lua \ 21 inherit meson pkgconfig gobject-introspection systemd 26 # Enable system-lua to let wireplumber use OE's lua. 27 # Documentation needs python-sphinx, which is not in oe-core or meta-python2 for now. 30 -Ddoc=disabled \ 31 -Dsystem-lua=true \ 32 -Delogind=disabled \ 33 -Dsystemd-system-unit-dir=${systemd_system_unitdir} \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
H A D | openldap_2.6.9.bb | 4 # The OpenLDAP Public License - see the HOMEPAGE - defines 17 SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ 20 file://remove-user-host-pwd-from-version.patch \ 21 file://0001-build-top.mk-unset-STRIP_OPTS.patch \ 26 DEPENDS = "util-linux groff-native" 28 inherit autotools-brokensep update-rc.d systemd pkgconfig 39 EXTRA_OECONF += "--with-yielding-select=yes" 41 EXTRA_OECONF += "--enable-dynamic" 43 PACKAGECONFIG ??= "asyncmeta gnutls modules \ 47 #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3004-use-GLESv2-headers-over-GL-headers.patch | 3 Date: Fri, 9 Dec 2022 00:21:43 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/video_output/opengl/converter.h | 12 +++--------- 17 modules/visualization/glspectrum.c | 4 +++- 18 2 files changed, 6 insertions(+), 10 deletions(-) 20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h 22 --- a/modules/video_output/opengl/converter.h [all …]
|
H A D | 2002-use-vorbisidec.patch | 3 Date: Sun, 4 Dec 2022 16:09:51 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 13 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 14 --- 15 modules/codec/Makefile.am | 2 +- 16 1 file changed, 1 insertion(+), 1 deletion(-) 18 diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am 20 --- a/modules/codec/Makefile.am 21 +++ b/modules/codec/Makefile.am [all …]
|
H A D | 3007-remove-xorg-related-link-libs.patch | 3 Date: Fri, 9 Dec 2022 20:04:27 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches 9 to enable raspiberry pi support. 13 in recipe-sysroot resulting in compilation 16 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 17 --- 18 modules/hw/mmal/Makefile.am | 2 +- 19 1 file changed, 1 insertion(+), 1 deletion(-) 21 diff --git a/modules/hw/mmal/Makefile.am b/modules/hw/mmal/Makefile.am [all …]
|
H A D | 3006-codec-omxil_core.h-fix-multiple-definition-of.patch | 3 Date: Fri, 9 Dec 2022 19:58:11 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches 9 to enable raspiberry pi support. 19 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 20 --- 21 modules/codec/omxil/omxil_core.h | 6 +++--- 22 1 file changed, 3 insertions(+), 3 deletions(-) 24 diff --git a/modules/codec/omxil/omxil_core.h b/modules/codec/omxil/omxil_core.h 26 --- a/modules/codec/omxil/omxil_core.h [all …]
|
H A D | 3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch | 3 Date: Thu, 8 Dec 2022 23:38:36 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo clones original VLC and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/codec/omxil/omxil_core.c | 4 ++-- 17 1 file changed, 2 insertions(+), 2 deletions(-) 19 diff --git a/modules/codec/omxil/omxil_core.c b/modules/codec/omxil/omxil_core.c 21 --- a/modules/codec/omxil/omxil_core.c 22 +++ b/modules/codec/omxil/omxil_core.c [all …]
|
H A D | 3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch | 3 Date: Fri, 9 Dec 2022 23:31:33 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/video_output/opengl/converter_vaapi.c | 27 +++++++++++++++++++ 19 diff --git a/modules/video_output/opengl/converter_vaapi.c b/modules/video_output/opengl/converter_… 21 --- a/modules/video_output/opengl/converter_vaapi.c 22 +++ b/modules/video_output/opengl/converter_vaapi.c 23 @@ -55,6 +55,33 @@ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
H A D | fix-host-contamination-when-enable-static-daq.patch | 4 Subject: [PATCH] snort: enable static daq 6 Upstream-Status: Inappropriate [embedded specific] 8 When enable static daq for snort, it calls to daq-modules-config to get link 12 Signed-off-by: Kai Kang <kai.kang@windriver.com> 14 --- 15 configure.in | 2 +- 16 1 file changed, 1 insertion(+), 1 deletion(-) 18 diff --git a/configure.in b/configure.in 20 --- a/configure.in 22 @@ -658,7 +658,7 @@ fi [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/ |
H A D | syslog-ng_4.7.0.bb | 2 DESCRIPTION = "syslog-ng, as the name shows, is a syslogd replacement, \ 5 syslog-ng adds the possibility to filter based on message contents using \ 10 HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system" 12 LICENSE = "GPL-2.0-only & LGPL-2.1-only" 15 # util-linux added to get libuuid 16 DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native curl json-c" 18 SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \ 19 file://syslog-ng.conf.systemd \ 20 file://syslog-ng.conf.sysvinit \ 22 file://volatiles.03_syslog-ng \ [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | building.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 distribution-specific source file or via the Kernel's main git tree\ [1]_. 12 - you're a braveheart and want to experiment with new stuff; 13 - if you want to report a bug; 14 - if you're developing new patches 23 https://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers 50 Device Drivers ---> 51 <M> Remote Controller support ---> 53 [ ] Enable CEC error injection support 54 [*] HDMI CEC drivers ---> [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 Say Y here to enable support for the Asia Better Technology Ltd. 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 36 Say Y here if you want to enable support for the ASUS TMP5P5 45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel 46 as found in the YLM RS-97 handheld gaming console. 49 tristate "Boe BF060Y8M-AJ0 panel" 54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 55 5.99" AMOLED modules. The panel has a 1080x2160 resolution and [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
H A D | softhsm_2.6.1.bb | 3 LICENSE = "BSD-2-Clause & ISC" 8 SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz \ 9 file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \ 10 file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \ 16 EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr" 17 EXTRA_OECONF += " --with-objectstore-backend-db" 18 EXTRA_OECONF += "${@oe.utils.conditional('SITEINFO_BITS', '64', ' --enable-64bit', '', d)}" 22 PACKAGECONFIG[npm] = ",--disable-non-paged-memory" 23 PACKAGECONFIG[ecc] = "--enable-ecc,--disable-ecc" 24 PACKAGECONFIG[gost] = "--enable-gost,--disable-gost" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/ |
H A D | apache2_2.4.62.bb | 6 LICENSE = "Apache-2.0" 8 SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \ 9 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ 10 file://0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch \ 11 file://0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch \ 12 file://0004-apache2-log-the-SELinux-context-at-startup.patch \ 13 file://0005-replace-lynx-to-curl-in-apachectl-script.patch \ 14 file://0006-apache2-fix-the-race-issue-of-parallel-installation.patch \ 15 file://0007-apache2-allow-to-disable-selinux-support.patch \ 16 file://0008-Fix-perl-install-directory-to-usr-bin.patch \ [all …]
|
/openbmc/u-boot/drivers/reset/ |
H A D | Kconfig | 4 bool "Enable reset controllers using Driver Model" 7 Enable support for the reset controller driver class. Many hardware 8 modules are equipped with a reset signal, typically driven by some 9 reset controller hardware module within the chip. In U-Boot, reset 16 bool "Enable the sandbox reset test driver" 19 Enable support for a test reset controller implementation, which 20 simply accepts requests to reset various HW modules without actually 24 bool "Enable the STi reset" 32 bool "Enable the STM32 reset" 39 bool "Enable Tegra CAR-based reset driver" [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | streamline_config.pl | 3 # Copyright 2005-2009 - Steven Rostedt 12 # that turns on way too many modules than you need, and 13 # you only want the modules you use, then this program 16 # It gives you the ability to turn off all the modules that are 25 # 4. Have all your devices that you need modules for connected and 26 # operational (make sure that their corresponding modules are loaded) 33 # Now your kernel is ready to be built with only the modules that 38 # cd /usr/src/linux-2.6.10 39 # cp /boot/config-2.6.10-1-686-smp .config 61 my $uname = `uname -r`; [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | janz-cmodio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Janz CMOD-IO MODULbus Carrier Board PCI Driver 21 #define DRV_NAME "janz-cmodio" 26 /* Maximum number of MODULbus modules on a CMOD-IO carrier board */ 31 static char *modules[CMODIO_MAX_MODULES] = { variable 35 module_param_array(modules, charp, &num_modules, S_IRUGO); 36 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board"); 51 /* mfd-core API */ 58 * Subdevices using the mfd-core API 70 pci = priv->pdev; in cmodio_setup_subdevice() [all …]
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | joystick.rst | 10 ------- 12 First of all, you need to enable GAMEPORT support on Linux kernel for 19 built-in gameport support. Hence, when the ALSA PCI driver is built 23 Some adapter modules probe the physical connection of the device at 29 --------- 43 als4000 joystick_port 0 = disable (default), 1 = auto-detect, 46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default) 47 ens1370 joystick 0 = disable (default), 1 = enable 48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect, 50 cmipci joystick_port 0 = disable (default), 1 = auto-detect, [all …]
|