/Linux-v6.1/arch/riscv/boot/ |
D | Makefile | 22 targets := Image Image.* loader loader.o loader.lds loader.bin 23 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage 42 $(obj)/loader.o: $(src)/loader.S $(obj)/Image 44 $(obj)/loader: $(obj)/loader.o $(obj)/Image $(obj)/loader.lds FORCE 45 $(Q)$(LD) -T $(obj)/loader.lds -o $@ $(obj)/loader.o 59 $(obj)/loader.bin: $(obj)/loader FORCE
|
D | .gitignore | 4 loader 5 loader.lds 6 loader.bin
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | axm5516-cpus.dtsi | 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader 149 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
/Linux-v6.1/Documentation/arm/ |
D | booting.rst | 11 In order to boot ARM Linux, you require a boot loader, which is a small 12 program that runs before the main kernel. The boot loader is expected 16 Essentially, the boot loader should provide (as a minimum) the 35 The boot loader is expected to find and initialise all RAM that the 39 the RAM in the machine, or any other method the boot loader designer 51 The boot loader should initialise and enable one serial port on the 56 As an alternative, the boot loader can pass the relevant 'console=' 71 The boot loader should detect the machine type its running on by some 74 The boot loader must ultimately be able to provide a MACH_TYPE_xxx 90 The boot loader must provide either a tagged list or a dtb image for [all …]
|
/Linux-v6.1/Documentation/x86/ |
D | boot.rst | 22 boot loader and the kernel. setup.S made relocatable, 59 pref_address fields. Added extended boot loader IDs. 86 features to the boot loader. Due to very limited space available in 89 communicate things to the boot loader is the kernel_info. 95 The traditional memory map for the kernel loader, used for Image or 111 | Boot loader | <- Boot sector entry point 0000:7C00 128 low memory touched by the boot loader -- as low as possible, since 131 memory. The boot loader should use the "INT 12h" BIOS call to verify 135 low, there is usually nothing the boot loader can do but to report an 136 error to the user. The boot loader should therefore be designed to [all …]
|
D | microcode.rst | 4 The Linux Microcode Loader 16 The loader supports three loading methods: 30 loader parses the combined initrd image during boot. 44 The loader also saves the matching microcode for the CPU in memory. 214 The loader supports also loading of a builtin microcode supplied through 236 the final kernel image. The early loader finds them and applies them.
|
/Linux-v6.1/Documentation/livepatch/ |
D | module-elf-format.rst | 18 exists in the module loader, so this former approach produced redundant 20 loader can already do, livepatch leverages existing code in the module 21 loader to perform the all the arch-specific relocation work. Specifically, 22 livepatch reuses the apply_relocate_add() function in the module loader to 41 since the kernel module loader cannot resolve them and will therefore 64 used by the kernel module loader to identify livepatch modules. 112 loader recognizes this flag and will avoid applying those relocation sections 114 so that the module loader doesn't discard them on module load (i.e. they will 192 objects, whose addresses cannot be resolved by the module loader (because 193 they are local or unexported global syms). Since the module loader only [all …]
|
/Linux-v6.1/arch/arm/mach-rpc/ |
D | ecard-loader.S | 16 @ Purpose: call an expansion card loader to read bytes. 17 @ Proto : char read_loader(int offset, char *card_base, char *loader); 29 @ Purpose: call an expansion card loader to reset the card 30 @ Proto : void read_loader(int card_base, char *loader);
|
D | ecard.c | 13 * 06-May-1997 RMK Added blacklist for cards whose loader doesn't work. 88 ecard_loader_reset(unsigned long base, loader_t loader); 90 ecard_loader_read(int off, unsigned long base, loader_t loader); 109 * Since the loader programs on the expansion cards need to be run 130 ecard_loader_reset(res->start, ec->loader); in ecard_task_reset() 186 if (!req->use_loader || !ec->loader) { in ecard_task_readbytes() 196 * expansion card loader programs. in ecard_task_readbytes() 200 ec->loader); in ecard_task_readbytes() 339 if (!useld && ec->loader) { in ecard_readchunk() 350 if (c_id(&excd) == 0x80) { /* loader */ in ecard_readchunk() [all …]
|
/Linux-v6.1/tools/lib/bpf/ |
D | skel_internal.h | 35 * requested during loader program generation. 38 /* output of the loader prog */ 40 /* input for the loader prog */ 107 * The loader program will perform probe_read_kernel() from maps.rodata.initial_value. 115 * The loader program will perform copy_from_user() from maps.rodata.initial_value. 120 * both kernel and user space. The generated loader program does 318 opts->errstr = "failed to create loader map"; in bpf_load_and_run() 325 opts->errstr = "failed to update loader map"; in bpf_load_and_run() 343 opts->errstr = "failed to load loader prog"; in bpf_load_and_run() 354 opts->errstr = "failed to execute loader prog"; in bpf_load_and_run()
|
/Linux-v6.1/drivers/hid/intel-ish-hid/ |
D | ishtp-fw-loader.c | 23 * ISH Shim firmware loader reserves 4 Kb buffer in SRAM. The buffer is 25 * firmware loader. Reason for the odd size of 3968 bytes? Each IPC 33 * enum ish_loader_commands - ISH loader host commands. 34 * @LOADER_CMD_XFER_QUERY: Query the Shim firmware loader for 59 * Loader transfer modes: 72 * loader (allocate buffer, break in chucks and transfer). This allows 78 /* ISH Transport Loader client unique GUID */ 99 * struct loader_msg_hdr - Header for ISH Loader commands. 106 * between Host driver and ISH Shim firmware loader. 413 "Loader returned status %d\n", in process_recv() [all …]
|
D | Makefile | 23 obj-$(CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER) += intel-ishtp-loader.o 24 intel-ishtp-loader-objs += ishtp-fw-loader.o
|
/Linux-v6.1/arch/mips/kernel/ |
D | vpe.c | 12 * the startup-code. The loader looks for the symbol __start and sets 249 pr_debug("VPE loader: apply_r_mips_gprel16: relative address 0x%x out of range of gp register\n", in apply_r_mips_gprel16() 268 pr_debug("VPE loader: apply_r_mips_pc16: relative address out of range 0x%x\n", in apply_r_mips_pc16() 290 pr_debug("VPE loader: apply_r_mips_26: unaligned relocation\n"); in apply_r_mips_26() 353 pr_debug("VPE loader: apply_r_mips_lo16/hi16: inconsistent value information\n"); in apply_r_mips_lo16() 459 pr_warn("VPE loader: .text+0x%x relocation type %s for symbol \"%s\" failed\n", in apply_relocations() 586 strcpy(mod.name, "VPE loader"); in vpe_elfload() 597 pr_warn("VPE loader: program wrong arch or weird elf version\n"); in vpe_elfload() 606 pr_err("VPE loader: program length %u truncated\n", len); in vpe_elfload() 648 pr_info("VPE loader: loading to %p\n", v->load_addr); in vpe_elfload() [all …]
|
/Linux-v6.1/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 10 * L: Kernel-Loader 12 * The Linux-Kernel image including the loader must be loaded 22 * The loader copies the parameter to the position that will 38 /* this must be the first byte of the loader! */ 72 /* copy the loader to its address 73 * Note: The loader itself is a very small piece, so we assume we
|
/Linux-v6.1/arch/arm64/boot/dts/apple/ |
D | t8103-jxxx.dtsi | 28 reg = <0 0 0 0>; /* To be filled by loader */ 29 /* Format properties will be added by loader */ 36 reg = <0x8 0 0x2 0>; /* To be filled by loader */ 76 /* To be filled by the loader */
|
/Linux-v6.1/drivers/crypto/qat/qat_common/ |
D | adf_accel_engine.c | 15 struct icp_qat_fw_loader_handle *loader; in adf_ae_fw_load_images() local 21 loader = loader_data->fw_loader; in adf_ae_fw_load_images() 32 if (qat_uclo_set_cfg_ae_mask(loader, ae_mask)) { in adf_ae_fw_load_images() 37 if (qat_uclo_map_obj(loader, fw_addr, fw_size, obj_name)) { in adf_ae_fw_load_images() 42 if (qat_uclo_wr_all_uimage(loader)) { in adf_ae_fw_load_images() 47 qat_uclo_del_obj(loader); in adf_ae_fw_load_images()
|
/Linux-v6.1/security/tomoyo/ |
D | Kconfig | 43 bool "Activate without calling userspace policy loader." 59 string "Location of userspace policy loader" 64 This is the default pathname of policy loader which is called before 69 string "Trigger for calling userspace policy loader"
|
D | load_policy.c | 13 * Path to the policy loader. (default = CONFIG_SECURITY_TOMOYO_POLICY_LOADER) 18 * tomoyo_loader_setup - Set policy loader. 20 * @str: Program to use as a policy loader (e.g. /sbin/tomoyo-init ). 73 * tomoyo_load_policy - Run external policy loader to load policy.
|
/Linux-v6.1/Documentation/admin-guide/ |
D | efi-stub.rst | 8 along with the EFI-specific entry point that the firmware loader 22 without the use of a conventional EFI boot loader, such as grub or 23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in 24 a certain sense it *IS* the boot loader. 34 the extension the EFI firmware loader will refuse to execute it. It's
|
/Linux-v6.1/drivers/remoteproc/ |
D | Kconfig | 176 tristate "Qualcomm Technology Inc ADSP Peripheral Image Loader" 190 Say y here to support the Peripheral Image Loader 231 Say y here to support the TrustZone based Peripheral Image Loader 238 tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader" 253 Say y here to support the Qualcomm Peripheral Image Loader for the 273 tristate "Qualcomm WCNSS Peripheral Image Loader" 285 Say y here to support the Peripheral Image Loader for loading WCNSS
|
/Linux-v6.1/drivers/usb/misc/ |
D | emi26.c | 3 * Emagic EMI 2|6 usb audio interface firmware loader. 86 err = request_ihex_firmware(&loader_fw, "emi26/loader.fw", &dev->dev); in emi26_load_firmware() 110 /* 1. We need to put the loader for the FPGA into the EZ-USB */ in emi26_load_firmware() 150 /* 3. We need to put the loader for the firmware into the EZ-USB (again...) */ in emi26_load_firmware() 243 .name = "emi26 - firmware loader", 252 MODULE_DESCRIPTION("Emagic EMI 2|6 firmware loader."); 255 MODULE_FIRMWARE("emi26/loader.fw");
|
D | emi62.c | 3 * Emagic EMI 2|6 usb audio interface firmware loader. 95 err = request_ihex_firmware(&loader_fw, "emi62/loader.fw", &dev->dev); in emi62_load_firmware() 117 /* 1. We need to put the loader for the FPGA into the EZ-USB */ in emi62_load_firmware() 157 /* 3. We need to put the loader for the firmware into the EZ-USB (again...) */ in emi62_load_firmware() 256 .name = "emi62 - firmware loader", 265 MODULE_DESCRIPTION("Emagic EMI 6|2m firmware loader."); 268 MODULE_FIRMWARE("emi62/loader.fw");
|
/Linux-v6.1/drivers/media/usb/go7007/ |
D | Kconfig | 35 tristate "WIS GO7007 Loader support" 39 This is a go7007 firmware loader driver for the WIS GO7007 43 module will be called go7007-loader.
|
/Linux-v6.1/sound/soc/sof/ |
D | Makefile | 3 snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\ 8 snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\ 12 snd-sof-objs += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o\
|
/Linux-v6.1/drivers/firmware/efi/ |
D | Kconfig | 122 decompressed and executed by the loader as well, provided that the 123 loader implements the decompression algorithm and that non-EFI boot 128 bool "Enable the DTB loader" 143 bool "Enable the command line initrd loader" if !X86 170 tristate "EFI capsule loader" 173 This option exposes a loader interface "/dev/efi_capsule_loader" for
|