Searched refs:KERNEL_ENTRY (Results 1 - 14 of 14) sorted by relevance

/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Ddecompress.c83 printf("load addr @ %#x\n\n", KERNEL_ENTRY);
109 (unsigned char*)KERNEL_ENTRY, osize, &osize)) == LZMA_RESULT_OK)
114 // ((void (*)(int a0, int a1, int a2, int a3))KERNEL_ENTRY)(0,0,0,0);
115 ((void (*)(int a0, int a1, int a2, int a3))KERNEL_ENTRY)(arg0, arg1, arg2, arg3);
H A DMakefile10 KERNEL_ENTRY = 0x80002000 macro
15 CFLAGS := -I./include -fno-builtin -Os -G 0 -ffunction-sections -mno-abicalls -fno-pic -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -Wall -DRAMSTART=${RAMSTART} -DRAMSIZE=${RAMSIZE} -DKERNEL_ENTRY=${KERNEL_ENTRY}
/openwrt/target/linux/generic/image/lzma-loader/
H A DMakefile25 KERNEL_ENTRY=$(KERNEL_ENTRY) \
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Ddecompress.c149 (unsigned char*)KERNEL_ENTRY, osize, &osize)) == LZMA_RESULT_OK)
155 ((void (*)(int a0, int a1, int a2, int a3)) KERNEL_ENTRY)(arg0, arg1, arg2, arg3);
H A DMakefile10 KERNEL_ENTRY = 0x80001000 macro
16 CFLAGS := -fno-builtin -Os -G 0 -ffunction-sections -mno-abicalls -fno-pic -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -Wall -DRAMSTART=${RAMSTART} -DRAMSIZE=${RAMSIZE} -DKERNEL_ENTRY=${KERNEL_ENTRY} -D_LZMA_IN_CB
51 LOADER_ENTRY ?= $(KERNEL_ENTRY)
/openwrt/target/linux/au1000/image/
H A DMakefile14 KERNEL_ENTRY = 0x80100000 macro
23 KERNEL_ENTRY=$(KERNEL_ENTRY) \
/openwrt/target/linux/rb532/image/
H A DMakefile11 KERNEL_ENTRY = 0x80101000 macro
18 KERNEL_ENTRY=$(KERNEL_ENTRY) \
/openwrt/target/linux/brcm63xx/image/
H A DMakefile12 KERNEL_ENTRY = $(LOADADDR) # Newer kernels add a jmp to the kernel_entry at the start of the binary macro
20 KERNEL_ENTRY=$(KERNEL_ENTRY) \
26 KERNEL_ADDR=$(KERNEL_ENTRY) \
/openwrt/target/linux/arc770/image/
H A DMakefile14 $(eval KERNEL_ENTRY=$(shell $(KERNEL_CROSS)readelf -h $(LINUX_DIR)/vmlinux | grep "Entry point address" | grep -o 0x.*))
/openwrt/target/linux/archs38/image/
H A DMakefile14 $(eval KERNEL_ENTRY=$(shell $(KERNEL_CROSS)readelf -h $(LINUX_DIR)/vmlinux | grep "Entry point address" | grep -o 0x.*))
/openwrt/target/linux/ar7/image/
H A DMakefile14 KERNEL_ENTRY:=0x94100000 macro
23 KERNEL_ENTRY=$(KERNEL_ENTRY) \
/openwrt/include/
H A Dimage.mk305 -C $(1) -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
344 -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
/openwrt/target/linux/ar71xx/image/
H A Dgeneric.mk360 -C $(1) -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
/openwrt/target/linux/lantiq/image/
H A DMakefile14 KERNEL_ENTRY = 0x80002000 macro

Completed in 111 milliseconds