Model host power on the SP and provide a bridge - #13
Open
sion42x wants to merge 1 commit into
Open
Conversation
A1 and A0 are now answered by the sequencer FPGA. `gimlet_seq` can perform a boot-time A0 instead of failure with `UnrecognizedCPU` and an A2 reset. A new host power bridge will report state, A0/A2 transitions, ignition requests, accept host-lost, etc. This is managed by the `[host]` block in the config file. The good news is that with voxel, the SPs can now handle IPCC `RequestPowerOff` on UART7. SP resets will reset sleds, and the FPGAs will return to A2 as designed when host power cycles.
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.
A1 and A0 are now answered by the sequencer FPGA.
gimlet_seqcan perform a boot-time A0 instead of failure withUnrecognizedCPUand an A2 reset.A new host power bridge will report state, A0/A2 transitions, ignition requests, accept host-lost, etc. This is managed by the
[host]block in the config file.The good news is that with voxel, the SPs can now handle IPCC
RequestPowerOffon UART7. SP resets will reset sleds, and the FPGAs will return to A2 as designed when host power cycles.