Lines Matching +full:boot +full:- +full:loader
5 the COPYING file in the top-level directory.
7 Generic Loader
8 --------------
10 The 'loader' device allows the user to load multiple images or values into
15 The loader device allows memory values to be set from the command line. This
18 -device loader,addr=<addr>,data=<data>,data-len=<data-len> \
19 [,data-be=<data-be>][,cpu-num=<cpu-num>]
28 ``<data-len>``
32 ``<data-be>``
36 ``<cpu-num>``
47 -device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4
52 The loader device allows the CPU's PC to be set from the command line. This
55 -device loader,addr=<addr>,cpu-num=<cpu-num>
60 ``<cpu-num>``
70 -device loader,addr=0x8000,cpu-num=0
75 The loader device also allows files to be loaded into memory. It can load ELF,
76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
79 -device loader,file=<file>[,addr=<addr>][,cpu-num=<cpu-num>][,force-raw=<raw>]
86 for raw images and ignored for non-raw files.
88 ``<cpu-num>``
93 be used for the boot image. This will also cause the image to be
97 ``<force-raw>``
98 Setting 'force-raw=on' forces the file to be treated as a raw image.
107 An example of loading an ELF file which CPU0 will boot is shown below::
109 -device loader,file=./images/boot.elf,cpu-num=0
114 At the moment it is just assumed that if you specify a cpu-num then
116 future the internal state 'set_pc' (which exists in the generic loader