X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FCdExpressPei%2FPeiCdExpress.c;h=dccb4605428ee37ac17c47ce7fa8693b258c387d;hp=ee0b4e6869f4ff5d02cdf5070792f92419cf2fcc;hb=56a9e699dd04da798417732265404b70fe879866;hpb=979fc9eab575aa33bdcccec709e1791cd1cf5148 diff --git a/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c b/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c index ee0b4e6869..dccb460542 100644 --- a/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c +++ b/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c @@ -1,7 +1,7 @@ /** @file Source file for CD recovery PEIM -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -259,7 +259,7 @@ FindRecoveryCapsules ( while (TRUE) { SetMem (Buffer, BufferSize, 0); Status = BlockIoPpi->ReadBlocks ( - PrivateData->PeiServices, + (EFI_PEI_SERVICES **) GetPeiServicesTablePointer (), BlockIoPpi, IndexBlockDevice, Lba, @@ -350,7 +350,7 @@ RetrieveCapsuleFileFromRoot ( SetMem (Buffer, BufferSize, 0); Status = BlockIoPpi->ReadBlocks ( - PrivateData->PeiServices, + (EFI_PEI_SERVICES **) GetPeiServicesTablePointer (), BlockIoPpi, IndexBlockDevice, Lba, @@ -566,7 +566,7 @@ LoadRecoveryCapsule ( BlockIoPpi = PrivateData->CapsuleData[CapsuleInstance - 1].BlockIo; Status = BlockIoPpi->ReadBlocks ( - PrivateData->PeiServices, + PeiServices, BlockIoPpi, PrivateData->CapsuleData[CapsuleInstance - 1].IndexBlock, PrivateData->CapsuleData[CapsuleInstance - 1].CapsuleStartLBA,