^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) # SGI-IP27 (Origin200/2000)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) # Set the load address to >= 0xc000000000300000 if you want to leave space for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # symmon, 0xc00000000001c000 for production kernels. Note that the value must
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # be 16kb aligned or the handling of the current variable will break.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) ifdef CONFIG_MAPPED_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) load-$(CONFIG_SGI_IP27) += 0xc00000004001c000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) dataoffset-$(CONFIG_SGI_IP27) += 0x01000000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) else
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) load-$(CONFIG_SGI_IP27) += 0xa80000000001c000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) endif