[coreboot-gerrit] Change in coreboot[master]: sb/intel/bd82x6x: Add new USB currents

Vagiz Tarkhanov (Code Review) gerrit at coreboot.org
Mon Oct 2 19:11:06 CEST 2017


Vagiz Tarkhanov has uploaded this change for review. ( https://review.coreboot.org/21845


Change subject: sb/intel/bd82x6x: Add new USB currents
......................................................................

sb/intel/bd82x6x: Add new USB currents

These currents were found on Gigabyte GA-Z77-DS3H with vendor bios.

Change-Id: I547c4ab3a2ce507d013ed527ab81291a916ce9b5
Signed-off-by: Vagiz Tarkhanov <rakkin at autistici.org>
---
M src/southbridge/intel/bd82x6x/early_usb.c
1 file changed, 3 insertions(+), 1 deletion(-)



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

diff --git a/src/southbridge/intel/bd82x6x/early_usb.c b/src/southbridge/intel/bd82x6x/early_usb.c
index 339a835..473fa01 100644
--- a/src/southbridge/intel/bd82x6x/early_usb.c
+++ b/src/southbridge/intel/bd82x6x/early_usb.c
@@ -29,7 +29,9 @@
 		/* 3560 */ 0x024c8001, 0x000024a3, 0x00040002, 0x01000050,
 		/* 3570 */ 0x02000772, 0x16000f9f, 0x1800ff4f, 0x0001d630,
 	};
-	const u32 currents[] = { 0x20000153, 0x20000f57, 0x2000055b, 0x20000f51, 0x2000094a, 0x2000035f };
+	const u32 currents[] = { 0x20000153, 0x20000f57, 0x2000055b, 0x20000f51,
+				 0x2000094a, 0x2000035f, 0x20000f53, 0x20000357,
+				 0x20000353};
 	int i;
 	/* Activate PMBAR.  */
 	pci_write_config32(PCI_DEV(0, 0x1f, 0), PMBASE, DEFAULT_PMBASE | 1);

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I547c4ab3a2ce507d013ed527ab81291a916ce9b5
Gerrit-Change-Number: 21845
Gerrit-PatchSet: 1
Gerrit-Owner: Vagiz Tarkhanov <rakkin at autistici.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171002/f7fff086/attachment-0001.html>


More information about the coreboot-gerrit mailing list