[U-Boot-Users] Mips board support...

Hi,
I am trying to understand the mips support code in the uboot source code. In the cpu/mips directory, there are references to incaip in the file name as well as source. Isn't cpu directory supposed to be independent of the board? If I wanted to add support to a new mips board how should I modify the cpu/mips directory?
Regards, Arun.

Dear Arun,
in message 794cda74040929235457d76900@mail.gmail.com you wrote:
I am trying to understand the mips support code in the uboot source code. In the cpu/mips directory, there are references to incaip in the file name as well as source. Isn't cpu directory supposed to be independent of the board?
Yes, it is supposed to. But not everything we do is perfect ;-)
If I wanted to add support to a new mips board how should I modify the cpu/mips directory?
As needed? Try to follow the design rules, and if you're running into conflicts then feel free to ask...
Best regards,
Wolfgang Denk
participants (2)
-
Arun SR
-
Wolfgang Denk