software/bios/sdram: add random addressing to memtest
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 27 Mar 2015 14:49:16 +0000 (15:49 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 27 Mar 2015 14:49:16 +0000 (15:49 +0100)
commitf85a4f004b7fc845de961410f7616b4b7b08b451
tree59edb92ca0cbdbf4635ea65a57e0329857b65b2f
parent340014dbac8797a693585d195d3dd1efd307ac3c
software/bios/sdram: add random addressing to memtest

testing memories with linear access is not good enough. Adding random addressing allow us to detect more eventual issues on our L2 cache or SDRAM controller.
software/bios/sdram.c