-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ArmPkg: Update Generic Watchdog PCD Type #6562
Conversation
@leiflindholm @ardbiesheuvel @samimujawar This PR can also act as a superset on top of the pending PR #6396. Please let me know if you have any concerns. |
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.
@ashishsingha this patch looks good to me.
I would be curious to know how you intend to use the PCDs as dynamic PCDs. Is there a library/module that will initialise the PCDs?
@samimujawar, the DSC file can have SKUs defined, and then you can have Dynamic and HII PCDs per SKU. Very early during boot, the SKU can be set, and PCDs for that SKU will be returned upon query. I see you have approved the change. Can you please see what is needed next to get it merged? |
6e54801
to
9b0559c
Compare
@ashishsingha thanks for the explanation. |
I'm all for it. |
Thanks @leiflindholm. Who should I be requesting to merge the change now that we’ve received 2 approvals? |
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
b827f7c
to
42d9df6
Compare
Do not use the PCDs as only fixed when there is an option to use them as dynamic that can be set per SKU. Signed-off-by: Ashish Singhal <[email protected]>
42d9df6
to
340912f
Compare
Description
Do not use the PCDs as only fixed when there is an option to use them as dynamic that can be set per SKU.
How This Was Tested
SOCs with different addresses and INTR numbers governed via SKU were booted with this change.
Integration Instructions
N/A