[U-Boot-Users] how to set the cfg_flash base, monitor base and TEXT_BASE

Hi All, I am working on Power Quick II 8266 based PMC card. I am using EP boards as reference boards. Can anyone please let me know how to set the following parameters:-
Our boot flash is 512kb and its base address will be 0xFFF80000. We are using HRCW = 0x04023644. (Boot address = 0xFFF00100)
1.How to set the cfg_flash base. 2.How to set the cfg_monitor base 3.How to set the TEXT_BASE in config.mk
Regards, Apoorv. ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. **************************************************************************

In message 3D9FDCA910DD4445896A0BE5ECF009D42238D8@bla.satyam.com you wrote:
Can anyone please let me know how to set the following parameters:-
Our boot flash is 512kb and its base address will be 0xFFF80000. We are using HRCW = 0x04023644. (Boot address = 0xFFF00100)
1.How to set the cfg_flash base. 2.How to set the cfg_monitor base
Run a text editor, open include/configs/<your_bord_name>.h, edit the #defines for CFG_FLASH_BASE and CFG_MONITOR_BASE, save the new file, exit the editor.
3.How to set the TEXT_BASE in config.mk
Run a text editor, open board/<your_bord_name>/config.mk, edit the line that reads "TEXT_BASE = ...", save the new file, exit the editor.
What exactly was the part of this actions you had problems with?
Best regards,
Wolfgang Denk

Wolfgang Denk wd@denx.de wrote:
Apoorv_Sangal Apoorv_Sangal@satyam.com wrote:
Can anyone please let me know how to set the following parameters:- Our boot flash is 512kb and its base address will be 0xFFF80000. We are using HRCW = 0x04023644. (Boot address =
0xFFF00100)
1.How to set the cfg_flash base. 2.How to set the cfg_monitor base
Run a text editor, open include/configs/<your_bord_name>.h, edit the #defines for CFG_FLASH_BASE and CFG_MONITOR_BASE, save the new file, exit the editor.
3.How to set the TEXT_BASE in config.mk
Run a text editor, open board/<your_bord_name>/config.mk, edit the line that reads "TEXT_BASE = ...", save the new file, exit the editor.
Hello, Apoorv. You could try CFG_FLASH_BASE=CFG_MONITOR_BASE=TEXT_BASE=0xFFF00000.
===== Best regards,
Sam
_________________________________________________________ Do You Yahoo!? 150万曲MP3疯狂搜,带您闯入音乐殿堂 http://music.yisou.com/ 美女明星应有尽有,搜遍美图、艳图和酷图 http://image.yisou.com 1G就是1000兆,雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1...
participants (3)
-
Apoorv_Sangal
-
Sam Song
-
Wolfgang Denk