litex/software
Florent Kermarrec 35250f5b11 bios: add romboot
When firmware is small enough, it can be interesting to run code from an embedded blockram memory (faster and not impacted by memory controller activity).
It can also be a fallback option in case boot from flash failed.
To use this, define ROM_BOOT_ADDRESS and initialize the blockram with the firmware data.
2015-07-14 18:01:44 +02:00
..
bios bios: add romboot 2015-07-14 18:01:44 +02:00
compiler-rt@a1448787a0
include spiflash: use SoC defines, add write_to_flash function 2015-04-27 13:42:32 +08:00
libbase software/libbase/system: fix flush_l2_cache 2015-06-19 09:00:14 +02:00
libcompiler-rt libcompiler-rt: add fixdfdi 2015-06-27 23:51:09 +02:00
libnet
memtest software/memtest: remove Mixxeo/M1 hardcoded values in bandwidth computation 2015-03-26 00:01:42 +01:00
common.mak