Searched +full:built +full:- +full:into (Results 1 – 25 of 846) sorted by relevance
12345678910>>...34
/linux-6.14.4/drivers/base/firmware_loader/builtin/ |
D | main.c | 1 // 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 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. 55 if (strcmp(name, b_fw->name) == 0) { in firmware_request_builtin() 56 fw->size = b_fw->size; in firmware_request_builtin() 57 fw->data = b_fw->data; in firmware_request_builtin() [all …]
|
/linux-6.14.4/drivers/accessibility/speakup/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 video console for blind people. If built in to the 12 point your browser at <http://www.linux-speakup.org/>. 24 Speakup can either be built in or compiled as a module 28 the synthesizer drivers below can only be built as 36 The Dectalk pc driver can only be built as a module, and 37 requires software to be pre-loaded on to the card before 55 synthesizer. You can say y to build it into the kernel, 64 synthesizer. You can say y to build it into the kernel, 72 synthesizer. You can say y to build it into the kernel, [all …]
|
/linux-6.14.4/drivers/base/firmware_loader/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 11 will first look for built-in firmware, if it has any. Next, it will 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). 56 string "Build named firmware blobs into the kernel binary" 60 /lib/firmware/ paths. This option enables you to build into the 61 kernel firmware files. Built-in firmware searches are preceded 69 This option is a string and takes the (space-separated) names of the [all …]
|
/linux-6.14.4/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 2 Built-in firmware 5 Firmware can be built-in to the kernel, this means building the firmware 6 into vmlinux directly, to enable avoiding having to look for firmware from 8 directly. You can enable built-in firmware using the kernel configuration 15 into the kernel with CONFIG_EXTRA_FIRMWARE: 19 want to stuff the firmware into the boot initramfs. 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
|
/linux-6.14.4/Documentation/kbuild/ |
D | makefiles.rst | 23 It builds these goals by recursively descending into the subdirectories of 29 architecture-specific information to the top Makefile. 34 any built-in or modular targets. 80 ---------------- 83 These lines define the files to be built, any special compilation 90 obj-y += foo.o 93 foo.o. foo.o will be built from foo.c or foo.S. 95 If foo.o shall be built as a module, the variable obj-m is used. 100 obj-$(CONFIG_FOO) += foo.o 102 $(CONFIG_FOO) evaluates to either y (for built-in) or m (for module). [all …]
|
D | kbuild.rst | 10 ------------- 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. 26 ---------------------- 28 that are built into the kernel. Together with System.map, it can be used 35 --------- 41 ------- 42 Additional options to the assembler (for built-in and modules). [all …]
|
/linux-6.14.4/drivers/watchdog/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 77 bool "Enable watchdog hrtimer-based pretimeouts" 114 event put the kernel into panic. 198 tristate "ChromeOS EC-based watchdog" 228 This driver can also be built as a module. If so, the module 239 This driver can be built as a module. The module name is da9063_wdt. 249 This driver can be built as a module. The module name is da9062_wdt. [all …]
|
/linux-6.14.4/kernel/rcu/ |
D | Kconfig.debug | 1 # 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 63 Note that PREEMPT_COUNT must be enabled if the preempt-disabled 64 and bh-disabled checks are to take effect, and that PREEMPT_RCU 65 must be enabled for the RCU-nesting checks to take effect. [all …]
|
/linux-6.14.4/certs/ |
D | system_keyring.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 16 #include <keys/asymmetric-type.h> 36 * restrict_link_by_builtin_trusted - Restrict keyring addition by built-in CA 42 * Restrict the addition of keys into a keyring based on the key-to-be-added 43 * being vouched for by a key in the built in system keyring. 55 * restrict_link_by_digsig_builtin - Restrict digitalSignature key additions by the built-in keyring 61 * Restrict the addition of keys into a keyring based on the key-to-be-added 62 * being vouched for by a key in the built in system keyring. The new key 76 * restrict_link_by_builtin_and_secondary_trusted - Restrict keyring 77 * addition by both built-in and secondary keyrings. [all …]
|
/linux-6.14.4/Documentation/ABI/stable/ |
D | sysfs-module | 7 dynamic module. If it is built directly into the kernel, it 11 Note: The conditions of creation in the built-in case are not 33 Note: If the module is built into the kernel, or if the
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 32 rather than built-in (Y). This driver requires firmware at device 33 initialization time, and when built-in this typically happens 36 this driver into your kernel image, you can avoid this problem by 44 With this feature compiled into the driver, you can switch to 91 rather than built-in (Y). This driver requires firmware at device 92 initialization time, and when built-in this typically happens 95 this driver into your kernel image, you can avoid this problem by 103 With this feature compiled into the driver, you can switch to 127 % tethereal -i rtap0
|
/linux-6.14.4/drivers/nvmem/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 read/write directly into nvmem. 38 calibration data required for the PCIe or the USB-C PHY. 40 This driver can also be built as a module. If so, the module will 41 be called nvmem-apple-efuses. 44 tristate "Broadcom On-Chip OTP Controller support" 52 This driver can also be built as a module. If so, the module 53 will be called nvmem-bcm-ocotp. 72 This driver can also be built as a module. If so, the module 73 will be called nvmem-imx-iim. [all …]
|
/linux-6.14.4/Documentation/driver-api/early-userspace/ |
D | early_userspace_support.rst | 5 Last update: 2004-12-20 tlh 15 - gen_init_cpio, a program that builds a cpio-format archive 17 the compressed image is linked into the kernel image. 18 - initramfs, a chunk of code that unpacks the compressed cpio image 20 - klibc, a userspace C library, currently packaged separately, that is 23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc") 24 format, and is documented in the file "buffer-format.txt". There are 30 ------------------- 39 --------------------- 43 a way to create images with root-owned files even though the image was [all …]
|
/linux-6.14.4/Documentation/scsi/ |
D | scsi.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 https://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single 18 The scsi-core (also known as the "mid level") contains the core of SCSI 20 The SCSI core support can be a module (scsi_mod.o), or it can be built into 29 as a module). The disk driver (sd_mod.o), CD-ROM driver (sr_mod.o), 40 Adaptec. Almost all lower level drivers can be built either as modules or 41 built into the kernel.
|
/linux-6.14.4/scripts/ |
D | generate_builtin_ranges.awk | 1 #!/usr/bin/gawk -f 2 # SPDX-License-Identifier: GPL-2.0 27 mod = substr(s, RSTART + 16, RLENGTH - 16); 30 mod = substr(s, RSTART + 13, RLENGTH - 13); 44 gsub(/-/, "_", mod); 65 entries[idx] = sprintf("%s %08x-%08x %s", sect, soff, eoff, mod); 69 # (1) Build a lookup map of built-in module names. 74 # kernel/crypto/lzo-rle.ko 75 # and we record the object name "crypto/lzo-rle". 90 # in the section into offset values. [all …]
|
/linux-6.14.4/Documentation/trace/coresight/ |
D | coresight-config.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 programming of the CoreSight system with pre-defined configurations that 17 Many CoreSight components can be programmed in complex ways - especially ETMs. 30 -------- 37 a matching device, either when the feature is loaded into the system, or when the 40 The load process involves interpreting the descriptor into a set of register 41 accesses in the driver - the resource usage and parameter descriptions 42 translated into appropriate register accesses. This interpretation makes it easy 47 will be programmed into the device hardware. 67 system - which is described below. [all …]
|
/linux-6.14.4/Documentation/driver-api/rapidio/ |
D | rapidio.rst | 5 The RapidIO standard is a packet-based fabric interconnect standard designed for 8 is publicly available for download from the RTA web-site [1]. 17 into the kernel similarly to other buses by defining RapidIO-specific device and 21 architecture-specific interfaces that provide support for common RapidIO 33 --------------- 50 ---------- 54 structure. Devices form one global device list and per-network device lists 58 ---------- 68 specific switch drivers that are designed to provide hardware-specific 72 ----------- [all …]
|
/linux-6.14.4/Documentation/dev-tools/kunit/ |
D | run_manual.rst | 1 .. SPDX-License-Identifier: GPL-2.0 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 39 the tests. If the tests are built-in, they will run automatically on the 43 If the tests are built as modules, they will run when the module is [all …]
|
/linux-6.14.4/security/tomoyo/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 This selects TOMOYO Linux, pathname-based access control. 23 that are automatically appended into policy at "learning mode". 45 Say Y here if you want to activate access control as soon as built-in 58 default "/sbin/tomoyo-init" 78 bool "Use insecure built-in settings for fuzzing tests." 83 Enabling this option forces minimal built-in policy and disables 84 domain/program checks for run-time policy modifications. Please enable 85 this option only if this kernel is built for doing fuzzing tests.
|
/linux-6.14.4/Documentation/admin-guide/ |
D | module-signing.rst | 2 ------------------------------ 6 .. - Overview. 7 .. - Configuring module signing. 8 .. - Generating signing keys. 9 .. - Public keys in the kernel. 10 .. - Manually signing modules. 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 13 .. - Non-valid signatures and unsigned modules. 14 .. - Administering/protecting the private key. [all …]
|
D | verify-bugs-and-bisect-regressions.rst | 1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) 9 currently supported by developers -- to then explain how to locate the change 22 read and navigate this document -- especially when you want to look something 26 https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html 32 over to the* ':ref:`step-by-step guide <introguide_bissbs>`' *below. It utilizes 45 *segment 2*. Then you can submit a preliminary report -- or continue with 47 full-fledged regression report. In the following example 6.0.13 is assumed to be 55 # * Ensure Secure Boot permits booting self-compiled Linux kernels. 56 # * If you are not already running the 'working' kernel, reboot into it. 59 git clone -o mainline --no-checkout \ [all …]
|
/linux-6.14.4/Documentation/rust/ |
D | testing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 - The KUnit tests. 12 - The ``#[test]`` tests. 13 - The Kselftests. 16 --------------- 19 get transformed into KUnit tests. 27 ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --arch x86_64 --kconfig_add CONFIG_RUST=y 29 Alternatively, KUnit can run them as kernel built-in at boot. Refer to 30 Documentation/dev-tools/kunit/index.rst for the general KUnit documentation 31 and Documentation/dev-tools/kunit/architecture.rst for the details of kernel [all …]
|
/linux-6.14.4/drivers/rtc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 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 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. 172 This driver can also be built as a module. If so, the module 173 will be called rtc-88pm860x. 182 This driver can also be built as a module. If so, the module 183 will be called rtc-88pm80x. [all …]
|
/linux-6.14.4/lib/ |
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 51 please refer to the KUnit documentation in Documentation/dev-tools/kunit/. 62 This option enables the use of hardware bit-reversal instructions on 102 bool "Access I/O in non-MMIO mode" 108 mechanism, the host-local I/O resource can be mapped into system 110 system can access the I/O devices with the mapped-logic PIO through [all …]
|
/linux-6.14.4/Documentation/process/debugging/ |
D | kgdb.rst | 15 Kdb is simplistic shell-style interface which you can use on a system 22 kernel built-ins or in kernel modules if the code was built with 40 kgdb I/O modules compiled as built-ins or loadable kernel modules in the 46 - In order to enable compilation of kdb, you must first enable kgdb. 48 - The kgdb test compile options are described in the kgdb test suite 52 ------------------------------ 55 :menuselection:`Kernel hacking --> Kernel debugging` and select 66 into the compiled executable which saves the frame information in registers 73 certain regions of the kernel's memory space as read-only. If kgdb 80 driver that supports early debugging and the driver must be built into [all …]
|
12345678910>>...34