public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos xscale problem
@ 2009-08-04 11:53 Saurabh Kadekodi
  2009-08-04 14:19 ` [ECOS] " Grant Edwards
  0 siblings, 1 reply; 2+ messages in thread
From: Saurabh Kadekodi @ 2009-08-04 11:53 UTC (permalink / raw)
  To: ecos-discuss

Hi All,

I am running redboot on a board called eurotech titan which has intel
pxa270 xscale arm processor. The ethernet controller that I have is
Davicom DM9000.

For running it successfully I have had to increase the chip select
timings (CS) and thus modify MSC0 register (meant for ethernet).

I have done the modification in :
packages/hal/arm/xscale/titan/current/include/hal_platform_setup.h
(base directory being that of ecos)

as that is the only place where MSC register settings can be modified for titan.

Unfortunately on building redboot; that file isn't recompiled at all.
Thus the value of the register MSC0 remains same after booting.

I would be glad if someone could assist me in this problem.

Thanks and Regards,

Saurabh

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS]  Re: eCos xscale problem
  2009-08-04 11:53 [ECOS] eCos xscale problem Saurabh Kadekodi
@ 2009-08-04 14:19 ` Grant Edwards
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Edwards @ 2009-08-04 14:19 UTC (permalink / raw)
  To: ecos-discuss

On 2009-08-04, Saurabh Kadekodi <saurabhkadekodi@gmail.com> wrote:

> I have done the modification in :
> packages/hal/arm/xscale/titan/current/include/hal_platform_setup.h
> (base directory being that of ecos)

> Unfortunately on building redboot; that file isn't recompiled
> at all. Thus the value of the register MSC0 remains same after
> booting.

The Makefiles generated by the eCos config tool aren't 100%
dependancy-complete.  What I mean is that they don't always
detect changes to all relevent source files.  For some sorts of
changes, you need to start with an empty directory, generate a
fresh build tree, and build everything from scratch.

-- 
Grant Edwards                   grante             Yow! I'm dressing up in
                                  at               an ill-fitting IVY-LEAGUE
                               visi.com            SUIT!!  Too late...


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2009-08-04 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-04 11:53 [ECOS] eCos xscale problem Saurabh Kadekodi
2009-08-04 14:19 ` [ECOS] " Grant Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).