mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10032 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c943ee0336
commit
c39c3e2190
@ -1704,7 +1704,7 @@ EhcDriverBindingStart (
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Robustnesss improvement such as for UoL
|
// Robustnesss improvement such as for Duet platform
|
||||||
// Default is not required.
|
// Default is not required.
|
||||||
//
|
//
|
||||||
if (FeaturePcdGet (PcdTurnOffUsbLegacySupport)) {
|
if (FeaturePcdGet (PcdTurnOffUsbLegacySupport)) {
|
||||||
|
@ -219,7 +219,8 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|TRUE|BOOLEAN|0x00010044
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|TRUE|BOOLEAN|0x00010044
|
||||||
|
|
||||||
## If TRUE, force to switch off the support of legacy usb. So legacy usb device driver can not make use of SMI
|
## If TRUE, force to switch off the support of legacy usb. So legacy usb device driver can not make use of SMI
|
||||||
# interrupt to access usb device in the case of absence of usb stack.
|
# interrupt to access usb device in the case of absence of usb stack.
|
||||||
|
# DUET platform requires the token to be TRUE.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047
|
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047
|
||||||
|
|
||||||
## If TRUE, HiiImageProtocol will be installed.
|
## If TRUE, HiiImageProtocol will be installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user