Home
last modified time | relevance | path

Searched refs:UIMAGE_LOADADDR (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/boot/
DMakefile72 UIMAGE_LOADADDR=$(LOADADDR) macro
75 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
77 UIMAGE_LOADADDR=$(ZRELADDR) macro
82 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
/kernel/linux/patches/linux-5.10/qemu-arm-linux_patch/
Dqemu-arm-linux.patch30 UIMAGE_LOADADDR=$(LOADADDR)
32 @@ -86,7 +90,7 @@ if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
/kernel/linux/linux-5.10/arch/csky/boot/
DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/kernel/linux/linux-5.10/arch/h8300/boot/
DMakefile11 UIMAGE_LOADADDR = $(CONFIG_RAMBASE) macro
/kernel/linux/linux-5.10/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/kernel/linux/linux-5.10/arch/microblaze/boot/
DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/kernel/linux/linux-5.10/arch/arc/boot/
DMakefile13 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/kernel/linux/linux-5.10/arch/xtensa/boot/
DMakefile49 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/kernel/linux/linux-5.10/arch/sparc/boot/
DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/kernel/linux/linux-5.10/arch/sh/boot/
DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
DMakefile102 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro
/kernel/linux/linux-5.10/arch/mips/boot/
DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch84 @@ -86,7 +94,7 @@ if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
12252 +UIMAGE_LOADADDR=$(TEXT_OFFSET)
12256 +if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
12257 + echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch1999 +UIMAGE_LOADADDR=$(TEXT_OFFSET)
2003 +if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
2004 + echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch93 @@ -86,7 +94,7 @@ if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
213652 +UIMAGE_LOADADDR=$(TEXT_OFFSET)
213656 +if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
213657 + echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \