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 Baechleifdef CONFIG_SGI_IP27 9*6a0cd4dcSRalf Baechleplatform-$(CONFIG_SGI_IP27) += sgi-ip27/ 10*6a0cd4dcSRalf Baechlecflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27 11*6a0cd4dcSRalf Baechleifdef CONFIG_MAPPED_KERNEL 12*6a0cd4dcSRalf Baechleload-$(CONFIG_SGI_IP27) += 0xc00000004001c000 13*6a0cd4dcSRalf BaechleOBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 14*6a0cd4dcSRalf Baechledataoffset-$(CONFIG_SGI_IP27) += 0x01000000 15*6a0cd4dcSRalf Baechleelse 16*6a0cd4dcSRalf Baechleload-$(CONFIG_SGI_IP27) += 0xa80000000001c000 17*6a0cd4dcSRalf BaechleOBJCOPYFLAGS := --change-addresses=0x57ffffff80000000 18*6a0cd4dcSRalf Baechleendif 19*6a0cd4dcSRalf Baechleendif 20