Searched refs:LOADADDR (Results 1 - 25 of 26) sorted by relevance

12

/openwrt/target/linux/ar71xx/image/lzma-loader/
H A DMakefile12 LOADADDR := 0x80060000 macro
42 LOADADDR=$(LOADADDR) \
/openwrt/target/linux/generic/image/lzma-loader/
H A DMakefile24 LOADADDR=$(LOADADDR) \
/openwrt/target/linux/brcm63xx/image/lzma-loader/src/
H A DMakefile18 LOADADDR := macro
49 CFLAGS += -DLZMA_WRAPPER=1 -DLOADADDR=$(LOADADDR)
79 $(LD) -e startup -T loader2.lds -Ttext $(LOADADDR) -o $@ $<
H A Dloader.c126 kernel_la = LOADADDR;
/openwrt/target/linux/mcs814x/image/
H A DMakefile17 LOADADDR:=0x00008000 macro
22 mkimage -A arm -O linux -T kernel -a $(LOADADDR) -C none -e $(LOADADDR) \
/openwrt/target/linux/brcm63xx/image/
H A DMakefile11 LOADADDR = 0x80010000 # RAM start + 64K macro
12 KERNEL_ENTRY = $(LOADADDR) # Newer kernels add a jmp to the kernel_entry at the start of the binary
19 LOADADDR=$(LOADADDR) \
45 --output_file=$@.hcs --ldaddress=$(LOADADDR)
159 -a $(strip $(LOADADDR)) -f 0xbe430000 -l 0x7c0000 \
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A DMakefile18 LOADADDR := macro
52 CFLAGS += -DLZMA_WRAPPER=1 -DLOADADDR=$(LOADADDR)
98 $(LD) -e startup -T loader2.lds -Ttext $(LOADADDR) -o $@ $<
H A Dloader.c167 kernel_la = LOADADDR;
/openwrt/target/linux/au1000/image/
H A DMakefile13 LOADADDR = 0x81000000 # RAM start + 16M macro
22 LOADADDR=$(LOADADDR) \
/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A DMakefile18 LOADADDR := macro
56 CFLAGS += -DLZMA_WRAPPER=1 -DLOADADDR=$(LOADADDR)
102 $(LD) -e startup -T loader2.lds -Ttext $(LOADADDR) -o $@ $<
H A Dloader.c166 kernel_la = LOADADDR;
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A DMakefile18 LOADADDR := macro
56 CFLAGS += -DLZMA_WRAPPER=1 -DLOADADDR=$(LOADADDR)
102 $(LD) -e startup -T loader2.lds -Ttext $(LOADADDR) -o $@ $<
H A Dloader.c166 kernel_la = LOADADDR;
/openwrt/target/linux/rb532/image/
H A DMakefile10 LOADADDR = 0x81000000 # RAM start + 16M macro
17 LOADADDR=$(LOADADDR) \
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A DMakefile24 LOADADDR := 0x80001000 macro
43 CFLAGS += -DLOADADDR=$(LOADADDR) -D_LZMA_PROB32
H A Ddecompress.c325 res = decompress_data(&lzma_state, (unsigned char *)LOADADDR, osize);
352 ((kernel_entry) LOADADDR)(reg_a0, reg_a1, reg_a2, reg_a3);
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A Ddecompress.c176 (unsigned char*)LOADADDR, osize, &i) == LZMA_RESULT_OK)
183 unsigned long)) LOADADDR)(fw_arg0, fw_arg1, fw_arg2,
/openwrt/target/linux/generic/image/lzma-loader/src/
H A DMakefile9 LOADADDR = 0x80400000 # RAM start + 4M macro
18 CFLAGS += -DLOADADDR=${LOADADDR} -DIMAGE_COPY=1
42 sed -e 's,@LOADADDR@,$(LOADADDR),g' -e 's,@ENTRY@,_start,g' $< >$@
53 sed -e 's,@LOADADDR@,$(LOADADDR),g' -e 's,@ENTRY@,entry,g' lzma.lds.in >lzma-stage2.lds
60 sed -e 's,@LOADADDR@,$(LOADER_ENTRY),g' lzma-copy.lds.in >lzma-copy.lds
H A Dstart.S48 li t2, LOADADDR
/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A DMakefile9 LOADADDR = 0x80400000 # RAM start + 4M macro
34 sed -e 's,@LOADADDR@,$(LOADADDR),g' $< >$@
/openwrt/target/linux/ar7/image/
H A DMakefile13 LOADADDR:=0x94600000 macro
22 LOADADDR=$(LOADADDR) \
31 -DLOADADDR=$(LOADADDR)
/openwrt/target/linux/generic/image/relocate/
H A DMakefile18 LOADADDR := macro
/openwrt/target/linux/mvebu/image/
H A DMakefile13 LOADADDR:=0x00008000 macro
19 none, $(LOADADDR), $(LOADADDR), \
/openwrt/target/linux/ar71xx/image/
H A DMakefile58 LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \
H A Dlegacy.mk215 LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \
231 LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \

Completed in 128 milliseconds

12