Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the payload power state machine, add proper support to all 'FRU Control Commands' #131

Open
augustofg opened this issue Mar 17, 2023 · 2 comments

Comments

@augustofg
Copy link
Member

The current vTaskPayload task is hard to understand and doesn't implement all FRU Control Options in a usable way. We should decide what each command will do, trying to conform with the AdvancedTCA standard.

The FRU Control Command has the following options:

0x00 Cold Reset
0x01 Warm Reset
0x02 Graceful Reboot
0x03 Issue a Diagnostic Interrupt

Please check the PICMG 3.0 R3.0 AdvancedTCA Base Specification pages 3-60, 3-61 and 3-62.

@augustofg
Copy link
Member Author

This can be done at the same time as #130

@augustofg
Copy link
Member Author

May be it would be better to also check PICMG Advanced Mezzanine Card AMC.0 Specification R2.0, pages 3-75 and 3-76.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant