[coreboot-gerrit] Change in coreboot[master]: mainboard/google/meowth: Disable debug consent

Vaibhav Shankar (Code Review) gerrit at coreboot.org
Thu Mar 22 01:18:45 CET 2018


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 at 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 at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180322/e2076694/attachment.html>


More information about the coreboot-gerrit mailing list