bios: move memtest from liblitedram to libbase
authorJędrzej Boczar <jboczar@antmicro.com>
Wed, 24 Jun 2020 10:21:34 +0000 (12:21 +0200)
committerJędrzej Boczar <jboczar@antmicro.com>
Wed, 24 Jun 2020 12:53:18 +0000 (14:53 +0200)
commit3b084b284a11e39a08b0e8140c8fab756b30f2c8
tree1820544a4f19bb2c2db510907f466e96b95b732a
parent3a5aec69332f156a4b6b7fa58c054eb5dda6e80a
bios: move memtest from liblitedram to libbase
litex/soc/software/bios/cmds/cmd_litedram.c
litex/soc/software/bios/cmds/cmd_mem.c
litex/soc/software/include/base/lfsr.h [new file with mode: 0644]
litex/soc/software/include/base/memtest.h [new file with mode: 0644]
litex/soc/software/libbase/Makefile
litex/soc/software/libbase/memtest.c [new file with mode: 0644]
litex/soc/software/liblitedram/lfsr.h [deleted file]
litex/soc/software/liblitedram/sdram.c
litex/soc/software/liblitedram/sdram.h