mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Issues reported by ECC in EDK2.
https://bugzilla.tianocore.org/show_bug.cgi?id=2515 Change the MdeModulePkg to match the ECC check rule Signed-off-by: GuoMinJ <newexplorerj@gmail.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
466b877f43
commit
1e947f9bf5
|
@ -2071,7 +2071,7 @@ InitializeP2C (
|
||||||
PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x3C, 1, &gAllZero);
|
PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x3C, 1, &gAllZero);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
Authenticate the PCI device by using DeviceSecurityProtocol.
|
Authenticate the PCI device by using DeviceSecurityProtocol.
|
||||||
|
|
||||||
@param PciIoDevice PCI device.
|
@param PciIoDevice PCI device.
|
||||||
|
@ -2079,7 +2079,7 @@ InitializeP2C (
|
||||||
@retval EFI_SUCCESS The device passes the authentication.
|
@retval EFI_SUCCESS The device passes the authentication.
|
||||||
@return not EFI_SUCCESS The device failes the authentication or
|
@return not EFI_SUCCESS The device failes the authentication or
|
||||||
unexpected error happen during authentication.
|
unexpected error happen during authentication.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
AuthenticatePciDevice (
|
AuthenticatePciDevice (
|
||||||
IN PCI_IO_DEVICE *PciIoDevice
|
IN PCI_IO_DEVICE *PciIoDevice
|
||||||
|
|
|
@ -2200,7 +2200,7 @@ SdMmcSoftwareReset (
|
||||||
SD specification section 3.10.
|
SD specification section 3.10.
|
||||||
|
|
||||||
@param[in] Private Pointer to driver private data.
|
@param[in] Private Pointer to driver private data.
|
||||||
@param[in] Trb Pointer to currently executing TRB.
|
@param[in] Slot Index of the slot for device.
|
||||||
@param[in] IntStatus Normal interrupt status mask.
|
@param[in] IntStatus Normal interrupt status mask.
|
||||||
|
|
||||||
@retval EFI_CRC_ERROR CRC error happened during CMD execution.
|
@retval EFI_CRC_ERROR CRC error happened during CMD execution.
|
||||||
|
|
|
@ -1314,3 +1314,7 @@
|
||||||
"when the PCD is TRUE but CPU doesn't support 5-Level Paging."
|
"when the PCD is TRUE but CPU doesn't support 5-Level Paging."
|
||||||
" TRUE - 5-Level Paging will be enabled."
|
" TRUE - 5-Level Paging will be enabled."
|
||||||
" FALSE - 5-Level Paging will not be enabled."
|
" FALSE - 5-Level Paging will not be enabled."
|
||||||
|
|
||||||
|
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTcgPfpMeasurementRevision_PROMPT #language en-US "TCG Platform Firmware Profile revision"
|
||||||
|
|
||||||
|
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTcgPfpMeasurementRevision_HELP #language en-US "Indicates which TCG Platform Firmware Profile revision the EDKII firmware follows."
|
||||||
|
|
Loading…
Reference in New Issue