This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Porting to MMUless PPC


On  1/12, chandra shekar wrote:

|    I am trying to port eCos to MPC5XX.  It is not having an MMU.  Which
|    parts of eCos kernel (not HAL layer) call MMU functions defined in the
|    file hal_misc.c?  'vectors.S' module of HAL calls them.  Can I delete
|    those calls without any effect?

Disclaimer: I have not searched in the source, so this answer may be wrong.

As far as I remember, the HAL PPC MMU stuff maps all the zones you give as
executable and read/write, so the goal seems to let the user define a memory
map as well as define what zones should be cached. I cannot see any reason
why the MMU would be further used.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]