/linux/arch/riscv/boot/ |
A 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
|
A D | .gitignore | 4 loader 5 loader.lds 6 loader.bin
|
/linux/arch/arm/boot/dts/ |
A 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/arch/alpha/kernel/ |
A D | binfmt_loader.c | 12 unsigned long loader; in load_binary() local 19 if (bprm->loader) in load_binary() 22 loader = bprm->vma->vm_end - sizeof(void *); in load_binary() 33 bprm->loader = loader; in load_binary()
|
/linux/Documentation/arm/ |
A 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=' 74 The boot loader must ultimately be able to provide a MACH_TYPE_xxx 97 The boot loader must create and initialise the kernel tagged list. 108 The boot loader must pass at a minimum the size and location of [all …]
|
/linux/arch/arm/mach-rpc/ |
A 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);
|
A D | ecard.c | 88 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 …]
|
A D | Makefile | 8 obj-y :=dma.o ecard.o ecard-loader.o fiq.o floppydma.o io-acorn.o irq.o \
|
/linux/drivers/crypto/qat/qat_common/ |
A 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() 28 if (qat_uclo_set_cfg_ae_mask(loader, ae_mask)) { in adf_ae_fw_load_images() 33 if (qat_uclo_map_obj(loader, fw_addr, fw_size, obj_name)) { in adf_ae_fw_load_images() 38 if (qat_uclo_wr_all_uimage(loader)) { in adf_ae_fw_load_images() 43 qat_uclo_del_obj(loader); in adf_ae_fw_load_images()
|
/linux/arch/arm64/boot/dts/apple/ |
A D | t8103-j274.dts | 32 reg = <0 0 0 0>; /* To be filled by loader */ 33 /* Format properties will be added by loader */ 40 reg = <0x8 0 0x2 0>; /* To be filled by loader */ 65 /* To be filled by the loader */
|
A D | t8103.dtsi | 30 cpu-release-addr = <0 0>; /* To be filled by loader */ 38 cpu-release-addr = <0 0>; /* To be filled by loader */ 46 cpu-release-addr = <0 0>; /* To be filled by loader */ 54 cpu-release-addr = <0 0>; /* To be filled by loader */ 62 cpu-release-addr = <0 0>; /* To be filled by loader */ 70 cpu-release-addr = <0 0>; /* To be filled by loader */ 78 cpu-release-addr = <0 0>; /* To be filled by loader */ 86 cpu-release-addr = <0 0>; /* To be filled by loader */
|
/linux/Documentation/x86/ |
A D | boot.rst | 22 boot loader and the kernel. setup.S made relocatable, 59 pref_address fields. Added extended boot loader IDs. 111 | Boot loader | <- Boot sector entry point 0000:7C00 159 | Boot loader | <- Boot sector entry point 0000:7C00 202 0210/1 2.00+ type_of_loader Boot loader identifier 205 0214/4 2.00+ code32_start Boot loader hook (see below) 211 0227/1 2.02+(3) ext_loader_type Extended boot loader ID 434 Assigned boot loader ids (hexadecimal): 440 2 bootsect-loader 674 point to the loaded code, or to a boot loader hook. [all …]
|
A D | microcode.rst | 15 The loader supports three loading methods: 29 loader parses the combined initrd image during boot. 43 The loader also saves the matching microcode for the CPU in memory. 116 The loader supports also loading of a builtin microcode supplied through 138 the final kernel image. The early loader finds them and applies them.
|
/linux/drivers/hid/intel-ish-hid/ |
A D | Makefile | 23 obj-$(CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER) += intel-ishtp-loader.o 24 intel-ishtp-loader-objs += ishtp-fw-loader.o
|
/linux/Documentation/livepatch/ |
A 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. 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 205 loader can identify and ignore them. Livepatch modules keep these symbols 238 that the module loader can identify them and not attempt to resolve them. [all …]
|
/linux/Documentation/admin-guide/ |
A 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/security/tomoyo/ |
A 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"
|
/linux/arch/powerpc/boot/dts/ |
A D | a4m072.dts | 29 bus-frequency = <0>; /* From boot loader */ 30 system-frequency = <0>; /* From boot loader */ 140 clock-frequency = <0>; /* From boot loader */
|
A D | a3m071.dts | 28 bus-frequency = <0>; /* From boot loader */ 29 system-frequency = <0>; /* From boot loader */
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
A D | qcom,pil-info.yaml | 7 title: Qualcomm peripheral image loader relocation info binding 13 The Qualcomm peripheral image loader relocation memory region, in IMEM, is
|
/linux/arch/riscv/ |
A D | Makefile | 120 KBUILD_IMAGE := $(boot)/loader.bin 125 BOOT_TARGETS := Image Image.gz loader loader.bin xipImage
|
/linux/drivers/media/usb/go7007/ |
A D | Kconfig | 39 This is a go7007 firmware loader driver for the WIS GO7007 43 module will be called go7007-loader.
|
/linux/Documentation/devicetree/bindings/power/reset/ |
A D | reboot-mode.yaml | 26 - loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 47 mode-loader = <3>;
|
/linux/sound/soc/intel/catpt/ |
A D | Makefile | 1 snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
|
/linux/arch/xtensa/boot/dts/ |
A D | xtfpga-flash-4m.dtsi | 12 label = "boot loader area";
|