[coreboot-gerrit] Change in coreboot[master]: nb/intel/i945: Correct SLP_S4# comment

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Aug 30 09:10:41 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28395


Change subject: nb/intel/i945: Correct SLP_S4# comment
......................................................................

nb/intel/i945: Correct SLP_S4# comment

Bit #3 of GEN_PMCON_3 register will enable
SLP_S4# Assertion Stretch.

Change-Id: I86df0df5337397d2c23ca311ecae1c8a38eb32f0
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/i945/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/28395/1

diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c
index c259530..c22d4eb 100644
--- a/src/northbridge/intel/i945/raminit.c
+++ b/src/northbridge/intel/i945/raminit.c
@@ -265,7 +265,7 @@
 			do_reset = 1;
 		}
 
-		/* Set SLP_S3# Assertion Stretch Enable */
+		/* Set SLP_S4# Assertion Stretch Enable */
 		reg8 = pci_read_config8(PCI_DEV(0, 0x1f, 0), 0xa4); /* GEN_PMCON_3 */
 		reg8 |= (1 << 3);
 		pci_write_config8(PCI_DEV(0, 0x1f, 0), 0xa4, reg8);

-- 
To view, visit https://review.coreboot.org/28395
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: I86df0df5337397d2c23ca311ecae1c8a38eb32f0
Gerrit-Change-Number: 28395
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180830/56232a9d/attachment-0001.html>


More information about the coreboot-gerrit mailing list