Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 25 of 241) sorted by relevance

12345678910

/linux-6.6.21/arch/riscv/boot/
DMakefile23 targets := Image Image.* loader loader.o loader.lds loader.bin
24 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage
50 $(obj)/loader.o: $(src)/loader.S $(obj)/Image
52 $(obj)/loader: $(obj)/loader.o $(obj)/Image $(obj)/loader.lds FORCE
53 $(Q)$(LD) -T $(obj)/loader.lds -o $@ $(obj)/loader.o
70 $(obj)/loader.bin: $(obj)/loader FORCE
D.gitignore4 loader
5 loader.lds
6 loader.bin
/linux-6.6.21/arch/arm/boot/dts/intel/axm/
Daxm5516-cpus.dtsi77 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-6.6.21/arch/arm/mach-rpc/
Decard-loader.S16 @ 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);
Decard.c88 ecard_loader_reset(unsigned long base, loader_t loader);
90 ecard_loader_read(int off, unsigned long base, loader_t loader);
130 ecard_loader_reset(res->start, ec->loader); in ecard_task_reset()
186 if (!req->use_loader || !ec->loader) { in ecard_task_readbytes()
200 ec->loader); in ecard_task_readbytes()
339 if (!useld && ec->loader) { in ecard_readchunk()
351 if (!ec->loader) { in ecard_readchunk()
352 ec->loader = kmalloc(c_len(&excd), in ecard_readchunk()
354 if (ec->loader) in ecard_readchunk()
355 ecard_readbytes(ec->loader, ec, in ecard_readchunk()
[all …]
/linux-6.6.21/arch/arm64/boot/dts/apple/
Dt8103-jxxx.dtsi29 reg = <0 0 0 0>; /* To be filled by loader */
30 /* Format properties will be added by loader */
37 reg = <0x8 0 0x2 0>; /* To be filled by loader */
77 /* To be filled by the loader */
85 /* To be filled by the loader */
Dt600x-j375.dtsi27 reg = <0 0 0 0>; /* To be filled by loader */
28 /* Format properties will be added by loader */
35 reg = <0x100 0 0x2 0>; /* To be filled by loader */
88 /* To be filled by the loader */
110 /* To be filled by the loader */
Dt6002.dtsi72 cpu-release-addr = <0 0>; /* To be filled by loader */
86 cpu-release-addr = <0 0>; /* To be filled by loader */
100 cpu-release-addr = <0 0>; /* To be filled by loader */
114 cpu-release-addr = <0 0>; /* To be filled by loader */
128 cpu-release-addr = <0 0>; /* To be filled by loader */
142 cpu-release-addr = <0 0>; /* To be filled by loader */
156 cpu-release-addr = <0 0>; /* To be filled by loader */
170 cpu-release-addr = <0 0>; /* To be filled by loader */
184 cpu-release-addr = <0 0>; /* To be filled by loader */
198 cpu-release-addr = <0 0>; /* To be filled by loader */
Dt600x-common.dtsi64 cpu-release-addr = <0 0>; /* To be filled by loader */
78 cpu-release-addr = <0 0>; /* To be filled by loader */
92 cpu-release-addr = <0 0>; /* To be filled by loader */
106 cpu-release-addr = <0 0>; /* To be filled by loader */
120 cpu-release-addr = <0 0>; /* To be filled by loader */
134 cpu-release-addr = <0 0>; /* To be filled by loader */
148 cpu-release-addr = <0 0>; /* To be filled by loader */
162 cpu-release-addr = <0 0>; /* To be filled by loader */
176 cpu-release-addr = <0 0>; /* To be filled by loader */
190 cpu-release-addr = <0 0>; /* To be filled by loader */
Dt600x-j314-j316.dtsi29 reg = <0 0 0 0>; /* To be filled by loader */
30 /* Format properties will be added by loader */
37 reg = <0x100 0 0x2 0>; /* To be filled by loader */
103 /* To be filled by the loader */
Dt8112-jxxx.dtsi27 reg = <0 0 0 0>; /* To be filled by loader */
28 /* Format properties will be added by loader */
35 reg = <0x8 0 0x2 0>; /* To be filled by loader */
Dt8112-j493.dts48 /* To be filled by the loader */
57 /* To be filled by the loader */
Dt8112-j413.dts48 /* To be filled by the loader */
57 /* To be filled by the loader */
/linux-6.6.21/Documentation/arch/arm/
Dbooting.rst11 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-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_accel_engine.c15 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-6.6.21/drivers/hid/intel-ish-hid/
DMakefile23 obj-$(CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER) += intel-ishtp-loader.o
24 intel-ishtp-loader-objs += ishtp-fw-loader.o
/linux-6.6.21/Documentation/arch/x86/
Dboot.rst22 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 …]
/linux-6.6.21/Documentation/livepatch/
Dmodule-elf-format.rst18 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-6.6.21/Documentation/devicetree/bindings/net/
Dqcom,ipa.yaml129 qcom,gsi-loader:
173 # If qcom,gsi-loader is present, modem-init must not be present
176 - qcom,gsi-loader
181 # If qcom,gsi-loader is "self", the AP loads GSI firmware, and
185 qcom,gsi-loader:
192 # If qcom,gsi-loader is not present, we use deprecated behavior.
234 qcom,gsi-loader = "self";
/linux-6.6.21/sound/soc/sof/
DMakefile3 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-6.6.21/Documentation/devicetree/bindings/remoteproc/
Dqcom,pil-info.yaml7 title: Qualcomm peripheral image loader relocation info
13 The Qualcomm peripheral image loader relocation memory region, in IMEM, is
/linux-6.6.21/Documentation/admin-guide/
Defi-stub.rst8 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-6.6.21/security/tomoyo/
DKconfig41 bool "Activate without calling userspace policy loader."
57 string "Location of userspace policy loader"
62 This is the default pathname of policy loader which is called before
67 string "Trigger for calling userspace policy loader"
/linux-6.6.21/arch/powerpc/boot/dts/
Da4m072.dts29 bus-frequency = <0>; /* From boot loader */
30 system-frequency = <0>; /* From boot loader */
140 clock-frequency = <0>; /* From boot loader */
/linux-6.6.21/drivers/net/ipa/
Dipa_main.c804 enum ipa_firmware_loader loader; in ipa_probe() local
829 loader = ipa_firmware_loader(dev); in ipa_probe()
830 if (loader == IPA_LOADER_INVALID) in ipa_probe()
832 if (loader == IPA_LOADER_DEFER) in ipa_probe()
878 ret = ipa_smp2p_init(ipa, loader == IPA_LOADER_MODEM); in ipa_probe()
896 if (loader == IPA_LOADER_MODEM) in ipa_probe()
899 if (loader == IPA_LOADER_SELF) { in ipa_probe()

12345678910