[U-Boot] post_memory_tests

2014-03-13 Thread chi l
Hello, I need to run memory RAM test on an ARM based platform. I saw that there is the POST tests framework in u-boot and I had some questions about it. What is the purpose of the _POST_WORD_ADDR variable in include/post.h? How should I define the value of that variable? Also, I try to run the

Re: [U-Boot] post_memory_tests

2014-03-13 Thread chi l
f the test runs in ROM, are there some regions in the RAM that I should prevent from testing? Regards > To: chi-r...@outlook.com > CC: u-boot@lists.denx.de > From: w...@denx.de > Subject: Re: [U-Boot] post_memory_tests > Date: Thu, 13 Mar 2014 09:25:35 +0100 > > Dear chi l,