litex/litex/soc/software
Florent Kermarrec d59cec5acc software: use a single crt0 (deprecate crt0-ctr/crt0-xip) and avoid unnecessary defines.
Since https://github.com/enjoy-digital/litex/issues/566, crt0-ctr and crt0-xip are now similiar
so we can get back to a single crt0 and remove the defines that were generated to distinguish
the different cases.

Since LiteX/MiSoC have diverged and are no longer compatible, we also no longer need to generate
the LiteX flag.
2020-06-23 12:41:48 +02:00
..
bios software: use a single crt0 (deprecate crt0-ctr/crt0-xip) and avoid unnecessary defines. 2020-06-23 12:41:48 +02:00
include bios/boot: make SDCard boot more flexible using a boot.json file on the SDCard. 2020-06-11 11:26:10 +02:00
libbase software: use a single crt0 (deprecate crt0-ctr/crt0-xip) and avoid unnecessary defines. 2020-06-23 12:41:48 +02:00
libcompiler_rt Fix the libcompiler_rt path. 2020-04-11 18:37:06 -07:00
liblitedram software/liblitedram: revert sdrsw() in sdrlevel: this is still required for sdrlevel command. 2020-06-02 16:14:53 +02:00
libliteeth software/libliteeth/tftp: switch to progress bar. 2020-06-10 10:00:05 +02:00
liblitesdcard software/liblitesdcard/sdcard: boot with FatFs working (hacky). 2020-06-22 21:33:17 +02:00
liblitespi litex/soc/software/liblitespi: fix names associated with PHY CSRs 2020-06-03 15:37:06 +02:00
common.mak software/bios: cleanup includes and specify the lib in the include. 2020-05-20 09:55:19 +02:00
memusage.py bios: print memory usage 2020-04-27 16:33:34 +02:00
mkmscimg.py