
In message OF51874832.FC0A541A-ON4825718D.0009824D-4825718D.000DA9F6@digitalchina.com you wrote:
How can I porting the u-boot to fit my board?
Like on any other board, too.
I have completed the first stage by this: 1.Add MYBOARD_config option to the top level of u-boot. 2.cp board/cds/mpc8541cds/* board/cds/MYBOARD/ 3.rename mpc8541cds.c to MYBOARD.c and replace "mpc8641cds" with "MYBOARD" in some files 4.cp include/configs/mpc8541cds.h MYBOARD.h 5.make MYBOARD_config,make, 6.It success build, of course not work on the target.
OK so far. Now start implementing your board specific changes, i. e. the heart of the port.
I know that I must custom the files below MYBORD dir, but any others? especially the UART ,BootRom and flash drivers. I find some messages about BCM5461S driver in the mail list,how can I get it?
From the archive?
Best regards,
Wolfgang Denk