forked from timvideos/litex-buildenv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request timvideos#493 from antmicro/mor1kx_external_dt
linux: mor1kx: Add support for the external DT
- Loading branch information
Showing
8 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule litedram
updated
4 files
+5 −1 | litedram/core/controller.py | |
+1 −1 | litedram/init.py | |
+1 −1 | litedram/phy/__init__.py | |
+97 −14 | litedram/phy/gensdrphy.py |
Submodule liteeth
updated
6 files
+38 −0 | examples/targets/stream.py | |
+0 −38 | examples/targets/tty.py | |
+2 −2 | examples/test/test_stream.py | |
+11 −13 | liteeth/frontend/stream.py | |
+8 −4 | liteeth/mac/sram.py | |
+3 −3 | test/test_examples.py |
Submodule litepcie
updated
6 files
Submodule litex
updated
11 files
+9 −4 | litex/build/lattice/trellis.py | |
+6 −6 | litex/build/xilinx/symbiflow.py | |
+2 −0 | litex/soc/cores/i2s.py | |
+49 −44 | litex/soc/cores/spi.py | |
+40 −12 | litex/soc/integration/soc.py | |
+358 −0 | litex/soc/interconnect/axi.py | |
+1 −1 | litex/soc/interconnect/csr_bus.py | |
+103 −41 | litex/soc/software/bios/boot.c | |
+21 −18 | litex/soc/software/liblitesdcard/spisdcard.c | |
+280 −3 | test/test_axi.py | |
+13 −4 | test/test_spi.py |
Submodule litex-boards
updated
5 files
Submodule migen
updated
3 files
+37 −0 | migen/build/platforms/sinara/metlino.py | |
+1 −1 | migen/build/platforms/sinara/sayma_rtm2.py | |
+25 −1 | migen/build/xilinx/common.py |