software: create liblitescard and move sdcard init/test code to it.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 18 May 2020 20:49:12 +0000 (22:49 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 18 May 2020 20:49:12 +0000 (22:49 +0200)
commit403355a8edf41745b7ac301337d53e978b489f42
treee02c0f5ff181da7345ed59cccb12eadcbc49eabd
parent920d0ee53683e59a3dc1cc65e8ab7bcf4f388076
software: create liblitescard and move sdcard init/test code to it.
litex/soc/integration/builder.py
litex/soc/software/bios/Makefile
litex/soc/software/bios/commands/cmd_litedram.c
litex/soc/software/bios/commands/cmd_litesdcard.c
litex/soc/software/bios/sdcard.c [deleted file]
litex/soc/software/bios/sdcard.h [deleted file]
litex/soc/software/common.mak
litex/soc/software/liblitesdcard/Makefile [new file with mode: 0644]
litex/soc/software/liblitesdcard/sdcard.c [new file with mode: 0644]
litex/soc/software/liblitesdcard/sdcard.h [new file with mode: 0644]