[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: Fix SataMode configuration in devicetree

Furquan Shaikh (Code Review) gerrit at coreboot.org
Wed Dec 13 19:12:03 CET 2017


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


Change subject: mb/google/poppy/variants/nami: Fix SataMode configuration in devicetree
......................................................................

mb/google/poppy/variants/nami: Fix SataMode configuration in devicetree

Similar to Fizz, SataMode on nami should be set to AHCI. This change
fixes the configuration error done in 903472c
(mb/google/poppy/variants/nami: Add support for nami board).

BUG=b:70160119

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/22845/1

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

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia88b56ae6bd9121f8447f7c1a2f5a10990fb8ed5
Gerrit-Change-Number: 22845
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/20171213/2d49c128/attachment.html>


More information about the coreboot-gerrit mailing list