Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/Documentation/arm/
DBooting9 In order to boot ARM Linux, you require a boot loader, which is a small
10 program that runs before the main kernel. The boot loader is expected
14 Essentially, the boot loader should provide (as a minimum) the
30 The boot loader is expected to find and initialise all RAM that the
34 the RAM in the machine, or any other method the boot loader designer
44 The boot loader should initialise and enable one serial port on the
49 As an alternative, the boot loader can pass the relevant 'console='
62 The boot loader should detect the machine type its running on by some
65 The boot loader must ultimately be able to provide a MACH_TYPE_xxx
75 The boot loader must create and initialise the kernel tagged list.
[all …]
/linux-2.4.37.9/arch/arm/lib/
Decard.S23 @ Purpose: call an expansion card loader to read bytes.
24 @ Proto : char read_loader(int offset, char *card_base, char *loader);
36 @ Purpose: call an expansion card loader to reset the card
37 @ Proto : void read_loader(int card_base, char *loader);
/linux-2.4.37.9/Documentation/i386/
Dboot.txt21 boot loader and the kernel. setup.S made relocatable,
40 The traditional memory map for the kernel loader, used for Image or
55 | Boot loader | <- Boot sector entry point 0000:7C00
74 low memory touched by the boot loader -- as low as possible, since
77 memory. The boot loader should use the "INT 12h" BIOS call to verify
81 low, there is usually nothing the boot loader can do but to report an
82 error to the user. The boot loader should therefore be designed to
85 0x90000 segment, the boot loader should make sure not to use memory
98 32K, although the boot loader may choose to load only the first two
117 0208/4 2.00+ realmode_swtch Boot loader hook (see below)
[all …]
Dzero-page.txt52 else it is set by the loader:
55 2 for bootsect-loader
62 loader.
64 0x214 unsigned long KERNEL_START, where the loader started the kernel
/linux-2.4.37.9/arch/arm/kernel/
Decard.c94 ecard_loader_reset(volatile unsigned char *pa, loader_t loader);
96 ecard_loader_read(int off, volatile unsigned char *pa, loader_t loader);
145 if (ec->loader) in ecard_task_reset()
146 ecard_loader_reset(POD_INT_ADDR(ec->podaddr), ec->loader); in ecard_task_reset()
198 if (!req->use_loader || !req->ec->loader) { in ecard_task_readbytes()
212 req->ec->loader); in ecard_task_readbytes()
402 if (!useld && ec->loader) { in ecard_readchunk()
414 if (!ec->loader) { in ecard_readchunk()
415 ec->loader = (loader_t)kmalloc(c_len(&excd), in ecard_readchunk()
417 if (ec->loader) in ecard_readchunk()
[all …]
/linux-2.4.37.9/drivers/net/
Dptifddi.c47 unsigned char *code = &rp->loader; in pti_card_test()
87 rp->loader.loader_firmware[i] = firmware_loader[i]; in pti_init_firmware_loader()
93 struct dpram_loader *lp = &rp.loader; in pti_load_main_firmware()
Dptifddi.h23 /*0x100*/ struct dpram_loader loader; member
/linux-2.4.37.9/arch/s390x/kernel/
Dexec32.c49 if (bprm->loader) in setup_arg_pages32()
50 bprm->loader += stack_base; in setup_arg_pages32()
Dhead.S365 # SALIPL loader support. Based on a patch by Rob van der Heij.
366 # This entry point is called directly from the SALIPL loader and
/linux-2.4.37.9/fs/
Dexec.c335 if (bprm->loader) in setup_arg_pages()
336 bprm->loader += stack_base; in setup_arg_pages()
857 if (!bprm->loader && eh->fh.f_magic == 0x183 && in search_binary_handler()
861 unsigned long loader; in search_binary_handler() local
867 loader = PAGE_SIZE*MAX_ARG_PAGES-sizeof(void *); in search_binary_handler()
878 bprm->loader = loader; in search_binary_handler()
961 bprm.loader = 0; in do_execve()
Dbinfmt_aout.c217 if (bprm->loader) { in create_aout_tables()
220 put_user(bprm->loader, --sp); in create_aout_tables()
/linux-2.4.37.9/drivers/char/
DREADME.cycladesZ5 The firmware, loader program and the latest device driver code are
/linux-2.4.37.9/arch/ia64/ia32/
Dbinfmt_elf32.c180 if (bprm->loader) in ia32_setup_arg_pages()
181 bprm->loader += stack_base; in ia32_setup_arg_pages()
/linux-2.4.37.9/include/linux/
Dbinfmts.h32 unsigned long loader, exec; member
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c233 if (bprm->loader) in ia32_setup_arg_pages()
234 bprm->loader += stack_base; in ia32_setup_arg_pages()
/linux-2.4.37.9/arch/ppc/boot/common/
Dcrt0.S36 ## the .text section of the boot loader
/linux-2.4.37.9/Documentation/
Dinitrd.txt8 initrd provides the capability to load a RAM disk by the boot loader.
27 1) the boot loader loads the kernel and the initial RAM disk
273 6) the boot loader is installed
274 7) the boot loader is configured to load an initrd with the set of
301 via initrd from CD; or by booting via a loader like LOADLIN or directly
Dmemory.txt25 See the documentation of your boot loader (LILO, loadlin, etc.) about
/linux-2.4.37.9/include/asm-arm/
Decard.h181 CONST loader_t loader; /* loader program */ member
/linux-2.4.37.9/arch/s390/
Dconfig.in27 bool ' Kernel module loader' CONFIG_KMOD
/linux-2.4.37.9/arch/arm/
Dconfig.in28 dep_bool ' Kernel module loader' CONFIG_KMOD $CONFIG_MODULES
462 # Compressed boot loader in ROM. Yes, we really want to ask about
464 bool 'Compressed boot loader in ROM/flash' CONFIG_ZBOOT_ROM
465 hex 'Compressed ROM boot loader base address' CONFIG_ZBOOT_ROM_TEXT 0
466 hex 'Compressed ROM boot loader BSS address' CONFIG_ZBOOT_ROM_BSS 0
/linux-2.4.37.9/arch/s390x/
Dconfig.in39 bool 'Kernel module loader' CONFIG_KMOD
/linux-2.4.37.9/arch/s390/kernel/
Dhead.S368 # SALIPL loader support. Based on a patch by Rob van der Heij.
369 # This entry point is called directly from the SALIPL loader and
/linux-2.4.37.9/arch/s390/boot/
Diplfba.S11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512
/linux-2.4.37.9/arch/s390x/boot/
Diplfba.S11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512

1234