Re: [U-Boot] Try to fix Board eb_cpux9k2

2010-12-02 Thread Albert ARIBAUD
Le 02/12/2010 21:27, Jens Scharsig a écrit : >> I suggest visually running through all (board or cpu-specific) code that >> runs as part of execution board_init_f() and checking that no global is >> ever used -- BSS or initialized. > > Andreas mirror BSS check says OK, But the board hangs on write

Re: [U-Boot] Try to fix Board eb_cpux9k2

2010-12-02 Thread Jens Scharsig
Dear Albert ARIBAUD, > >> A second problem, the board does not restart (reset command). >> I find out that a NULL pointer used by reset code, was also >> relocated. > > How did you come to this conclusion? NULL pointers are constants and > thus are *not* relocated. This problem will be gone wit

Re: [U-Boot] Try to fix Board eb_cpux9k2

2010-11-30 Thread Albert ARIBAUD
(not sure I've answered you... sorry if I did already) Le 29/11/2010 20:58, Jens Scharsig a écrit : > Dear Albert ARIBAUD, > > I have tried to start update the eb_cpux9k2 board. I can compile > board without errors from current tree. But the board hangs on > NAND detection. If I disable NAND suppo

Re: [U-Boot] Try to fix Board eb_cpux9k2

2010-11-30 Thread Albert ARIBAUD
Le 29/11/2010 20:58, Jens Scharsig a écrit : > Dear Albert ARIBAUD, > > I have tried to start update the eb_cpux9k2 board. I can compile > board without errors from current tree. But the board hangs on > NAND detection. If I disable NAND support, the board starts and > I can also start Linux. We'v

[U-Boot] Try to fix Board eb_cpux9k2

2010-11-29 Thread Jens Scharsig
Dear Albert ARIBAUD, I have tried to start update the eb_cpux9k2 board. I can compile board without errors from current tree. But the board hangs on NAND detection. If I disable NAND support, the board starts and I can also start Linux. A second problem, the board does not restart (reset command)