Generate DTS with XIP support for running Zephyr from flash #1748
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This incidentally remove the
-DCONFIG_SPI_LITESPI=y
flag altogether, which I can add back in another commit to this pull request. Should there be some extra command line flag to choose if the SPI flash should be used for XIP or for user data storage like a filesystem? Or support both by default/No support for partitions yet: this does not yet support cohabitating the bitstream and firmware yet, so the bitstream has to be loaded to CRAM directly for now (default for --load).
This allows loading larger Zephyr examples, and was required to fit the shell on the Crosslink-NX board.
See litex-hub/zephyr-on-litex-vexriscv#13