Searched refs:RAMSIZE (Results 1 - 10 of 10) sorted by relevance

/openwrt/target/linux/generic/image/lzma-loader/
H A DMakefile23 RAMSIZE=$(RAMSIZE) \
/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A DMakefile8 RAMSIZE = 0x00800000 # 8MB 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}
H A Ddecompress.c58 static char *buffer = (char *)(RAMSTART + RAMSIZE - 0x00020000);
/openwrt/target/linux/au1000/image/
H A DMakefile15 RAMSIZE = 0x00100000 # 1MB macro
24 RAMSIZE=$(RAMSIZE)
/openwrt/target/linux/rb532/image/
H A DMakefile12 RAMSIZE = 0x00100000 # 1MB macro
19 RAMSIZE=$(RAMSIZE) \
/openwrt/target/linux/generic/image/lzma-loader/src/
H A DMakefile8 RAMSIZE = 0x00100000 # 1MB 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
H A Ddecompress.c102 static char *buffer = (char *)(RAMSTART + RAMSIZE - 0x00020000);
H A Dstart.S44 li sp, RAMSTART + RAMSIZE - 16
/openwrt/target/linux/brcm63xx/image/
H A DMakefile14 RAMSIZE = 0x02000000 # 32MB macro
21 RAMSIZE=$(RAMSIZE) \
/openwrt/target/linux/ar7/image/
H A DMakefile16 RAMSIZE:=0x00100000 macro
25 RAMSIZE=$(RAMSIZE)

Completed in 37 milliseconds