- 13 Jun, 2019 1 commit
-
-
enjoy-digital authored
bios: Fix build when ethphy is present but ethmac is not.
-
- 12 Jun, 2019 3 commits
-
-
Ambroz Bizjak authored
While testing my Ethernet DMA, I renamed the `ethmac` module to `ethmac_dma` so that it wouldn't be used from the BIOS, but I got an undefined reference to `eth_init` because `bios.c` checks different CSR defines than the code that defines `eth_init`.
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 11 Jun, 2019 1 commit
-
-
enjoy-digital authored
boards/arty : Add directly connected spi clk pin
-
- 10 Jun, 2019 6 commits
-
-
Florent Kermarrec authored
-
Tom Keddie authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
Imported from LiteICLink. PRBS can be useful for different purposes, so is better integrated in LiteX.
-
Florent Kermarrec authored
When running OS with LiteX and when LiteXTerm is use, we want to be able to send CTRl-C to the OS. Ensure a specific sequence is sent to close the terminal.
-
Florent Kermarrec authored
-
- 09 Jun, 2019 1 commit
-
-
Florent Kermarrec authored
-
- 08 Jun, 2019 1 commit
-
-
Florent Kermarrec authored
-
- 07 Jun, 2019 7 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
In most of the case, execution speed is already fast enough with -O0 and with complex design -O0 is a lost faster to compile than -O3. In the future we could add a switch to choose which optimization we want.
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 05 Jun, 2019 9 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
enjoy-digital authored
De10lite support
-
enjoy-digital authored
Extend generated headers & csv
-
msloniewski authored
-
msloniewski authored
-
msloniewski authored
For some FPGAs (e.g. MAX10) .rbf file cannot be generated. Add possibility to turn off that feature for those chips.
-
Mateusz Holenko authored
-
Mateusz Holenko authored
-
- 04 Jun, 2019 2 commits
-
-
enjoy-digital authored
software/libbase: memcpy: simple, arch-width agnostic implementation
-
Gabriel L. Somlo authored
Remove optimizations targeted specifically at rv32 architecture, allowing memcpy to work on all word sizes. Since this is "only" the BIOS, it is also arguably better to optimize for size rather than performance, given that control will be quickly handed over to some other program being loaded. Signed-off-by:
Gabriel Somlo <gsomlo@gmail.com>
-
- 02 Jun, 2019 1 commit
-
-
Tim Ansell authored
fix signed char type to be explicitly signed
-
- 03 Jun, 2019 1 commit
-
-
bunnie authored
-
- 02 Jun, 2019 7 commits
-
-
bunnie authored
needed for some third party libraries to compile
-
Tim Ansell authored
Fix interrupt_name in soc_core/add_interrupt
-
Ilia Sergachev authored
-
Ilia Sergachev authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
enjoy-digital authored
Add support for Terasic DE2-115 and Terasic DE1-SoC boards
-