-
Notifications
You must be signed in to change notification settings - Fork 777
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
[uart] Move to D3 #12902
[uart] Move to D3 #12902
Conversation
chore? :) |
haha. Trying to follow https://www.conventionalcommits.org/en/v1.0.0/ codes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also decide what to do with #83 before moving this in (but otherwise it looks like this is good to go, based on the review notes).
hw/ip/uart/doc/checklist.md
Outdated
Code Quality | [RDC_COMPLETE][] | Not Started | | ||
Review | [REVIEW_RTL][] | Done | by @msfschaffner | ||
Review | [REVIEW_DELETED_FF][] | N/A | Not reported by FPGA (@eunchan double-check) | ||
Code Quality | [CDC_COMPLETE][] | N/A | No errors on top-level |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add the same explanation for CDC/RDC/FF as suggested here:
#12892 (comment)
hw/ip/uart/doc/checklist.md
Outdated
Review | Signoff date | Done | 2019-10-31 | ||
Security | [SEC_NON_RESET_FLOPS][] | N/A | | ||
Security | [SEC_SHADOW_REGS][] | N/A | | ||
Review | Reviewer(s) | Done | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the following ldaps?
eunchan@ jeoong@ weicai@ awill@
verification_stage: "V2", | ||
dif_stage: "S2", | ||
commit_id: "558942bb7869d9a5d8abd4bd0eb46dab820d3564" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would be optional, since we don't require it when moving forward through the dev stages (we only need to record it when we bounce back and create a new version).
58ec637
to
5770164
Compare
This commit moves UART to D3 state. CDC has been reviewed at the top-level and waived Signed-off-by: Eunchan Kim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for addressing the comments.
This should be good to go now.
This commit moves UART to D3 state. CDC has been reviewed at the
top-level and waived