litex/software/bios
Florent Kermarrec 9041868291 software/bios: move romboot after serialboot and netboot
On designs using romboot (firmware embedded in ram blocks), we generally upload new firmwares with serialboot and netboot for prototyping.
Moving romboot after serialboot and netboot avoid manual interrupts of the boot sequence.
2015-10-13 17:49:29 +02:00
..
Makefile Initial mor1kx (OpenRISC) support 2014-05-14 10:24:56 +02:00
boot-helper-lm32.S bios: fix boot for or1k 2014-05-14 15:01:02 +02:00
boot-helper-or1k.S bios: fill delay slot in boot_helper 2014-05-14 16:08:25 +02:00
boot.c bios: add romboot 2015-07-14 18:01:44 +02:00
boot.h bios: add romboot 2015-07-14 18:01:44 +02:00
dataflow.c bios/dataflow: use freeze register 2012-08-04 23:39:29 +02:00
dataflow.h bios: add command to print df debug info 2012-08-03 18:51:39 +02:00
isr.c software: factorize exception_handler 2014-05-14 15:01:38 +02:00
linker.ld Make sure the BIOS file ends on an aligned boundary. 2015-07-29 12:30:57 +03:00
main.c software/bios: move romboot after serialboot and netboot 2015-10-13 17:49:29 +02:00
sdram.c bios/sdram: fix error_cnt computation in memtest 2015-07-30 23:59:04 +02:00
sdram.h software/bios/sdram: make seed_to_data static 2015-03-26 23:05:20 +01:00