X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FPei%2FFlashMap%2FFlashMap.msa;h=bedabe810b0c4599203b7a101926faf26db59a9c;hp=672199920a872e9adecc4bc451b9dc8cbd26e39c;hb=6874dbd0e24535c3c4a89dddfdac98ad25b0617b;hpb=84a99d48f4d59e0cf59b6d55328c35225c00246d diff --git a/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa b/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa index 672199920a..bedabe810b 100644 --- a/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa +++ b/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa @@ -1,101 +1,126 @@ - - + - PeiFlashMap + PeiFlashMap PEIM - PE32_PEIM - 681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9 - 0 + 681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9 + 1.0 Component description file for FlashMap PEI module - FIX ME! - Copyright (c) 2004-2006, Intel Corporation - - All rights reserved. This program and the accompanying materials + This module installs FlashMap PPI which is used to get flash layout information. + 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 http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - 2006-03-14 17:04 - 2006-03-23 10:43 - 0 + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + PeiFlashMap + - DebugLib - PeimEntryPoint - HobLib - PeiServicesLib - PeiServicesTablePointerLib - BaseMemoryLib + + DebugLib + + + PeimEntryPoint + + + HobLib + + + PeiServicesLib + + + PeiServicesTablePointerLib + + + BaseMemoryLib + + + PcdLib + FlashMap.c FlashMap.dxs - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - FirmwareVolumeBlock + + gEfiFirmwareVolumeBlockProtocolGuid + - - - VariableArea - gEfiFlashMapHobGuid - 0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 - - - FtwBackupBlock - gEfiFlashMapHobGuid - 0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 - - - FtwStateArea - gEfiFlashMapHobGuid - 0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 - - - RecoveryBios - gEfiFlashMapHobGuid - 0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 - - - SystemNvDataHob - gEfiFlashMapHobGuid - 0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 - - - FlashMap - NtFwh + + gPeiFlashMapPpiGuid + + + gNtFwhPpiGuid + - - FlashMapHob - - - FirmwareFileSystem - - - SystemNvDataHob - + + gEfiFlashMapHobGuid + + + gEfiFirmwareFileSystemGuid + + + gEfiSystemNvDataHobGuid + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 PeimInitializeFlashMap + + + PcdFlashNvStorageVariableBase + gEfiGenericPlatformTokenSpaceGuid + The driver sets the NV Storage FV base address defined by this PCD. + This base address point to an EFI_FIRMWARE_VOLUMN_HEADER struct. Variable PEIM + will get the base address from this PCD. In NT emulator, this PCD is a DYNAMIC + type, as FD is mapped to process space by WinNT OS. On real platform, it is + normally a FIXED_AT_BUILD type as system memory map is fixed to BIOS. + + + + PcdFlashNvStorageVariableSize + gEfiGenericPlatformTokenSpaceGuid + + To get the NvStorage Variable size from this PCD. + + + + PcdFlashNvStorageFtwSpareBase + gEfiGenericPlatformTokenSpaceGuid + To get base address of the FTW spare block section in NV firmware volume. + + + PcdFlashNvStorageFtwSpareSize + gEfiGenericPlatformTokenSpaceGuid + To get size of the FTW spare block section in NV firmware volume. + + + PcdFlashNvStorageFtwWorkingBase + gEfiGenericPlatformTokenSpaceGuid + To get base address of the FTW working block section in NV firmware volume. + + + PcdFlashNvStorageFtwWorkingSize + gEfiGenericPlatformTokenSpaceGuid + To get size of the FTW working block section in NV firmware volume. + +