docs: Describe AXI Streaming Boot Sequence#546
Open
tmichalak wants to merge 1 commit intochipsalliance:mainfrom
Open
docs: Describe AXI Streaming Boot Sequence#546tmichalak wants to merge 1 commit intochipsalliance:mainfrom
tmichalak wants to merge 1 commit intochipsalliance:mainfrom
Conversation
Author
bluegate010
reviewed
Sep 3, 2025
doc/Caliptra.md
Outdated
| # AXI Streaming Boot Sequence | ||
|
|
||
| The I3C core alternatively allows streaming data or firmware by MCU over the AXI bus of the I3C module which is repurposed as a streaming boot interface while disabling I3C usage. | ||
| The Caliptra MCU RISC-V core is responsible for driving the data copied from an external memory (e.g. QSPI interface) to the streaming boot FIFOs. |
Collaborator
There was a problem hiding this comment.
Suggested change
| The Caliptra MCU RISC-V core is responsible for driving the data copied from an external memory (e.g. QSPI interface) to the streaming boot FIFOs. | |
| The Caliptra MCU RISC-V core is responsible for driving the data copied from an external memory interface (e.g. QSPI) to the streaming boot FIFOs. |
doc/Caliptra.md
Outdated
| 5. Write to the `INDIRECT_FIFO_CTRL` register to set the streaming boot image size | ||
| 6. Push the image/data to the streaming boot interface FIFOs: | ||
| 1. Read the `INDIRECT_FIFO_STATUS` register to determine remaining space in the indirect FIFO | ||
| 2. If the indirect FIFO is not full, write a chunk of data to the `TX_DATA_PORT` register |
Collaborator
There was a problem hiding this comment.
What should MCU ROM do if the FIFO is full?
There was a problem hiding this comment.
Added a bullet regarding such path.
Author
fd1b586 to
6bde02f
Compare
6bde02f to
2980a79
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds description of the AXI Streaming Boot Flow. Complementary to chipsalliance/caliptra-ss#658