From 7f0ceb225d52f43a9a133f7e5b2f137bcb268ec7 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 27 Feb 2007 06:25:05 +0000 Subject: clean up MSA/SPD files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2403 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa | 19 ++----------------- EdkNt32Pkg/Pei/BootMode/BootMode.msa | 15 ++------------- EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa | 11 ++--------- EdkNt32Pkg/Pei/FlashMap/FlashMap.msa | 17 ++++------------- EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa | 15 +++------------ 5 files changed, 13 insertions(+), 64 deletions(-) (limited to 'EdkNt32Pkg/Pei') diff --git a/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa b/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa index 87f2c606f9..dc3e7c1499 100644 --- a/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa +++ b/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa @@ -1,5 +1,5 @@  - + WinNtAutoScan PEIM @@ -7,7 +7,7 @@ 1.0 Component description file for WinNtAutoScan module This module abstracts memory auto-scan in a Windows NT environment. - 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 @@ -28,21 +28,9 @@ PeimEntryPoint - - BaseLib - - - BaseMemoryLib - HobLib - - PeiServicesLib - - - PeiServicesTablePointerLib - WinntAutoscan.c @@ -60,9 +48,6 @@ gPeiBaseMemoryTestPpiGuid - - gEfiPeiMemoryDiscoveredPpiGuid - EFI_SPECIFICATION_VERSION 0x00020000 diff --git a/EdkNt32Pkg/Pei/BootMode/BootMode.msa b/EdkNt32Pkg/Pei/BootMode/BootMode.msa index b812ab9a87..e8225a8a85 100644 --- a/EdkNt32Pkg/Pei/BootMode/BootMode.msa +++ b/EdkNt32Pkg/Pei/BootMode/BootMode.msa @@ -1,5 +1,5 @@  - + BootMode PEIM @@ -7,7 +7,7 @@ 1.0 Component description file for BootMode module This module provides platform specific function to detect boot mode. - 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 @@ -28,15 +28,6 @@ PeimEntryPoint - - BaseLib - - - PeiServicesLib - - - PeiServicesTablePointerLib - BootMode.c @@ -44,8 +35,6 @@ - - diff --git a/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa b/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa index c4434bbdac..9d600f2f1c 100644 --- a/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa +++ b/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa @@ -1,5 +1,5 @@ - + WinNtFwh PEIM @@ -8,7 +8,7 @@ Component description file for WinNtFwh module This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices on the NT32 emulator. - 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 @@ -32,12 +32,6 @@ HobLib - - PeiServicesLib - - - PeiServicesTablePointerLib - WinntFwh.c @@ -45,7 +39,6 @@ - diff --git a/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa b/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa index bedabe810b..5a0503e5cc 100644 --- a/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa +++ b/EdkNt32Pkg/Pei/FlashMap/FlashMap.msa @@ -1,5 +1,5 @@ - + PeiFlashMap PEIM @@ -7,7 +7,7 @@ 1.0 Component description file for FlashMap PEI module This module installs FlashMap PPI which is used to get flash layout information. - 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 @@ -34,9 +34,6 @@ PeiServicesLib - - PeiServicesTablePointerLib - BaseMemoryLib @@ -73,9 +70,6 @@ gEfiFirmwareFileSystemGuid - - gEfiSystemNvDataHobGuid - EFI_SPECIFICATION_VERSION 0x00020000 @@ -92,15 +86,12 @@ 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. - + 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. - + To get the NvStorage Variable size from this PCD. PcdFlashNvStorageFtwSpareBase diff --git a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa index 92a65ef314..d0b5bb2e12 100644 --- a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa +++ b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa @@ -1,15 +1,13 @@ - + WinNtStuff PEIM D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755 1.0 Stuff driver - - Tiano PEIM to abstract construction of firmware volume in a Windows NT environment. - - Copyright (c) 2006, Intel Corporation + Tiano PEIM to abstract construction of firmware volume in a Windows NT environment. + 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 @@ -33,12 +31,6 @@ HobLib - - PeiServicesLib - - - PeiServicesTablePointerLib - winntstuff.c @@ -46,7 +38,6 @@ - -- cgit v1.2.3