Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/boot/
H A DMakefile66 UIMAGE_LOADADDR=$(LOADADDR) macro
69 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
71 UIMAGE_LOADADDR=$(ZRELADDR) macro
/openbmc/linux/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/openbmc/linux/arch/arc/boot/
H A DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/openbmc/linux/arch/csky/boot/
H A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/openbmc/linux/arch/microblaze/boot/
H A DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/openbmc/linux/arch/xtensa/boot/
H A DMakefile44 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/openbmc/linux/arch/sparc/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/openbmc/linux/arch/sh/boot/
H A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/openbmc/linux/arch/mips/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile103 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro