Lines Matching refs:arch
17 in arch/sh/kernel/ directly, with board-specific headers ending up in
25 |-- arch
46 `-- arch
59 |-- arch
93 board in arch/sh/boards/ and adding rules to hook your board in with the
95 it makes more sense to have a common top-level arch/sh/boards/ directory
99 After you have setup your new arch/sh/boards/ directory, remember that you
103 as the arch/sh/boards/ directory name, though if your board is again part of
109 arch/sh/boards and the include/asm-sh/ hierarchy. In order to better
116 * arch/sh/boards/vapor/setup.c - Setup code for imaginary board
199 - finally add a file arch/sh/boards/vapor/io.c, which contains definitions of
212 The first thing to do is to add an entry to arch/sh/Kconfig, under the
220 next, this has to be added into arch/sh/Makefile. All boards require a
222 the board directory as it appears in arch/sh/boards, even if it is in a
223 sub-directory (in which case, all parent directories below arch/sh/boards/
228 provided that we've placed everything in the arch/sh/boards/vapor/ directory.
237 This is done by adding an entry to the end of the arch/sh/tools/mach-types
258 (assume arch/sh/configs/vapor_defconfig), you can also use this directly as a
264 zImage - Compressed kernel image (arch/sh/boot/zImage)