X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FVariable%2FPei%2FVariable.msa;h=5fa1028d410e42e9223c31be2368211a73a015cc;hp=2354c721edac2681ec87c48d1fb66f5e985f8ffc;hb=5dd2d779dd83e3a141c98509c26657af8774a238;hpb=5b2a7957d9215b45e87de228b69b89aa21fafd3e diff --git a/EdkModulePkg/Universal/Variable/Pei/Variable.msa b/EdkModulePkg/Universal/Variable/Pei/Variable.msa index 2354c721ed..5fa1028d41 100644 --- a/EdkModulePkg/Universal/Variable/Pei/Variable.msa +++ b/EdkModulePkg/Universal/Variable/Pei/Variable.msa @@ -1,4 +1,4 @@ - + - + PeiVariable PEIM 34C8C28F-B61C-45a2-8F2E-89E46BECC63B 1.0 - Component description file for DiskIo module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Component description file for PeiVariable module. + Framework PEIM to provide the Variable functionality. + Copyright (c) 2006, 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,6 +30,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PeiVariable + + BaseLib + DebugLib @@ -42,10 +45,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> HobLib + + PcdLib + + Variable.h Variable.c Variable.dxs + Ia32/VarMachine.h + Ebc/VarMachine.h + x64/VarMachine.h + Ipf/VarMachine.h @@ -53,17 +64,27 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> - FlashMap + gPeiFlashMapPpiGuid - ReadOnlyVariable + gEfiPeiReadOnlyVariablePpiGuid - EFI_SPECIFICATION_VERSION 0x00000000 - EDK_RELEASE_VERSION 0x00090000 + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 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