litex/litex/soc/software/bios
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
..
cmds software/liblitesdcard: fat16 boot working with both SPI and SD modes. 2020-06-04 11:40:42 +02:00
boot.c bios/boot: rewrite ROM boot description. 2020-06-18 12:56:29 +02:00
boot.h software/bios/libsdcard: add initial boot from sdcard with litescard, rename spisdcardboot command to sdcardboot. 2020-06-03 20:03:18 +02:00
command.h bios: move I2C from liblitedram to libbase 2020-05-27 15:37:19 +02:00
complete.c bios: add auto completion for commands 2020-05-01 12:12:35 +02:00
complete.h bios: add auto completion for commands 2020-05-01 12:12:35 +02:00
helpers.c bios/linker: Place .data in sram with initial copy in rom. 2020-06-15 16:24:53 +02:00
helpers.h bios: switch command handler to a modular format 2020-05-01 12:12:35 +02:00
isr.c software/bios/isr: add support for cv32e40p 2020-05-20 13:46:37 +02:00
linker.ld software/microwatt: Fix copying data to RAM and clearing BSS 2020-06-21 19:35:04 +10:00
main.c bios/main: enable sdcardboot in boot_sequence with litesdcard. 2020-06-22 21:57:00 +02:00
Makefile software: use a single crt0 (deprecate crt0-ctr/crt0-xip) and avoid unnecessary defines. 2020-06-23 12:41:48 +02:00
readline.c bios: add auto completion for commands 2020-05-01 12:12:35 +02:00
readline.h bios: add terminal history 2020-05-01 12:12:07 +02:00
readline_simple.c bios: add terminal history 2020-05-01 12:12:07 +02:00
sfl.h flush rx buffer when bad crc and fix frame payload length 2020-03-23 23:04:36 -04:00