[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: Fix SATA configs again

Furquan Shaikh (Code Review) gerrit at coreboot.org
Sun Dec 17 12:25:15 CET 2017


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/22918


Change subject: mb/google/poppy/variants/nami: Fix SATA configs again
......................................................................

mb/google/poppy/variants/nami: Fix SATA configs again

This change really fixes the SataMode to select non-RAID mode and
enables SATA which was incorrectly disabled in a71276b
(mb/google/poppy/variants/nami: Fix SataMode configuration in
devicetree).

BUG=b:70160119

Change-Id: Ied6adabdc1d2458972bde628616a198cd41f9f3e
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/poppy/variants/nami/devicetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/22918/1

diff --git a/src/mainboard/google/poppy/variants/nami/devicetree.cb b/src/mainboard/google/poppy/variants/nami/devicetree.cb
index 08bdda7..4c50799 100644
--- a/src/mainboard/google/poppy/variants/nami/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nami/devicetree.cb
@@ -27,9 +27,9 @@
 	# FSP Configuration
 	register "ProbelessTrace" = "0"
 	register "EnableLan" = "0"
-	register "EnableSata" = "0"
+	register "EnableSata" = "1"
 	register "SataSalpSupport" = "1"
-	register "SataMode" = "1"
+	register "SataMode" = "0"
 	register "SataPortsEnable[1]" = "1"
 	register "SataPortsDevSlp[1]" = "1"
 	register "EnableAzalia" = "1"

-- 
To view, visit https://review.coreboot.org/22918
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied6adabdc1d2458972bde628616a198cd41f9f3e
Gerrit-Change-Number: 22918
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171217/597e11ae/attachment.html>


More information about the coreboot-gerrit mailing list