- 16 Jul, 2020 5 commits
-
-
enjoy-digital authored
Add AXILiteDownConverter
-
Jędrzej Boczar authored
-
Jędrzej Boczar authored
-
enjoy-digital authored
Add AXILite components: AXILiteSRAM and AXILite2CSR
-
Jędrzej Boczar authored
-
- 15 Jul, 2020 8 commits
-
-
Jędrzej Boczar authored
-
Jędrzej Boczar authored
-
Jędrzej Boczar authored
-
enjoy-digital authored
symbiflow: changed toolchain command names in Makefile
-
Jędrzej Boczar authored
-
Alessandro Comodi authored
Signed-off-by:
Alessandro Comodi <acomodi@antmicro.com>
-
Jędrzej Boczar authored
-
Jędrzej Boczar authored
-
- 14 Jul, 2020 1 commit
-
-
Jędrzej Boczar authored
-
- 13 Jul, 2020 1 commit
-
-
Florent Kermarrec authored
build/lattice/trellis: set default spimode to None (--spimode not passed to ecppack) as default instead of fast-read. Using fast-read as default prevent loading the .bit via JTAG (see #589).
-
- 11 Jul, 2020 3 commits
-
-
Florent Kermarrec authored
-
enjoy-digital authored
trellis: Add option to select SPI mode.
-
Owen Kirby authored
This allows a significant speedup when booting large bitstreams on ECP5 boards that support dual or quad SPI operation.
-
- 10 Jul, 2020 4 commits
-
-
enjoy-digital authored
mor1kx: Do not generate the ror instruction
-
Florent Kermarrec authored
-
Mateusz Holenko authored
The mor1kx core does not support `l.ror` instruction by default, but gcc/clang flags allowed the compiler to generate it.
-
Florent Kermarrec authored
-
- 09 Jul, 2020 5 commits
-
-
Tim Ansell authored
cpu: add a few missing GCC toolchains
-
Filipe Laíns authored
This names are used by Arch Linux for eg. Signed-off-by:
Filipe Laíns <lains@archlinux.org>
-
Florent Kermarrec authored
-
enjoy-digital authored
Memtest/memspeed improvements
-
Florent Kermarrec authored
-
- 08 Jul, 2020 5 commits
-
-
Benjamin Herrenschmidt authored
Otherwise we have at least an extra addition in the loop which squews the result compared to the read loop. Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
-
Florent Kermarrec authored
Just create a local clk_domain from clk signal.
-
Florent Kermarrec authored
-
Benjamin Herrenschmidt authored
The move to libbase reverted the type of the pointer from long to int. Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
-
Benjamin Herrenschmidt authored
In a couple of places, memtest uses %x to print a pointer which is illegal (and could be problematic on 64-bit). Use %p instead. Additionally, use %ld when printing longs Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
-
- 07 Jul, 2020 8 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
enjoy-digital authored
liblitesdcard/sdcard: adjust card-ready timeout
-