X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FVariable%2FPei%2FVariable.msa;h=565ae31a1306f75ed9cee49efc380e587acaafaa;hp=f8cf68b6cd2e0a0ecfa0ce40e3fb04614f1ad316;hb=3aaddf9276ccf00b4b6349dfce058e3ae287dd3a;hpb=47a16b84f23e83c49d0fa0c5f9ae507df4b5c986 diff --git a/EdkModulePkg/Universal/Variable/Pei/Variable.msa b/EdkModulePkg/Universal/Variable/Pei/Variable.msa index f8cf68b6cd..565ae31a13 100644 --- a/EdkModulePkg/Universal/Variable/Pei/Variable.msa +++ b/EdkModulePkg/Universal/Variable/Pei/Variable.msa @@ -1,13 +1,5 @@ - - - + + PeiVariable PEIM @@ -15,7 +7,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Component description file for PeiVariable module. Framework PEIM to provide the Variable functionality. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007, 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 @@ -30,9 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PeiVariable - - BaseLib - DebugLib @@ -40,16 +29,21 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PeimEntryPoint - PeiServicesLib + HobLib - HobLib + PcdLib + + + BaseMemoryLib Variable.h Variable.c Variable.dxs + VariableWorker.c + Ipf/VariableWorker.c Ia32/VarMachine.h Ebc/VarMachine.h x64/VarMachine.h @@ -57,12 +51,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> - + - - gPeiFlashMapPpiGuid - gEfiPeiReadOnlyVariablePpiGuid @@ -74,4 +65,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PeimInitializeVariableServices + + + PcdFlashNvStorageVariableBase + gEfiGenericPlatformTokenSpaceGuid + The driver gets the Variable store base address from this PCD. This base address point to + an EFI_FIRMWARE_VOLUMN_HEADER struct. + + \ No newline at end of file