Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-29 Thread Wolfgang Denk
Dear sun york-R58495, In message 516c01cb2eac$1d67cdf1$0c234...@fsl.freescale.net you wrote: As Timur pointed out, the post framework doesn't work for us. After And I explained that if it doesn't work as is please try to adapt / extend it to match your needs instead of reinventing the wheel.

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-28 Thread York Sun
Wolfgang, On Thu, 2010-07-15 at 11:07 +0200, Wolfgang Denk wrote: Dear Timur Tabi, In message aanlktim6yjf6orogtqe0vqivqzqxu-ekkuhdtmjmg...@mail.gmail.com you wrote: NAK. Please do not reinvent the wheel and add yet another meory test. Use one of the existing memory tests we

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-28 Thread Wolfgang Denk
Dear York Sun, In message 1280351179.8571.63.ca...@oslab-l1 you wrote: We already have too many different implementations of a memory test in U-Boot, and I will not accept adding yet another one. I can reuse your testing code but have to move the desired code out of memory.c file to

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-28 Thread sun york-R58495
] powerpc/85xx: Add memory test feature for mpc85xx. Dear York Sun, In message 1280351179.8571.63.ca...@oslab-l1 you wrote: We already have too many different implementations of a memory test in U-Boot, and I will not accept adding yet another one. I can reuse your testing code but have

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-15 Thread Wolfgang Denk
Dear Timur Tabi, In message aanlktim6yjf6orogtqe0vqivqzqxu-ekkuhdtmjmg...@mail.gmail.com you wrote: NAK. Please do not reinvent the wheel and add yet another meory test. Use one of the existing memory tests we already have - post/drivers/memory.c comes to mind. That code is not

[U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Kumar Gala
From: york york...@freescale.com If enabled in config file and hwconfig, the memory test is performed after DDR initialization when U-boot stills runs in flash and cache. Whole memory is testable. However, only the low 2GB space is mapped for DDR. The testing is conducted in the 2GB window and

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message 1279120502-6289-8-git-send-email-ga...@kernel.crashing.org you wrote: From: york york...@freescale.com If enabled in config file and hwconfig, the memory test is performed after DDR initialization when U-boot stills runs in flash and cache. Whole memory is

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Timur Tabi
On Wed, Jul 14, 2010 at 3:16 PM, Wolfgang Denk w...@denx.de wrote: NAK. Please do not reinvent the wheel and add yet another meory test. Use one of the existing memory tests we already have - post/drivers/memory.c comes to mind. That code is not capable of testing more than 2GB of RAM. It