Lines Matching +full:image +full:- +full:specific
9 ---------------------
21 If you wish to cross-compile, then alter the following lines in the top
36 CROSS_COMPILE=<your-path-to-your-compiler-without-gcc>
40 CROSS_COMPILE=arm-linux-
42 Do a 'make config', followed by 'make Image' to build the kernel
43 (arch/arm/boot/Image). A compressed image can be built by doing a
44 'make zImage' instead of 'make Image'.
48 ---------------
54 Bug reports should be sent to linux-arm-[email protected],
64 -------------
66 Several new include directories have been created under include/asm-arm,
67 which are there to reduce the clutter in the top-level directory. These
71 `arch-*` machine/platform specific header files
72 `hardware` driver-internal ARM specific data structures/definitions
73 `mach` descriptions of generic ARM to specific machine interfaces
74 `proc-*` processor dependent header files (currently only two
80 ------------------------
84 machine-specific parts by directory. For this, the machine category is
88 To this end, we now have arch/arm/mach-$(MACHINE) directories which are
89 designed to house the non-driver files for a particular machine (eg, PCI,
91 machines, there should be a corresponding arch/arm/mach-$(MACHINE)/include/mach
96 -------
108 ADFS Image files
109 ----------------
111 You can access image files on your ADFS partitions by mounting the ADFS
116 the start, and as such, you will have to give '-o offset' to losetup.
120 ---------------------
125 half the code to be compiled into the kernel image.
132 -----------------
142 big external 5.25" FH 64MB drive (who could ever want more :-) ).
146 last week :-)
154 -----------
162 ---------------------------------
175 ---------------------
187 classes are given directories - arch/arm/mach-<class> - which contain
191 devices, and contains the code to support the way the on-board and off-
193 machine specific "personality."
197 compile-time, support for the machine type must be selected. This allows for
201 controlled by the machine type ID, which acts both as a run-time and a
202 compile-time code selection method. You can register a new machine via the
207 Note: Please do not register a machine type for DT-only platforms. If your
208 platform is DT-only, you do not need a registered machine type.
210 ---