This is the mail archive of the ecos-discuss@sources.redhat.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: ROMRAM redboot


> Remember: from the linker's POV, ROMRAM startup should have things placed
> in RAM already. And there should be nothing special to RedBoot for this I
> believe. You could have a look at David Airlie's ROMRAM patch for the PID,
> posted on 1st March which may help. I'll have to chase up that getting
> patch incorporated...

I've already incorperated David' patches. Once i get ROMRAM working on
the EBSA i will send you a Meta patch with both mine and Davids.

Last night i figured out whats wrong with my system. The EBSA puts the
TLB memory at 0x4000-0x7fff. My current linker scripts put the image
at address 0x0-upwards. The HAL initialises the TLB and splats itself.
I need to make the linker put a hole in the image for the TLB.

        Andrew


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