[U-Boot] [u-boot] why many init func moved to board_init_f and whereis the changelog

hi:
i found u-boot 2011.03 many init func moved to board_init_f,which run in flash(when boot_norflash).in version 2010.09 it's run after relocate in ram. i compiled 2011.03 with CS 2010.09 linker with -Ttext 0x23f00000 the code in board_init_f linked with ptr like 0x23fxxxxx (such as init_baudrate) how could the code work when it is in flash?
and i cant find changlog file where is it? thanks!

Dear du zhigang,
In message 187098.88862.qm@web15803.mail.cnb.yahoo.com you wrote:
i found u-boot 2011.03 many init func moved to board_init_f,which run i n flash(when boot_norflash).in version 2010.09 it's run after relocate in r am. i compiled 2011.03 with CS 2010.09 linker with -Ttext 0x23f00000 the code in board_init_f linked with ptr like 0x23fxxxxx (such as init_baud rate) how could the code work when it is in flash?
You will probably have to fix other parts of your board port as well.
I understand you are not talking about any code in mainline, right?
and i cant find changlog file where is it?
Try: git log
Best regards,
Wolfgang Denk
participants (2)
-
du zhigang
-
Wolfgang Denk