Searched refs:KERNEL_BASE_PHYS (Results 1 – 25 of 61) sorted by relevance
123
28 .if defined(KERNEL_BASE_PHYS) && defined(KERNEL_BASE_VIRT)29 . if ${KERNEL_BASE_PHYS} == ${KERNEL_BASE_VIRT}32 CPPFLAGS+=-DKERNEL_BASE_VOFFSET="(${KERNEL_BASE_VIRT}-${KERNEL_BASE_PHYS})"39 .if defined(KERNEL_BASE_PHYS)52 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \58 .endif # KERNEL_BASE_PHYS
7 KERNEL_BASE_PHYS=0xa020000013 KERNEL_BASE_PHYS=$(LOADADDRESS)22 MKUBOOTIMAGEARGS+= -a $(KERNEL_BASE_PHYS)
18 no makeoptions KERNEL_BASE_PHYS19 makeoptions KERNEL_BASE_PHYS="0x01000000"
15 MKUBOOTIMAGEARGS+= -a $(KERNEL_BASE_PHYS) -e $(KERNEL_BASE_PHYS)
16 MKUBOOTIMAGEARGS+= -a $(KERNEL_BASE_PHYS) -e $(KERNEL_BASE_PHYS)
20 KERNEL_BASE_PHYS=0x0040004024 MKUBOOTIMAGEARGS+= -a ${UIMAGE_BASE_PHYS} -E ${KERNEL_BASE_PHYS}
23 .if !defined(KERNEL_BASE_PHYS)24 KERNEL_BASE_PHYS=$(LOADADDRESS)
8 KERNEL_BASE_PHYS?=0x0000800012 MKUBOOTIMAGEARGS+= -a $(KERNEL_BASE_PHYS)
6 KERNEL_BASE_PHYS=0xc0200100
8 KERNEL_BASE_PHYS?=0x00200000
6 KERNEL_BASE_PHYS=0xc0018000
6 KERNEL_BASE_PHYS=0x20200000
6 KERNEL_BASE_PHYS=$(LOADADDRESS)
6 KERNEL_BASE_PHYS=0x80100000
6 KERNEL_BASE_PHYS=0x00200000
8 KERNEL_BASE_PHYS=0x10200000
9 KERNEL_BASE_PHYS?=0x10200000
12 KERNEL_BASE_PHYS=0x00008000
6 KERNEL_BASE_PHYS=0xa0200000
10 no makeoptions KERNEL_BASE_PHYS11 makeoptions KERNEL_BASE_PHYS="0xa0400000"
31 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
12 no makeoptions KERNEL_BASE_PHYS13 makeoptions KERNEL_BASE_PHYS="0xa0400000"
21 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
88 #define KERNEL_BASE_PHYS ((paddr_t)&KERNEL_BASE_phys) macro135 kern_vtopdiff = KERNEL_BASE - KERNEL_BASE_PHYS; in initarm()