
Vikrant Basotra writes:
Vikrant> I am working on ep8248 board.
I already ported U-Boot to this board. I'm preparing patch which I'll send to this list soon.
Vikrant> I have the full U-boot code but in the cpu folder I didn't Vikrant> find any mpc8248/mpc8272 folder,
...because 8248 belongs to 8260 family. The folder you need is mpc8260.
Vikrant> but there is a folder named mp824x. I have read somewhere Vikrant> that the mpc824x and mpc8248/mpc8272 processors belong to Vikrant> different families.
MPC8248 is a PowerQUICC II chip (communication controller) while mpc824x folder is for integrated processors (8245 et al). These really are two different families.
Vikrant> Since I need the start.s file for mpc8248 processor, can I Vikrant> use the start.s file of the cpu/mpc824x, If not then could Vikrant> you please tell me that from where I could get the start.s Vikrant> file for the mpc8248 processor.