Home
last modified time | relevance | path

Searched +full:built +full:- +full:in (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/openbmc/linux/drivers/rtc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
41 device should record time in UTC, since the kernel won't do
44 This clock should be battery-backed, so that it reads the correct
45 time when the system boots from a power-off state. Otherwise, your
58 in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
69 one can sleep when setting time, because it runs in the workqueue
75 Say yes here to enable debugging support in the RTC framework
141 once-per-second update interrupts, used for synchronization.
158 This driver can also be built as a module. If so, the module
159 will be called rtc-test.
[all …]
/openbmc/linux/drivers/i2c/busses/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
16 for Cypress CCGx Type-C controller. Individual bus drivers
25 controller is part of the 7101 device, which is an ACPI-compliant
28 This driver can also be built as a module. If so, the module
29 will be called i2c-ali1535.
37 controller is part of the 7101 device, which is an ACPI-compliant
40 This driver can also be built as a module. If so, the module
41 will be called i2c-ali1563.
50 This driver can also be built as a module. If so, the module
51 will be called i2c-ali15x3.
[all …]
/openbmc/openbmc/meta-arm/meta-arm-toolchain/
H A DREADME.md1 meta-arm-toolchain Yocto Layer
6 Information regarding contributing, reporting bugs, etc can be found in the
7 top-level meta-arm readme file.
9 Recipes for pre-built GNU Arm toolchain for Linux development are provided under
10 ``recipes-devtools/external-arm-toolchain/``.
12 external-arm-toolchain.bb
15 This recipe provides support for pre-built GNU toolchains targeting processors
16 from the Arm Cortex-A family and implementing the Arm A-profile architecture.
21 In order to use any of pre-built Arm toolchain versions (8.2, 8.3, 9.2 and so
22 on), a user needs to download and untar tool-set on host machine at a particular
[all …]
/openbmc/linux/drivers/hwmon/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools.rst> for details.
23 This support can also be built as a module. If so, the module
53 This driver can also be built as a module. If so, the module
67 This driver can also be built as a module. If so, the module
76 with SMpro co-processor.
85 This driver can also be built as a module. If so, the module
95 This driver can also be built as a module. If so, the module
105 This driver can also be built as a module. If so, the module
[all …]
/openbmc/linux/net/caif/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 based connection-oriented MUX protocol developed by ST-Ericsson for use
19 built as a module. You will also need to say Y (or M) to any CAIF
30 Enable the inclusion of debug code in the CAIF stack.
40 This can be either built-in or a loadable module.
41 If you select to build it as a built-in then the main CAIF device must
42 also be a built-in.
51 This can be either built-in or a loadable module.
52 If you select to build it as a built-in then the main CAIF device must
53 also be a built-in.
/openbmc/linux/drivers/base/firmware_loader/builtin/
H A Dmain.c1 // SPDX-License-Identifier: GPL-2.0
24 if (size < fw->size) in fw_copy_to_prealloc_buf()
26 memcpy(buf, fw->data, fw->size); in fw_copy_to_prealloc_buf()
31 * firmware_request_builtin() - load builtin firmware
35 * Some use cases in the kernel have a requirement so that no memory allocator
36 * is involved as these calls take place early in boot process. An example is
37 * the x86 CPU microcode loader. In these cases all the caller wants is to see
38 * if the firmware was built-in and if so use it right away. This can be used
41 * This looks for the firmware in the built-in kernel. Only if the kernel was
42 * built-in with the firmware you are looking for will this return successfully.
[all …]
/openbmc/linux/drivers/nvmem/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
37 calibration data required for the PCIe or the USB-C PHY.
39 This driver can also be built as a module. If so, the module will
40 be called nvmem-apple-efuses.
43 tristate "Broadcom On-Chip OTP Controller support"
51 This driver can also be built as a module. If so, the module
52 will be called nvmem-bcm-ocotp.
71 This driver can also be built as a module. If so, the module
72 will be called nvmem-imx-iim.
75 tristate "i.MX 6/7/8 On-Chip OTP Controller support"
[all …]
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_manual.rst1 .. SPDX-License-Identifier: GPL-2.0
9 include KUnit in any kernel, read out results, and parse manually.
11 .. note:: KUnit is not designed for use in a production system. It is
20 - We have an existing kernel configuration to test.
21 - Need to run on real hardware (or using an emulator/VM kunit_tool
23 - Wish to integrate with some existing testing systems.
26 tests can also be built by enabling their config options in our
28 ending in ``_KUNIT_TEST``. Most tests can either be built as a module,
29 or be built into the kernel.
38 Once we have built our kernel (and/or modules), it is simple to run
[all …]
/openbmc/linux/drivers/iio/adc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # When adding new entries keep the list in alphabetical order
10 bool "ST-Ericsson AB8500 GPADC driver"
33 Say yes here to build support for Analog Devices AD4130-8 SPI analog
44 Say yes here to build support for Analog Devices AD7091R-5 ADC.
47 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
51 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
126 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI"
152 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
163 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dincompatible_lic.py4 # SPDX-License-Identifier: MIT
17 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
18 if error_msg not in result.output:
21 # Verify that a package with an SPDX license cannot be built when
22 # INCOMPATIBLE_LICENSE contains an alias (in SPDXLICENSEMAP) of this SPDX
25 …self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use…
27 # Verify that a package with an SPDX license cannot be built when
31 …self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wild…
34 # license cannot be built when INCOMPATIBLE_LICENSE contains this alias
36 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, plea…
[all …]
/openbmc/linux/drivers/base/firmware_loader/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
10 This enables the firmware loading facility in the kernel. The kernel
11 will first look for built-in firmware, if it has any. Next, it will
12 look for the requested firmware in a series of filesystem paths:
24 You typically want this built-in (=y) but you can also enable this
25 as a module, in which case the firmware_class module will be built.
26 You also want to be sure to enable this built-in if you are going to
27 enable built-in firmware (CONFIG_EXTRA_FIRMWARE).
54 kernel firmware files. Built-in firmware searches are preceded
59 in boot and cannot rely on the firmware being placed in an initrd or
[all …]
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst6 -------
9 two languages in one. One language describes dependency graphs consisting of
21 $(CC) -o $(APP) $(SRC)
27 gcc -o foo foo.c
32 The idea is quite similar in Kconfig - it is possible to describe a Kconfig
38 def_bool $(shell, $(srctree)/scripts/gcc-check-foo.sh $(CC))
40 The macro language in Kconfig processes the source file into the following
46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
47 dependency as explained in kconfig-language.rst.
51 ---------
[all …]
H A Dmakefiles.rst16 kbuild Makefiles exist in every subdirectory
29 architecture-specific information to the top Makefile.
34 any built-in or modular targets.
51 working on. In order to do this effectively, they need some overall
69 kbuild infrastructure. This chapter introduces the syntax used in the
80 ----------------
83 These lines define the files to be built, any special compilation
90 obj-y += foo.o
92 This tells kbuild that there is one object in that directory, named
93 foo.o. foo.o will be built from foo.c or foo.S.
[all …]
H A Dkbuild.rst10 -------------
11 This file records the order in which modules appear in Makefiles. This
16 ---------------
17 This file lists all modules that are built into the kernel. This is used
21 -----------------------
22 This file contains modinfo from all modules that are built into the kernel.
30 ---------
32 will be used in all cases where kbuild does preprocessing including
36 -------
37 Additional options to the assembler (for built-in and modules).
[all …]
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-rdma.rst17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
18 was first included in the following release, Linux 2.6.25.
20 In our testing, we have obtained excellent performance results (full 10Gbit
29 nfs-rdma-devel@lists.sourceforge.net mailing list.
37 - Install an RDMA device
39 Any device supported by the drivers in drivers/infiniband/hw is acceptable.
41 Testing has been performed using several Mellanox-based IB cards, the
44 - Install a Linux distribution and tools
50 The procedures described in this document have been tested with
53 - Install nfs-utils-1.1.2 or greater on the client
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18 and RG-99 handheld gaming consoles.
28 in the Versatile family syscon registers.
37 NT35596 1080x1920 video mode panel as found in some Asus
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
66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
68 the host and has a built-in LED backlight.
[all …]
/openbmc/linux/Documentation/driver-api/firmware/
H A Dbuilt-in-fw.rst2 Built-in firmware
5 Firmware can be built-in to the kernel, this means building the firmware
8 directly. You can enable built-in firmware using the kernel configuration
22 able to make use of built-in firmware:
24 * Legalese - firmware is non-GPL compatible
28 * Some firmware files may be really large in size. The remote-proc subsystem
/openbmc/linux/kernel/rcu/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0-only
3 # RCU-related debugging configuration options
19 false-positive splats, we keep it default disabled but once all
33 tests on the RCU infrastructure. The kernel module may be built
36 Say Y here if you want RCU performance tests to be built into
48 on the RCU infrastructure. The kernel module may be built
51 Say Y here if you want RCU torture tests to be built into
57 tristate "Scalability tests for read-side synchronization (RCU and others)"
63 useful comparing RCU with various read-side synchronization mechanisms.
64 The kernel module may be built after the fact on the running kernel to be
[all …]
/openbmc/libcper/include/libcper/
H A DBaseTypes.h6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
19 /// 8-byte unsigned value
23 /// 8-byte signed value
27 /// 4-byte unsigned value
31 /// 4-byte signed value
35 /// 2-byte unsigned value
39 /// 2-byte Character. Unless otherwise specified all strings are stored in the
40 /// UTF-16 encoding format as defined by Unicode 2.1 and ISO/IEC 10646 standards.
44 /// 2-byte signed value
[all …]
/openbmc/linux/drivers/misc/lkdtm/
H A Dlkdtm.h1 /* SPDX-License-Identifier: GPL-2.0 */
14 pr_err("Unexpected! This %s was built with " #kconfig "=y\n", \
17 pr_warn("This is probably expected, since this %s was built *without* " #kconfig "=y\n", \
28 …pr_warn("This is probably expected, since this %s was built with " #kconfig "=y but booted with '"…
32 pr_err("Unexpected! This %s was built with " #kconfig "=y and booted with '" param "=Y'\n", \
36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie…
42 …pr_warn("This is probably expected, as this %s was built *without* " #kconfig "=y and booted with …
46 … pr_err("Unexpected! This %s was built *without* " #kconfig "=y but booted with '" param "=Y'\n", \
50 …pr_err("This is probably expected, since this %s was built *without* " #kconfig "=y (and booted wi…
97 /* Special declaration for function-in-rodata. */
/openbmc/qemu/pc-bios/
H A DREADME1 - SeaBIOS (bios.bin) is the successor of pc bios.
4 - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
7 - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable
9 1275-1994 (referred to as Open Firmware) compliant firmware.
11 Sparc32 (including QEMU,tcx.bin and QEMU,cgthree.bin) and Sparc64 are built
14 - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
16 https://github.com/aik/SLOF, and the image currently in qemu is
17 built from git tag qemu-slof-20230918.
19 - VOF (Virtual Open Firmware) is a minimalistic firmware to work with
20 -machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch4 Subject: [PATCH] Pass CXXFLAGS_FOR_BUILD in a couple of places to avoid these
7 …hing unsupported by the build CXX, we see build failures (e.g. using -fmacro-prefix-map for the ta…
9 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
13 * Makefile.in: Regenerate.
16 Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612560.html]
18 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 ---
21 Makefile.in | 2 ++
25 diff --git a/Makefile.in b/Makefile.in
[all …]
/openbmc/linux/arch/mips/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
9 to print messages very early in the bootup process.
30 bool "Built-in kernel command line"
38 should choose 'Y' here, and fill in the extra boot arguments
39 in CONFIG_CMDLINE.
41 The built-in options will be concatenated to the default command
43 command line will be ignored and replaced by the built-in string.
46 the command line from the firmware or the second-stage bootloader.
55 the default command line, you can supply some command-line options at
56 build time by entering them here. In other cases you can specify
[all …]
/openbmc/linux/drivers/net/ieee802154/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 Say Y here to get to see options for IEEE 802.15.4 Low-Rate
11 If you say N, all options in this submenu will be skipped and
21 This driver can also be built as a module. To do so say M here.
33 This driver can also be built as a module. To do so, say M here.
45 This driver can also be built as a module. To do so, say M here.
56 This driver can also be built as a module. To do so, say M here.
66 This driver can also be built as a module. To do so say M here.
77 This driver can also be built as a module. To do so, say M here.
89 This driver can also be built as a module. To do so, say M here.
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dprebuilt-libraries.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Working with Pre-Built Libraries
10 release pre-built binaries. When shared libraries are built, they should
12 <https://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html>`__
20 running ``readelf -d filename | grep SONAME``.
23 pre-built libraries.
28 In this example we work with pre-built libraries for the FT4222H USB I/O chip.
29 Libraries are built for several target architecture variants and packaged in
32 ├── build-arm-hisiv300
34 ├── build-arm-v5-sf
[all …]

12345678910>>...42