Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # SGI IP22 (Indy/Indigo2)
0003 #
0004 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
0005 # symmon, 0xffffffff80002000 for production kernels.  Note that the value must
0006 # be aligned to a multiple of the kernel stack size or the handling of the
0007 # current variable will break so for 64-bit kernels we have to raise the start
0008 # address by 8kb.
0009 #
0010 cflags-$(CONFIG_SGI_IP22)       += -I$(srctree)/arch/mips/include/asm/mach-ip22
0011 ifdef CONFIG_32BIT
0012 load-$(CONFIG_SGI_IP22)         += 0xffffffff88002000
0013 endif
0014 ifdef CONFIG_64BIT
0015 load-$(CONFIG_SGI_IP22)         += 0xffffffff88004000
0016 endif
0017 
0018 #
0019 # SGI IP28 (Indigo2 R10k)
0020 #
0021 # Set the load address to >= 0xa800000020080000 if you want to leave space for
0022 # symmon, 0xa800000020004000 for production kernels ?  Note that the value must
0023 # be 16kb aligned or the handling of the current variable will break.
0024 # Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
0025 #
0026 cflags-$(CONFIG_SGI_IP28)       += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
0027 load-$(CONFIG_SGI_IP28)         += 0xa800000020004000