Home
last modified time | relevance | path

Searched refs:arm (Results 1 – 25 of 48) sorted by relevance

12

/linux-2.4.37.9/arch/arm/
DMakefile10 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 …]
Dvmlinux-armo.lds.in5 OUTPUT_ARCH(arm)
Dvmlinux-armv.lds.in5 OUTPUT_ARCH(arm)
/linux-2.4.37.9/arch/arm/boot/compressed/
DMakefile.debug19 arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux piggy.o piggy.aout.o
22arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux $(COMPRESSED_EXTRA) ll…
Dvmlinux.lds.in2 * linux/arch/arm/boot/compressed/vmlinux.lds.in
10 OUTPUT_ARCH(arm)
/linux-2.4.37.9/arch/arm/tools/
DMakefile7 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
Dconstants-hdr2 * This file is automatically generated from arch/arm/tools/getconstants.c.
Dmach-types3 # 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/
DREADME4 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/
DMakefile14 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/
DMakefile72 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
Dprocess.c366 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/
Dbootp.lds2 * linux/arch/arm/boot/bootp/bootp.lds
10 OUTPUT_ARCH(arm)
DMakefile5 ZSYSTEM =$(TOPDIR)/arch/arm/boot/zImage
/linux-2.4.37.9/drivers/ide/arm/
DMakefile2 O_TARGET := idedriver-arm.o
/linux-2.4.37.9/Documentation/arm/SA1100/
DItsy17 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
DnanoEngine5 Bright Star Engineering Inc. See www.brightstareng.com/arm
DAssabet22 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/
DCERF31 cp arch/arm/boot/zImage <TFTP directory>
DBrutus14 The resulting kernel will end up in linux/arch/arm/boot/zImage. This file
/linux-2.4.37.9/Documentation/
Dhighuid.txt64 - 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/
Dprocessor.h50 u32 arm; member
/linux-2.4.37.9/arch/arm/mm/
DMakefile58 $(p-y): $(TOPDIR)/include/asm-arm/constants.h
/linux-2.4.37.9/arch/arm/nwfpe/
DChangeLog9 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/
DMakefile8 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)

12