[U-Boot] POST Memory Test Problem

2014-12-22 Thread Allan Fislor
Hi all, Im using a Freescale QorIQ P1020 custom board, booting from serial NOR flash (SPI), U-Boot 2014.10. It was everything OK, then I enabled POST memory test in my config file: #define CONFIG_POST CONFIG_SYS_POST_MEMORY When booting, the output is: - U-Boot 2014.10-6-gc81dc6b

Re: [U-Boot] POST Memory Test Problem

2014-12-22 Thread Wolfgang Denk
Dear Allan, In message you wrote: > > Im using a Freescale QorIQ P1020 custom board, booting from serial NOR > flash (SPI), U-Boot 2014.10. ... > Im afraid that this test is hiding another errors, because its testing > the whole DDR range. And in post/tests.c the flag POST_ROM is set, but I do

Re: [U-Boot] POST Memory Test Problem

2014-12-22 Thread Allan Fislor
On Mon, Dec 22, 2014 at 2:28 PM, Wolfgang Denk wrote: > Dear Allan, > > In message > you > wrote: >> >> Im using a Freescale QorIQ P1020 custom board, booting from serial NOR >> flash (SPI), U-Boot 2014.10. > ... >> Im afraid that this test is hiding another errors, because its testing >> the w