All of lore.kernel.org
 help / color / mirror / Atom feed
* Does Linux MIPS use scratch pad ram?
@ 2010-09-24 21:45 ` Ardelean, Andrei
  0 siblings, 0 replies; 5+ messages in thread
From: Ardelean, Andrei @ 2010-09-24 21:45 UTC (permalink / raw)
  To: linux-mips

Hi,

I am using MALTA platform and try to port Linux on a new platform.
It seems to me that in spram.c the sprams are probed  if they are
available or not but I cannot see Linux really using those afterwards.
My platform has no spram so I am trying to avoid this probing. The
problem is that spram.c is not MALTA specific but as the comment says in
spram.c there are some MALTA specific addresses. Unfortunately I have
some Flash at those addresses.
How to fix this issue?

Thanks,
Andrei
  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Does Linux MIPS use scratch pad ram?
@ 2010-09-24 21:45 ` Ardelean, Andrei
  0 siblings, 0 replies; 5+ messages in thread
From: Ardelean, Andrei @ 2010-09-24 21:45 UTC (permalink / raw)
  To: linux-mips

Hi,

I am using MALTA platform and try to port Linux on a new platform.
It seems to me that in spram.c the sprams are probed  if they are
available or not but I cannot see Linux really using those afterwards.
My platform has no spram so I am trying to avoid this probing. The
problem is that spram.c is not MALTA specific but as the comment says in
spram.c there are some MALTA specific addresses. Unfortunately I have
some Flash at those addresses.
How to fix this issue?

Thanks,
Andrei
  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Does Linux MIPS use scratch pad ram?
  2010-09-24 21:45 ` Ardelean, Andrei
  (?)
@ 2010-09-24 23:16 ` Kevin D. Kissell
  2010-09-27 14:00     ` Ardelean, Andrei
  -1 siblings, 1 reply; 5+ messages in thread
From: Kevin D. Kissell @ 2010-09-24 23:16 UTC (permalink / raw)
  To: Ardelean, Andrei; +Cc: linux-mips

I find it hard to believe that you've got Flash responding in place of 
the CP0 cache tag registers.

On 09/24/10 14:45, Ardelean, Andrei wrote:
> Hi,
>
> I am using MALTA platform and try to port Linux on a new platform.
> It seems to me that in spram.c the sprams are probed  if they are
> available or not but I cannot see Linux really using those afterwards.
> My platform has no spram so I am trying to avoid this probing. The
> problem is that spram.c is not MALTA specific but as the comment says in
> spram.c there are some MALTA specific addresses. Unfortunately I have
> some Flash at those addresses.
> How to fix this issue?
>
> Thanks,
> Andrei
>
>
>    

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Does Linux MIPS use scratch pad ram?
@ 2010-09-27 14:00     ` Ardelean, Andrei
  0 siblings, 0 replies; 5+ messages in thread
From: Ardelean, Andrei @ 2010-09-27 14:00 UTC (permalink / raw)
  To: Kevin D. Kissell; +Cc: linux-mips

Hi Kevin,

I don't have the new h/w yet so I don't know how the Flash will react.
In the mem map of the new board I see Flash at 0x1c000000 where MALTA
Linux probes for spram and my job so far is to port Linux for the new
board. So, I understand from your email that spram probing will not mess
up with my Flash and I should ignore it.

Thanks,
Andrei


-----Original Message-----
From: Kevin D. Kissell [mailto:kevink@paralogos.com] 
Sent: Friday, September 24, 2010 7:17 PM
To: Ardelean, Andrei
Cc: linux-mips@linux-mips.org
Subject: Re: Does Linux MIPS use scratch pad ram?

I find it hard to believe that you've got Flash responding in place of 
the CP0 cache tag registers.

On 09/24/10 14:45, Ardelean, Andrei wrote:
> Hi,
>
> I am using MALTA platform and try to port Linux on a new platform.
> It seems to me that in spram.c the sprams are probed  if they are
> available or not but I cannot see Linux really using those afterwards.
> My platform has no spram so I am trying to avoid this probing. The
> problem is that spram.c is not MALTA specific but as the comment says
in
> spram.c there are some MALTA specific addresses. Unfortunately I have
> some Flash at those addresses.
> How to fix this issue?
>
> Thanks,
> Andrei
>
>
>    

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Does Linux MIPS use scratch pad ram?
@ 2010-09-27 14:00     ` Ardelean, Andrei
  0 siblings, 0 replies; 5+ messages in thread
From: Ardelean, Andrei @ 2010-09-27 14:00 UTC (permalink / raw)
  To: Kevin D. Kissell; +Cc: linux-mips

Hi Kevin,

I don't have the new h/w yet so I don't know how the Flash will react.
In the mem map of the new board I see Flash at 0x1c000000 where MALTA
Linux probes for spram and my job so far is to port Linux for the new
board. So, I understand from your email that spram probing will not mess
up with my Flash and I should ignore it.

Thanks,
Andrei


-----Original Message-----
From: Kevin D. Kissell [mailto:kevink@paralogos.com] 
Sent: Friday, September 24, 2010 7:17 PM
To: Ardelean, Andrei
Cc: linux-mips@linux-mips.org
Subject: Re: Does Linux MIPS use scratch pad ram?

I find it hard to believe that you've got Flash responding in place of 
the CP0 cache tag registers.

On 09/24/10 14:45, Ardelean, Andrei wrote:
> Hi,
>
> I am using MALTA platform and try to port Linux on a new platform.
> It seems to me that in spram.c the sprams are probed  if they are
> available or not but I cannot see Linux really using those afterwards.
> My platform has no spram so I am trying to avoid this probing. The
> problem is that spram.c is not MALTA specific but as the comment says
in
> spram.c there are some MALTA specific addresses. Unfortunately I have
> some Flash at those addresses.
> How to fix this issue?
>
> Thanks,
> Andrei
>
>
>    

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-27 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 21:45 Does Linux MIPS use scratch pad ram? Ardelean, Andrei
2010-09-24 21:45 ` Ardelean, Andrei
2010-09-24 23:16 ` Kevin D. Kissell
2010-09-27 14:00   ` Ardelean, Andrei
2010-09-27 14:00     ` Ardelean, Andrei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.