Home
last modified time | relevance | path

Searched defs:UIMAGE_LOADADDR (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/xtensa/boot/boot-uboot/
DMakefile9 UIMAGE_LOADADDR = 0x00003000 macro
11 UIMAGE_LOADADDR = 0xd0003000 macro
14 UIMAGE_LOADADDR = $(shell printf "0x%x" $$(( ${CONFIG_DEFAULT_MEM_START} + 0x3000 )) ) macro
/linux-4.4.14/arch/arm/boot/
DMakefile61 UIMAGE_LOADADDR=$(LOADADDR) macro
64 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
66 UIMAGE_LOADADDR=$(ZRELADDR) macro
/linux-4.4.14/arch/blackfin/boot/
DMakefile13 UIMAGE_LOADADDR = $(CONFIG_BOOT_LOAD) macro
15 UIMAGE_LOADADDR = $(CONFIG_ROM_BASE) macro
/linux-4.4.14/arch/unicore32/boot/
DMakefile28 UIMAGE_LOADADDR = 0x0 macro
/linux-4.4.14/arch/microblaze/boot/
DMakefile28 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux-4.4.14/arch/h8300/boot/
DMakefile10 UIMAGE_LOADADDR = $(CONFIG_RAMBASE) macro
/linux-4.4.14/arch/arc/boot/
DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux-4.4.14/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux-4.4.14/arch/avr32/boot/images/
DMakefile18 UIMAGE_LOADADDR = $(CONFIG_LOAD_ADDRESS) macro
/linux-4.4.14/arch/metag/boot/
DMakefile29 UIMAGE_LOADADDR = $(CONFIG_PAGE_OFFSET) macro
/linux-4.4.14/arch/sparc/boot/
DMakefile49 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux-4.4.14/arch/mips/boot/
DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/linux-4.4.14/arch/sh/boot/
DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro