[U-Boot] [HELP]PCIX problem on MPC8547 in uboot

2009-04-15 Thread hank peng
I have a self-designed board which is based on MPC8548PC demo board, but CPU is MPC8547E. I configured PCI to PCI-X 64bits asynchrous mode, 100MHz, and there were two SATA controllers connected directly to BUS #0. U-boot version is 1.1.4 which is previouly for MPC8548PC demo board, I have modified

[U-Boot] Two confusing questions about relocation of code on MPC8548CDS board

2008-12-08 Thread hank peng
After code is relocated, cpu jumped from flash to RAM, I have two questions I can't understand. Any help will be appreciated greatly. 1. Because TEXT_BASE=0xfff8 which points to flash space, after code is copied from flash to RAM and start to run from RAM, how can u-boot make sure code is

Re: [U-Boot] how compilor know where .text section starts from?

2008-12-03 Thread hank peng
2008/12/3 Wolfgang Denk [EMAIL PROTECTED]: Dear hank.peng [EMAIL PROTECTED], repl: bad addresses: hank.peng [EMAIL PROTECTED] -- no at-sign after local-part () Please fix the mail address you provide in your headers as return address. Either get rid of the dot, or add quotes. Fixed,

[U-Boot] how compilor know where .text section starts from?

2008-12-02 Thread hank . peng
Hi, everybody: I am new to uboot and reading source code, I have a question: how does compilor know where .text section starts from? For example, I am using MPC8548CDS, document says .text section begins from 0xfff8000, but I haven't find this value in u-boot.lds? So it must be specified in some