Searched refs:rescue (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A DMakefile2 # Makefile for rescue code
13 all: $(target)/rescue.bin
15 rescue: rescue.bin
18 $(target)/rescue.bin: $(target) $(target)/head.o
19 $(LD) -T $(src)/rescue.ld -o $(target)/rescue.o $(target)/head.o
20 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/rescue.o $(target)/rescue.bin
21 cp -p $(target)/rescue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A DMakefile2 # Makefile for rescue code
13 all: $(target)/rescue.bin $(target)/testrescue.bin $(target)/kimagerescue.bin
15 $(target)/rescue.bin: $(target) $(target)/head.o
16 $(LD) -T $(src)/rescue.ld -o $(target)/rescue.o $(target)/head.o
17 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/rescue.o $(target)/rescue.bin
19 cp -p $(target)/rescue.bin $(objtree)
31 # Pad it to 784 bytes, that's what the rescue loader expects
H A Dhead.S5 * table at the first sector after the rescue sector.
53 * Bit 0 in flags signifies RW or RO. The rescue code only bothers
119 ;; This is the entry point of the rescue code
131 ;; first put a jump test to give a possibility of upgrading the rescue code
174 bne do_rescue ; didn't recognize - trig rescue
187 bne do_rescue ; didn't match - trig rescue
226 ;; otherwise fall through to the rescue code.
H A Dkimagerescue.S4 * rescue serial port.
5 * This is called from the rescue code, it will copy received data to
47 ;; This is the entry point of the rescue code
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/
H A DMakefile60 target_rescue_dir = $(OBJ_ARCH)/boot/rescue
61 src_rescue_dir = $(SRC_ARCH)/boot/rescue
82 clinux: vmlinux.bin decompress.bin rescue.bin
87 $(target_rescue_dir)/rescue.bin: $(target_boot_dir)
88 @$(MAKE) -f $(src_rescue_dir)/Makefile $(target_rescue_dir)/rescue.bin
90 zImage: $(target_boot_dir) vmlinux.bin $(target_rescue_dir)/rescue.bin
107 rm -f timage vmlinux.bin decompress.bin rescue.bin cramfs.img
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c20 int i = 0, rescue = 8; local
23 while (rescue--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S108 * Removed dram init (done by rescue or etrax100boot
373 ;; thus the following does not work (normally there is a rescue-block

Completed in 109 milliseconds