-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 204495 b: refs/heads/master c: 6a0cd4d h: refs/heads/master i: 204493: 885e5d5 204491: 1fcd3d3 204487: a86b3d6 204479: c4e60a0 v: v3
- Loading branch information
Ralf Baechle
committed
Aug 5, 2010
1 parent
1e4cd87
commit 37bc6f8
Showing
5 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: baf3eb233df301081b66637a257ce0e9f6f84706 | ||
refs/heads/master: 6a0cd4dca00110fd11b8b07b7c2e08a60d22c580 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# | ||
# SGI-IP27 (Origin200/2000) | ||
# | ||
# Set the load address to >= 0xc000000000300000 if you want to leave space for | ||
# symmon, 0xc00000000001c000 for production kernels. Note that the value must | ||
# be 16kb aligned or the handling of the current variable will break. | ||
# | ||
ifdef CONFIG_SGI_IP27 | ||
platform-$(CONFIG_SGI_IP27) += sgi-ip27/ | ||
cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27 | ||
ifdef CONFIG_MAPPED_KERNEL | ||
load-$(CONFIG_SGI_IP27) += 0xc00000004001c000 | ||
OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 | ||
dataoffset-$(CONFIG_SGI_IP27) += 0x01000000 | ||
else | ||
load-$(CONFIG_SGI_IP27) += 0xa80000000001c000 | ||
OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000 | ||
endif | ||
endif |