Joel Linn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81427?usp=email )
Change subject: sb/intel/bd82x6x: Add new USB currents ......................................................................
sb/intel/bd82x6x: Add new USB currents
Found on HP Pro 3500 Series running vendor firmware.
Change-Id: I156787e533c2605e7440548a2d3bf711bb1af5d7 Signed-off-by: Joel Linn jl@conductive.de --- M src/southbridge/intel/bd82x6x/early_usb.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/81427/1
diff --git a/src/southbridge/intel/bd82x6x/early_usb.c b/src/southbridge/intel/bd82x6x/early_usb.c index 35bfeca..6d3d096 100644 --- a/src/southbridge/intel/bd82x6x/early_usb.c +++ b/src/southbridge/intel/bd82x6x/early_usb.c @@ -18,7 +18,8 @@ }; const u32 currents[] = { USBIR_TXRX_GAIN_MOBILE_LOW, USBIR_TXRX_GAIN_DEFAULT, USBIR_TXRX_GAIN_HIGH, 0x20000f51, 0x2000094a, 0x2000035f, - USBIR_TXRX_GAIN_DESKTOP_LOW, 0x20000357, 0x20000353 }; + USBIR_TXRX_GAIN_DESKTOP_LOW, 0x20000357, 0x20000353, + 0x20000253, 0x20000053, 0x2000055f, 0x20000f5f}; int i;
/* Unlock registers. */