public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] adding memory segment for AEB-1C
@ 1999-12-17 17:38 Perry Wang
  1999-12-17 18:47 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Perry Wang @ 1999-12-17 17:38 UTC (permalink / raw)
  To: ecos-discuss

Hi, all.

Sorry to repost the question but just in case everyone missed my question
earlier.

Is there a "proper" way to add an additional mem segment to the sharp
processor in AEB-1C without changing the original hal_platform_setup.h?

Basically I like to map my FPGA registers to e0000000 - e0010000 without
changing the eCos HAL source.

Thanks a million.


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

* RE: [ECOS] adding memory segment for AEB-1C
  1999-12-17 17:38 [ECOS] adding memory segment for AEB-1C Perry Wang
@ 1999-12-17 18:47 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 1999-12-17 18:47 UTC (permalink / raw)
  To: Perry Wang; +Cc: ecos-discuss

On 18-Dec-99 Perry Wang wrote:
> Hi, all.
> 
> Sorry to repost the question but just in case everyone missed my question
> earlier.
> 
> Is there a "proper" way to add an additional mem segment to the sharp
> processor in AEB-1C without changing the original hal_platform_setup.h?
> 
> Basically I like to map my FPGA registers to e0000000 - e0010000 without
> changing the eCos HAL source.
> 

If you don't want to change the HAL then the best place to put this would
be in your application code.

I'd probably add it in 'cyg_start()', 'cyg_user_start()' or 'main()' 
based on which style of startup you are using.

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

end of thread, other threads:[~1999-12-17 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-17 17:38 [ECOS] adding memory segment for AEB-1C Perry Wang
1999-12-17 18:47 ` Gary Thomas

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).