X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkCompatibilityPkg%2FCompatibility%2FPciCfg2OnPciCfgThunk%2FPciCfg2OnPciCfgThunk.c;fp=EdkCompatibilityPkg%2FCompatibility%2FPciCfg2OnPciCfgThunk%2FPciCfg2OnPciCfgThunk.c;h=ddd81df5dcaee85b37453ab539c01f94974e97dc;hb=26a76fbcb2762826523bba325400e302bf346859;hp=24196b1c862d67c8365af0a555f8119c1674a552;hpb=a111b843ea3cf9b48f3f06f73c6ed9b346ff16ba;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.c b/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.c index 24196b1c86..ddd81df5dc 100644 --- a/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.c +++ b/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.c @@ -58,7 +58,7 @@ these two conditions are true: 1) Framework module present that produces PCI CFG PPI AND 2) PI module that produces PCI CFG2 is not present -Copyright (c) 2006 - 2008 Intel Corporation.
+Copyright (c) 2006 - 2010, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -139,25 +139,24 @@ PciCfg2Read ( /** Write to a given location in the PCI configuration space. - @param PeiServices An indirect pointer to the PEI Services Table published by the PEI Foundation. + @param PeiServices An indirect pointer to the PEI Services Table published by the PEI Foundation. - @param This Pointer to local data for the interface. + @param This Pointer to local data for the interface. - @param Width The width of the access. Enumerated in bytes. - See EFI_PEI_PCI_CFG_PPI_WIDTH above. + @param Width The width of the access. Enumerated in bytes. + See EFI_PEI_PCI_CFG_PPI_WIDTH above. - @param Address The physical address of the access. The format of - the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS. + @param Address The physical address of the access. The format of + the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS. - @param Buffer A pointer to the buffer of data.. + @param Buffer A pointer to the buffer of data.. - @retval EFI_SUCCESS The function completed successfully. + @retval EFI_SUCCESS The function completed successfully. - @retval EFI_DEVICE_ERROR There was a problem with the transaction. + @retval EFI_DEVICE_ERROR There was a problem with the transaction. - @retval EFI_DEVICE_NOT_READY The device is not capable of supporting the operation at this - time. + @retval EFI_DEVICE_NOT_READY The device is not capable of supporting the operation at this time. **/ EFI_STATUS @@ -236,18 +235,16 @@ EFI_PEI_PPI_DESCRIPTOR mPpiListPciCfg2 = { Standard PEIM entry point. - @param FfsHeadher The FFS file header - @param PeiServices General purpose services available to every PEIM. - + @param FileHandle Handle of the file being invoked. + @param PeiServices General purpose services available to every PEIM. - @retval EFI_SUCCESS if the interface could be successfully - installed + @retval EFI_SUCCESS The interface could be successfully installed. ---*/ +**/ EFI_STATUS EFIAPI PeimInitializePciCfg2 ( - IN EFI_PEI_FILE_HANDLE FfsHeader, + IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices ) {