| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | linux porting - doubts |
| From: | joe seb <joe.seb8@gmail.com> |
| Date: | Fri, 26 Jun 2009 13:00:50 +0530 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+0C2Bt1Y8v0ZC6EVdNNSRso3y0wzOt/mh9QlvkJ+s5k=; b=xodMVG4fapg3/eR9ZtitSbXo6FAPvy+g+LhRcerMxzLYJjrRdj/1Xt2zOjhYRk9x6d Jj0nEp3qFEfkwG+VZxZ2YKlbCsopGqCChV6obmgBz5yf51OQZDAHElWjG8xlCpcpFKoy Djt0+U9/lKrOUOxYaUSSNthTF48E5z8TL0R+A= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nayYtSJjzh3dzsYH49F/7MjhATXcvRZu24rc6rquWEt5Zlo3j4Au+LKyINIi9hJgMt XxbfVTMRmIEL1GGnPPPb15uOuTk5EDIMdQo0pTR1smUUA9e4Nn5VTb3OHOTqrIPEkHWx HDWh260NpTE8VJXFGmoieHbmK9sqiO615MYzk= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
|
Hi,
We are trying to port linux to our new platform based on MIPS32 24Kc. In our platform we have physical RAM of 256M mapped from 0x90000000 to 0xa0000000( KSEG0 - cached) and 0xb0000000 to 0xc0000000(KSEG1- uncached). We made the following changes for our platform, CAC_BASE to 0x90000000 in spaces.h KSEG0 to 0x90000000 and KSEG1 to 0xb0000000 in addrspace.h CKSEG0 to 0x90000000 and CKSEG1 to 0xb0000000 in addrspace.h loadaddr to 0x90000000 in the Makefile under arch/mips folder. Are these changes sufficient?? Is there any other platform port with such variations which we can refer to make sure about the changes made. Thanks and Regards, Joe |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Silly 100% CPU behavior on a SIG_IGN-ored SIGBUS., David Daney |
|---|---|
| Next by Date: | Re: linux porting - doubts, David Daney |
| Previous by Thread: | [PATCH] Make Broadcom SoC naming options consistent, Florian Fainelli |
| Next by Thread: | Re: linux porting - doubts, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |