memtest updates
Sascha Hauer
s.hauer at pengutronix.de
Tue Oct 27 23:17:55 PDT 2015
On Tue, Oct 27, 2015 at 05:55:04PM +0100, Alexander Aring wrote:
> On Tue, Oct 27, 2015 at 09:29:53AM +0100, Sascha Hauer wrote:
> > This series has some updates for the memory test. The output and the
> > code are made more compact and some additional options are added. Also
> > the remap_range function is reworked.
> >
>
> I currently try to build next with memtest, I got the following issue:
>
> commands/memtest.c: In function 'do_test_one_area':
> commands/memtest.c:50:2: error: implicit declaration of function 'mem_test_moving_inversions_pattern' [-Werror=implicit-function-declaration]
> ret = mem_test_moving_inversions_pattern(r->r->start, r->r->end, 0xdeadbeef);
>
> after running grep I realized and there is no
> "mem_test_moving_inversions_pattern" function. :-(
>
> Then:
>
> after cutting some words from this function and running grep again, then
> I found a "mem_test_moving_inversions" function. :-)
>
> It seems it's a different function and you passed a "0xdeadbeef" there,
> otherwise the function fits.
>
> What means 0xdeadbeef here?
For a customer I need a moving inversions test with a fixed pattern
instead of the own address written to the address. That's a leftover
here.
I already fixed that one up.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list