Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/25312 )
Change subject: mainboard/google/meowth: Disable debug consent
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/25312/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/25312/1//COMMIT_MSG@13
PS1, Line 13: None
Submit a partner issue and list the partner issue bug number here for tracking purpose.
--
To view, visit https://review.coreboot.org/25312
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f
Gerrit-Change-Number: 25312
Gerrit-PatchSet: 1
Gerrit-Owner: Vaibhav Shankar <vaibhav.shankar(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Thu, 22 Mar 2018 00:25:57 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/25312 )
Change subject: mainboard/google/meowth: Disable debug consent
......................................................................
Patch Set 1:
If current meowth CPFE OS release already support s0ix successfully, and meowth did require to support s0ix. Then other than this patch, a separated patch that will disable DCI in fit_config.xml will be also needed.
--
To view, visit https://review.coreboot.org/25312
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f
Gerrit-Change-Number: 25312
Gerrit-PatchSet: 1
Gerrit-Owner: Vaibhav Shankar <vaibhav.shankar(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Thu, 22 Mar 2018 00:24:54 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/25312 )
Change subject: mainboard/google/meowth: Disable debug consent
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/25312/1/src/mainboard/google/zoombini/varia…
File src/mainboard/google/zoombini/variants/meowth/devicetree.cb:
https://review.coreboot.org/#/c/25312/1/src/mainboard/google/zoombini/varia…
PS1, Line 9: DBC over USB 3.0 port only
Update this comment too.
--
To view, visit https://review.coreboot.org/25312
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f
Gerrit-Change-Number: 25312
Gerrit-PatchSet: 1
Gerrit-Owner: Vaibhav Shankar <vaibhav.shankar(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Thu, 22 Mar 2018 00:23:11 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Vaibhav Shankar has uploaded this change for review. ( https://review.coreboot.org/25312
Change subject: mainboard/google/meowth: Disable debug consent
......................................................................
mainboard/google/meowth: Disable debug consent
This patch disables debug consent in the devicetree. When debug
conset is set to DBC by default, it prevents some clocks from turning
off during S0ix. This blocks S0ix entry.
BUG=None
TEST=enter S0ix and check if slp_s0 is asserted
Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f
Signed-off-by: Vaibhav Shankar <vaibhav.shankar(a)intel.com>
---
M src/mainboard/google/zoombini/variants/meowth/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/25312/1
diff --git a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
index 062c6ec..9e6d95d 100644
--- a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
+++ b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
@@ -7,7 +7,7 @@
register "deep_s5_enable_dc" = "1"
# Debug Option, set to DBC over USB 3.0 port only
- register "DebugConsent" = "DebugConsent_USB3_DBC"
+ register "DebugConsent" = "DebugConsent_Disabled"
# GPE configuration
# Note that GPE events called out in ASL code rely on this
--
To view, visit https://review.coreboot.org/25312
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f
Gerrit-Change-Number: 25312
Gerrit-PatchSet: 1
Gerrit-Owner: Vaibhav Shankar <vaibhav.shankar(a)intel.com>