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: Boot Code in ECOS


hi 
the start up code for mpc 860 is present in vectors.s. this is present in
..\ecos\packages\hal\powerpc\arch\v1_3_1\src\vectors.s.
this vector.S file will call a macro to initialize the board.
If u have included a specific platform(for eg:mbx board ) in ur
configuration, then that macro would be present as a XXX.S file in the
specific folder(for mbx hardware initialization, the file is mbx.s which
is present in ...\ecos\packages\hal\powerpc\mbx\v1_3_1\src\mbx.s


regds
vara

On Sun, 28 Oct 2001, Pushparaj wrote:

> Hi All,
> I am looking for initial bootstrap code ie., the hardware initialization
> routines for any board on MPC860 platform. Can anyone guide me as to where
> to look in the ecos source code ?
> 
> Regards,
> Pushparaj
> 
> 


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