Re: [U-Boot] {Spam?} u-boot relocation

2010-12-28 Thread Simon Glass
Hi, (Is there documentation about this somewhere? - I couldn't find it). I assume your board is hanging during relocation. You could try putting this function back (but without the __ prefix) void dram_init_banksize(void) { gd-bd-bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;

Re: [U-Boot] {Spam?} u-boot relocation

2010-12-27 Thread Albert ARIBAUD
Le 26/12/2010 22:09, Marcel a écrit : relocation Offset is: 0409e000 How is 0409e000 near top of my RAM ? How does it get this value ? This is an offset, a difference of addresses, not an absolute address. And since it is rather big, it means the original and relocated locations are far

Re: [U-Boot] {Spam?} u-boot relocation

2010-12-26 Thread Reinhard Meyer
Dear Marcel, Hi, I updated my u-boot-usb to continue my work on the SAM9 USB parts, but got stuck with the following issue : There seems to be a new relocation scheme. I also added some stuff to make it detect the SDRAM, but than I get stuck. int dram_init(void) {

Re: [U-Boot] {Spam?} u-boot relocation

2010-12-26 Thread Reinhard Meyer
Dear Marcel, On Sunday, December 26, 2010 02:38:04 pm Reinhard Meyer wrote: Dear Marcel, Hi, I updated my u-boot-usb to continue my work on the SAM9 USB parts, but got stuck with the following issue : There seems to be a new relocation scheme. I also added some stuff to make it detect