Lines Matching refs:loader
32 - Elf loader complete with relocation (for the above)
34 - Some sort of EFI mini-loader (1000+ glorious lines of code)
38 doesn't make a huge amount of sense. Any boot loader worth its salts already
39 has most of the above features and more besides. The boot loader already knows
41 ELF loader and supports device tree and ramdisks. The decision to duplicate
43 denominator: a boot loader which consists of a BIOS call to load something off
46 (Aside: On ARM systems, we worry that the boot loader won't know where to load
48 or in the boot loader rather than adding a self-relocator to put it in the
59 images which are loaded into the right place by the boot loader and then
153 line and various settings need by the kernel. Arguably the boot loader should
249 message and you are still in the boot loader. It is possible to investigate.
250 4. It avoids all the pre-loader code in the kernel which is quite complex to