- Jul 29, 2021
-
-
Florent Kermarrec authored
targets: Remove old call to add_spi_flash on targets now using LiteSPI (we'll find it with gitk is required).
-
- Jul 28, 2021
-
-
Florent Kermarrec authored
-
Joey Bushagour authored
Signed-off-by:
Joey Bushagour <jbushagour@google.com>
-
Florent Kermarrec authored
-
- Jul 27, 2021
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- Jul 21, 2021
-
-
Florent Kermarrec authored
-
- Jul 06, 2021
-
-
Joey Bushagour authored
-
- May 20, 2021
-
-
Florent Kermarrec authored
icebreaker/fomu: Update flashing and disconnect reset from SoC (will need proper support in iCE40PLL).
-
- Mar 25, 2021
-
-
Florent Kermarrec authored
boards: Add Vendor prefix to platforms/targets name when useful and when multiple boards from the same vendor. (With Retro-Compat on the imports).
-
Florent Kermarrec authored
-
- Mar 24, 2021
-
-
Florent Kermarrec authored
fomu/icebreaker: Update Up5KSPRAM import (litex.soc.cores.up5kspram deprecated, still supported for now but triggers a compat notice).
-
- Nov 27, 2020
-
-
Florent Kermarrec authored
Following commits make it generic/portable while still using IOBuffers: https://github.com/litex-hub/valentyusb/commit/77b9d010586755a0e0c3b47d20aa387472d0ef7f https://github.com/litex-hub/valentyusb/commit/371526e432a858b768ddc561cee0d7a0c8f40f42
-
Florent Kermarrec authored
-
- Nov 12, 2020
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- Nov 04, 2020
-
-
Florent Kermarrec authored
-
- Oct 06, 2020
-
-
Florent Kermarrec authored
This uniformizes Fomu target with others, provide a simple example of LiteX SoC on Fomu and will ease maintenance.
-
- Aug 23, 2020
-
-
Florent Kermarrec authored
-
- May 05, 2020
-
-
Florent Kermarrec authored
-
- Feb 12, 2020
-
-
Leonardo Romor authored
-
- Feb 03, 2020
-
-
Florent Kermarrec authored
We initially wanted to provide different level of support for the platforms/targets, mainly to avoid too much maintenance and let each contributor update its contributed platforms and targets, but it's easier to update all platforms/targets all-together when LiteX evolves or changes (and that's what has been done on litex-boards since the creation of the repository). So let just simplify things and avoid this differentiation.
-
Sean Cross authored
Things weren't quite right for adding a CPU. This fixes that by correcting the placer arguments, memory map, and USB type. Signed-off-by:
Sean Cross <sean@xobs.io>
-
- Jan 13, 2020
-
-
Florent Kermarrec authored
-
- Jan 02, 2020
-
-
Tim 'mithro' Ansell authored
-
- Dec 30, 2019
-
-
Tim 'mithro' Ansell authored
-
- Nov 25, 2019
-
-
Sean Cross authored
The SoCCore definition used to be available under litex.soc.integration, however it was removed in https://github.com/enjoy-digital/litex/commit/626533ce9d84ba081aa320dd330f5f0d800333b0 Signed-off-by:
Sean Cross <sean@xobs.io>
-
- Nov 23, 2019
-
-
Sean Cross authored
This documentation can be fetched using a package such as lxsocdoc. Signed-off-by:
Sean Cross <sean@xobs.io>
-
- Sep 17, 2019
-
-
Sean Cross authored
The heap placer is important enough that we should just make it the default. Also, add a `USBSoC` that includes the required interrupt table, as this must be specified prior to calling `__init__()`. Signed-off-by:
Sean Cross <sean@xobs.io>
-
Sean Cross authored
Use the memory array to find the address for the sram bank. Signed-off-by:
Sean Cross <sean@xobs.io>
-
Sean Cross authored
Allow the user to specify a CPU. Signed-off-by:
Sean Cross <sean@xobs.io>
-
- Sep 02, 2019
-
-
Florent Kermarrec authored
-
Sean Cross authored
This adds the Fomu target back in. The default BaseSoC supports various USB methods, and will be updated as more become available. The debug bridge may optionally be added. Signed-off-by:
Sean Cross <sean@xobs.io>
-
- Aug 07, 2019
-
-
Florent Kermarrec authored
-
- Jul 12, 2019
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- Jun 24, 2019
-
-
Florent Kermarrec authored
-
- Jun 19, 2019
-
-
Sean Cross authored
The `fomu` target represents a generic target that supports the Fomu 48 MHz crystal, with or without a PLL. It does not yet include a BaseSoC, since that requires USB and up5kspram, neither of which are present yet. Signed-off-by:
Sean Cross <sean@xobs.io>
-