Searched refs:arm (Results 1 – 25 of 48) sorted by relevance
12
/linux-2.4.37.9/arch/arm/ |
D | Makefile | 10 LINKFLAGS :=-p -X -T arch/arm/vmlinux.lds 62 LDSCRIPT = arch/arm/vmlinux-armo-rom.lds.in 65 LDSCRIPT = arch/arm/vmlinux-armo.lds.in 72 LDSCRIPT = arch/arm/vmlinux-armv.lds.in 180 MACHDIR := arch/arm/mach-$(MACHINE) 186 HEAD :=arch/arm/kernel/head-$(PROCESSOR).o \ 187 arch/arm/kernel/init_task.o 188 SUBDIRS +=arch/arm/kernel arch/arm/mm arch/arm/lib arch/arm/nwfpe 189 CORE_FILES :=arch/arm/kernel/kernel.o arch/arm/mm/mm.o $(CORE_FILES) 190 LIBS :=arch/arm/lib/lib.a $(LIBS) [all …]
|
D | vmlinux-armo.lds.in | 5 OUTPUT_ARCH(arm)
|
D | vmlinux-armv.lds.in | 5 OUTPUT_ARCH(arm)
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | Makefile.debug | 19 arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux piggy.o piggy.aout.o 22 …arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux $(COMPRESSED_EXTRA) ll…
|
D | vmlinux.lds.in | 2 * linux/arch/arm/boot/compressed/vmlinux.lds.in 10 OUTPUT_ARCH(arm)
|
/linux-2.4.37.9/arch/arm/tools/ |
D | Makefile | 7 all: $(TOPDIR)/include/asm-arm/mach-types.h \ 8 $(TOPDIR)/include/asm-arm/constants.h 10 $(TOPDIR)/include/asm-arm/mach-types.h: mach-types gen-mach-types 26 $(TOPDIR)/include/asm-arm/constants.h: constants.h
|
D | constants-hdr | 2 * This file is automatically generated from arch/arm/tools/getconstants.c.
|
D | mach-types | 3 # This file is linux/arch/arm/tools/mach-types 6 # To add an entry into this database, please see Documentation/arm/README, 7 # or contact rmk@arm.linux.org.uk
|
/linux-2.4.37.9/Documentation/arm/ |
D | README | 4 Please check ftp.arm.linux.org.uk:/pub/armlinux for latest updates. 23 ARCH = arm 31 CROSS_COMPILE=arm-linux- 34 build the kernel (arch/arm/boot/Image). A compressed image can be built 42 http://www.arm.linux.org.uk/patches/info.html Always include some 45 Bug reports should be sent to linux-arm-kernel@lists.arm.linux.org.uk, 47 http://www.arm.linux.org.uk/forms/solution.shtml 57 Several new include directories have been created under include/asm-arm, 77 To this end, we now have arch/arm/mach-$(MACHINE) directories which are 80 machines, there should be a corresponding include/asm-arm/arch-$(MACHINE) [all …]
|
/linux-2.4.37.9/drivers/ide/ |
D | Makefile | 14 all-subdirs := arm legacy pci ppc raid 15 mod-subdirs := arm legacy pci ppc raid 21 subdir-$(CONFIG_BLK_DEV_IDE) += legacy ppc arm raid pci 57 obj-y += arm/idedriver-arm.o
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | Makefile | 72 entry-armv.o: entry-header.S $(TOPDIR)/include/asm-arm/constants.h 73 entry-armo.o: entry-header.S $(TOPDIR)/include/asm-arm/constants.h 74 entry-common.o: entry-header.S calls.S $(TOPDIR)/include/asm-arm/constants.h
|
D | process.c | 366 dump->u_debugreg[2] = tsk->thread.debug.bp[0].insn.arm; in dump_thread() 367 dump->u_debugreg[3] = tsk->thread.debug.bp[1].insn.arm; in dump_thread()
|
/linux-2.4.37.9/arch/arm/boot/bootp/ |
D | bootp.lds | 2 * linux/arch/arm/boot/bootp/bootp.lds 10 OUTPUT_ARCH(arm)
|
D | Makefile | 5 ZSYSTEM =$(TOPDIR)/arch/arm/boot/zImage
|
/linux-2.4.37.9/drivers/ide/arm/ |
D | Makefile | 2 O_TARGET := idedriver-arm.o
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Itsy | 17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there 26 flash menu) Flash the kernel in arch/arm/boot/zImage into 0x08340000
|
D | nanoEngine | 5 Bright Star Engineering Inc. See www.brightstareng.com/arm
|
D | Assabet | 22 The resulting kernel image should be available in linux/arch/arm/boot/zImage. 57 ftp://ftp.arm.linux.org.uk/pub/linux/arm/people/nico/ 58 ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/
|
D | CERF | 31 cp arch/arm/boot/zImage <TFTP directory>
|
D | Brutus | 14 The resulting kernel will end up in linux/arch/arm/boot/zImage. This file
|
/linux-2.4.37.9/Documentation/ |
D | highuid.txt | 64 - The ELF core dump format only supports 16-bit UIDs on arm, i386, m68k, 69 16-bit UIDs on arm, i386, m68k, sh, and sparc32.
|
/linux-2.4.37.9/include/asm-arm/ |
D | processor.h | 50 u32 arm; member
|
/linux-2.4.37.9/arch/arm/mm/ |
D | Makefile | 58 $(p-y): $(TOPDIR)/include/asm-arm/constants.h
|
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | ChangeLog | 9 2002-01-19 Russell King <rmk@arm.linux.org.uk> 68 flush_thread() in arch/arm/process.c. The change to
|
/linux-2.4.37.9/ |
D | Makefile | 8 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
|
12