summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/bettong
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2015-08-26 03:37:40 -0400
committerZheng Bao <zheng.bao@amd.com>2015-08-31 06:45:58 +0000
commitd5b778d2696107deaf97a388829dc13c5659e673 (patch)
treeddfb80aa975edc1cdfdced48dc229320e7dd7463 /src/mainboard/amd/bettong
parent418026f63fbd966dfcc6c60f1384a90e6f17143d (diff)
downloadcoreboot-d5b778d2696107deaf97a388829dc13c5659e673.tar.xz
AMD Bettong: Set the USB3 port as unremoveable.
Without this change, if one USB3 device is attached when the board is power up, the USB3 port can not be used. Change-Id: I98628975000c7d56b1540c2b321d580ace1ef70e Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/11377 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd/bettong')
-rw-r--r--src/mainboard/amd/bettong/BiosCallOuts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c
index 0311baac1c..ad8dc407a9 100644
--- a/src/mainboard/amd/bettong/BiosCallOuts.c
+++ b/src/mainboard/amd/bettong/BiosCallOuts.c
@@ -87,6 +87,7 @@ AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr)
FchParams_env->Usb.Xhci0Enable = FALSE;
#endif
FchParams_env->Usb.Xhci1Enable = FALSE;
+ FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */
/* sata configuration */
}