Searched refs:KERNPHYSADDR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/boot/arm/ixp425/boot2/
H A DMakefile25 KERNPHYSADDR=0x180000 macro
26 KERNVIRTADDR=${KERNPHYSADDR}
29 LDFLAGS=-e ${KERNPHYSADDR} -EB -T ldscript.${M}
46 cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
/freebsd-10.3-release/sys/conf/
H A DMakefile.arm87 .if defined(KERNPHYSADDR)
93 sed s/${KERNVIRTADDR}/${KERNPHYSADDR}/ ldscript.$M > ldscript.$M.tramp
155 cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \

Completed in 61 milliseconds