-
-
Notifications
You must be signed in to change notification settings - Fork 19
configs/config.protectli_vp66xx: enable me #802
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
base: dasharo
Are you sure you want to change the base?
Conversation
|
@wiktormowinski Please follow: https://docs.dasharo.com/dev-proc/source-code-structure/#commit-quality when contributing to coreboot/edk2 repositories. |
|
|
||
| register "tcc_offset" = "20" # TCC of 80C | ||
|
|
||
| register "usb2_wake_enable_bitmap" = "0x0002" |
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.
Should it be in the enable ME commit?
cf7b40c to
caaa6f4
Compare
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Wiktor Mowinski <[email protected]>
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Wiktor Mowinski <[email protected]>
caaa6f4 to
ac616a8
Compare
fc88f77 to
1f0d07c
Compare
|
@wiktormowinski doesn't look correct. Try doing what this patch does: https://review.coreboot.org/c/coreboot/+/89783 |
1f0d07c to
cc655f2
Compare
| device ref pcie_rp8 on | ||
| register "pch_pcie_rp[PCH_RP(8)]" = "{ | ||
| .flags = PCIE_RP_LTR | PCIE_RP_AER | PCIE_RP_CLK_REQ_UNUSED, | ||
| .flags = PCIE_RP_LTR | PCIE_RP_AER | PCIE_RP_CLK_REQ_UNUSED | PCIE_RP_PM_ENABLE, |
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.
what is this flag? Doesn't seeem to exist
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.
at first i tried every option i could find, including this pm fleg enabling nonsense
cc655f2 to
b53e5d5
Compare
| end | ||
| end |
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.
too many ends? also please fix indentation
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.
mb, device domain 0 on is being ended right here
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.
that explains failed runs (they pointed to some random line so i was confused)
10c84e0 to
5ba4106
Compare
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Wiktor Mowinski <[email protected]>
5ba4106 to
06eaf2c
Compare
No description provided.