[coreboot-gerrit] Change in coreboot[master]: mb/google/fizz: turn off SATA SALP

Kevin Chiu (Code Review) gerrit at coreboot.org
Mon Jan 8 02:57:34 CET 2018


Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/23153


Change subject: mb/google/fizz: turn off SATA SALP
......................................................................

mb/google/fizz: turn off SATA SALP

turn off SATA SALP to prevent 0x5A/0x5B error on Sandisk SSD
in below conditions:

1. reboot stress
2. FAFT BIOS qualification

BUG=b:70146894,b:69984821
BRANCH=master
TEST=pass firmware_ConsecutiveBoot 2500 loops
     FAFT BIOS test pass
Change-Id: I5d57dd8ef256d5f0a1027ab77f63da62c6c9ce74
Signed-off-by: Kevin Chiu <Kevin.Chiu at quantatw.com>
---
M src/mainboard/google/fizz/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/23153/1

diff --git a/src/mainboard/google/fizz/devicetree.cb b/src/mainboard/google/fizz/devicetree.cb
index c000a54..189f49f 100644
--- a/src/mainboard/google/fizz/devicetree.cb
+++ b/src/mainboard/google/fizz/devicetree.cb
@@ -57,7 +57,7 @@
 	register "ProbelessTrace" = "0"
 	register "EnableLan" = "1"
 	register "EnableSata" = "1"
-	register "SataSalpSupport" = "1"
+	register "SataSalpSupport" = "0"
 	register "SataMode" = "0"
 	register "SataPortsEnable[0]" = "1"
 	register "SataPortsEnable[1]" = "1"

-- 
To view, visit https://review.coreboot.org/23153
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: I5d57dd8ef256d5f0a1027ab77f63da62c6c9ce74
Gerrit-Change-Number: 23153
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Chiu <Kevin.Chiu at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180108/e505929f/attachment.html>


More information about the coreboot-gerrit mailing list