1*6a0cd4dcSRalf Baechle# 2*6a0cd4dcSRalf Baechle# SGI-IP27 (Origin200/2000) 3*6a0cd4dcSRalf Baechle# 4*6a0cd4dcSRalf Baechle# Set the load address to >= 0xc000000000300000 if you want to leave space for 5*6a0cd4dcSRalf Baechle# symmon, 0xc00000000001c000 for production kernels. Note that the value must 6*6a0cd4dcSRalf Baechle# be 16kb aligned or the handling of the current variable will break. 7*6a0cd4dcSRalf Baechle# 8*6a0cd4dcSRalf Baechlecflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27 9*6a0cd4dcSRalf Baechleifdef CONFIG_MAPPED_KERNEL 10*6a0cd4dcSRalf Baechleload-$(CONFIG_SGI_IP27) += 0xc00000004001c000 11*6a0cd4dcSRalf BaechleOBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 12*6a0cd4dcSRalf Baechledataoffset-$(CONFIG_SGI_IP27) += 0x01000000 13*6a0cd4dcSRalf Baechleelse 14*6a0cd4dcSRalf Baechleload-$(CONFIG_SGI_IP27) += 0xa80000000001c000 15*6a0cd4dcSRalf BaechleOBJCOPYFLAGS := --change-addresses=0x57ffffff80000000 16*6a0cd4dcSRalf Baechleendif 17