Lines Matching refs:boot
9 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
27 Existing boot loaders: MANDATORY
28 New boot loaders: MANDATORY
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
41 Existing boot loaders: OPTIONAL, RECOMMENDED
42 New boot loaders: OPTIONAL, RECOMMENDED
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='
59 Existing boot loaders: OPTIONAL
60 New boot loaders: MANDATORY
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
72 Existing boot loaders: OPTIONAL, HIGHLY RECOMMENDED
73 New boot loaders: MANDATORY
75 The boot loader must create and initialise the kernel tagged list.
86 The boot loader must pass at a minimum the size and location of
107 Existing boot loaders: MANDATORY
108 New boot loaders: MANDATORY
112 then it is legal for the boot loader to call the zImage in flash
135 - The boot loader is expected to call the kernel image by jumping