Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # SGI-IP27 (Origin200/2000)
0003 #
0004 # Set the load address to >= 0xc000000000300000 if you want to leave space for
0005 # symmon, 0xc00000000001c000 for production kernels.  Note that the value must
0006 # be 16kb aligned or the handling of the current variable will break.
0007 #
0008 cflags-$(CONFIG_SGI_IP27)       += -I$(srctree)/arch/mips/include/asm/mach-ip27
0009 ifdef CONFIG_MAPPED_KERNEL
0010 load-$(CONFIG_SGI_IP27)         += 0xc00000004001c000
0011 OBJCOPYFLAGS                    := --change-addresses=0x3fffffff80000000
0012 dataoffset-$(CONFIG_SGI_IP27)   += 0x01000000
0013 else
0014 load-$(CONFIG_SGI_IP27)         += 0xa80000000001c000
0015 OBJCOPYFLAGS                    := --change-addresses=0x57ffffff80000000
0016 endif