Lines Matching +full:entry +full:- +full:method
9 The following documentation is relevant to 2.4.18-rmk6 and beyond.
28 ---------------------------
39 the RAM in the machine, or any other method the boot loader designer
44 -----------------------------
60 Documentation/admin-guide/kernel-parameters.rst.
64 --------------------------
69 MANDATORY except for DT-only platforms
72 method. Whether this is a hard coded value or some algorithm that
75 value to the kernel. (see linux/arch/arm/tools/mach-types). This
78 For DT-only platforms, the machine type will be determined by device
83 ------------------
95 --------------------------------
112 +-----------+
113 base -> | ATAG_CORE | |
114 +-----------+ |
116 +-----------+ |
118 +-----------+ v
127 -------------------------
131 dtb format is documented in Documentation/devicetree/booting-without-of.txt.
140 by the kernel's low-memory mapping.
145 ------------------
155 low-memory mapping.
162 ---------------------------
180 When booting a raw (non-zImage) kernel the constraints are tighter.
182 to TEXT_OFFSET - PAGE_OFFSET.
186 - Quiesce all DMA capable devices so that memory does not get
190 - CPU register settings
192 - r0 = 0,
193 - r1 = machine type number discovered in (3) above.
194 - r2 = physical address of tagged list in system RAM, or
197 - CPU mode
206 these extensions. This is the recommended boot method for such CPUs,
207 unless the virtualisations are already in use by a pre-installed
213 - Caches, MMUs
230 - The boot loader is expected to call the kernel image by jumping
233 On CPUs supporting the ARM instruction set, the entry must be
234 made in ARM state, even for a Thumb-2 kernel.
237 Cortex-M class CPUs, the entry must be made in Thumb state.