From 7fda265d2f2f3f30ff629a3985f6d0b4e1acbd84 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Wed, 12 Jul 2006 11:15:11 +0000 Subject: git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@910 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkNt32Pkg/Build/AprioriList.msa | 4 +- EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa | 4 +- .../MiscSubclass/MiscSubclassDriver.msa | 15 ++---- EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa | 6 ++- .../Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa | 9 +++- .../Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa | 4 +- .../Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa | 7 ++- .../Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa | 9 +++- EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa | 9 +++- .../Bus/WinNtBusDriver/WinNtBusDriver.msa | 58 +++++++++++++--------- .../Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa | 6 ++- .../Chipset/RealTimeClock/RealTimeClock.msa | 6 ++- EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa | 6 ++- EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa | 8 ++- EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa | 8 ++- EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa | 6 ++- 16 files changed, 103 insertions(+), 62 deletions(-) (limited to 'EdkNt32Pkg') diff --git a/EdkNt32Pkg/Build/AprioriList.msa b/EdkNt32Pkg/Build/AprioriList.msa index b5b35c35fa..c9fb2f18ed 100644 --- a/EdkNt32Pkg/Build/AprioriList.msa +++ b/EdkNt32Pkg/Build/AprioriList.msa @@ -16,8 +16,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. APRIORI 0xfc510ee7, 0xffdc, 0x11d4, 0xbd, 0x41, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 0 - Component description file for creating an Apriori file. - FIX ME! + Apriori List + Generate Apriori List for driver dispatcher Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials diff --git a/EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa b/EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa index 2a0e3814e3..ebedff844a 100644 --- a/EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa +++ b/EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa @@ -13,8 +13,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER 51ccf399-4fdf-4e55-a45b-e123f84d456a 1.0 - Component description file for DiskIo module. - FIX ME! + Console Platfrom Driver + Console Platfrom DXE Driver, install Console protocols 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 diff --git a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa index db7373a8d5..d4e99c049c 100644 --- a/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa +++ b/EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER 4A9B9DB8-EC62-4A92-818F-8AA0246D246E 1.0 - Component description file for MiscSubclass Driver module - FIX ME! + Misc Sub class driver + + Parses the MiscSubclassDataTable and reports any generated data to the DataHub + 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 @@ -59,15 +61,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> - MiscBaseBoardManufacturer.uni - MiscBiosVendor.uni - MiscChassisManufacturer.uni - MiscOemString.uni - MiscPortInternalConnectorDesignator.uni - MiscSystemLanguageString.uni - MiscSystemManufacturer.uni - MiscSystemOptionString.uni - MiscSystemSlotDesignation.uni MiscSubclassDriver.uni MiscDevicePath.h MiscSubclassDriver.h diff --git a/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa b/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa index f83b3ddee2..b13861eecf 100644 --- a/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa +++ b/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER A6F691AC-31C8-4444-854C-E2C1A6950F92 1.0 - Component description file for DxeIpl module - FIX ME! + Platfrom BDS driver + + Do platform action customized by IBV/OEM. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa index ac2baba5fb..a0d4c305cb 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa @@ -13,8 +13,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER F479E147-A125-11d4-BCFC-0080C73C8881 1.0 - Component description file for WinNtBlockIo module. - FIX ME! + Block Io driver + + Produce block IO abstractions for real devices on your PC using Win32 APIs. + The configuration of what devices to mount or emulate comes from NT + environment variables. The variables must be visible to the Microsoft* + Developer Studio for them to work. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa index bdef74aae6..398add14dc 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa @@ -13,8 +13,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER 263631d7-5836-4b74-be48-ee22e92ce5d3 1.0 - Component description file for WinNtConsole module. - FIX ME! + Console Dxe driver + Simulate console with WinAPI 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa index 57957fe620..38777932d8 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa @@ -13,8 +13,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER 6B41B553-A649-11d4-BD02-0080C73C8881 1.0 - Component description file for WinNtSerialIo module. - FIX ME! + Serial I/O driver + + Our DriverBinding member functions operate on the handles + created by the NT Bus drive + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa index 344365bf3d..311ab71d26 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa @@ -13,8 +13,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER 9C25E18B-76BA-43da-A132-DBB0997CEFEF 1.0 - Component description file for WinNtSimpleFileSystem module. - FIX ME! + Simple filesystem driver + + Produce Simple File System abstractions for directories on your PC using Win32 APIs. + The configuration of what devices to mount or emulate comes from NT + environment variables. The variables must be visible to the Microsoft* + Developer Studio for them to work. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa index eda9838820..9adea5c9f8 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa @@ -13,8 +13,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER AB248E8D-ABE1-11d4-BD0D-0080C73C8881 1.0 - Component description file for UGA module. - FIX ME! + Uga driver + + UGA is short hand for Universal Graphics Abstraction protocol. + This file is a verision of UgaIo the uses WinNtThunk system calls as an IO + abstraction. For a PCI device WinNtIo would be replaced with + a PCI IO abstraction that abstracted a specific PCI device. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa index 9eed4b7be4..dd14bf6ab8 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa @@ -13,8 +13,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> UEFI_DRIVER BD7E9A27-D6C5-416a-B245-5F507D95B2BD 1.0 - Component description file for WinNtBusDriver module. - FIX ME! + Win NT Bus driver + + This following section documents the envirnoment variables for the Win NT + build. These variables are used to define the (virtual) hardware + configuration of the NT environment + 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 @@ -128,59 +132,67 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PcdWinNtConsole gEfiEdkNt32PkgTokenSpaceGuid - This PCD declares the title string of the text console window. - such as "My EFI Console". - The item type of this PCD can only be "DYNAMIC". + PcdWinNtUga gEfiEdkNt32PkgTokenSpaceGuid - This PCD declares the resolutions for the UGA windows. - The item type of this PCD can only be "DYNAMIC". + PcdWinNtSerialPort gEfiEdkNt32PkgTokenSpaceGuid - This Pcd declares two serial port for simulated environment. - The item type of this PCD can only be "DYNAMIC". + PcdWinNtFileSystem gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines the windows directory who will be mounted as - harddisk in simulator. - The item type of this PCD can only be "DYNAMIC". + PcdWinNtVirtualDisk gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines the file attribute which will be simulated as - a harddisk in simulator. - The item type if this PCD can only be "DYNAMIC". + PcdWinNtPhysicalDisk gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines physical disk which will be simualted as a - harddisk in simulator. - The item type of this PCD can only be "DYNAMIC". + PcdWinNtCpuModel gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines simulated CPU model string. - The item type of this PCD can only be "DYNAMIC". + PcdWinNtCpuSpeed gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines simulated CPU speed string. + PcdWinNtMemorySize gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines the size of simulated memory size. - The item type of this PCD can only be "DYNAMIC". + + + + PcdWinNtBinaryPatch1 + gEfiEdkNt32PkgTokenSpaceGuid + + + + PcdWinNtBinaryPatch2 + gEfiEdkNt32PkgTokenSpaceGuid + + + + PcdWinNtFeatureFlag1 + gEfiEdkNt32PkgTokenSpaceGuid + + + + PcdWinNtDynamicUINT32 + gEfiEdkNt32PkgTokenSpaceGuid + \ No newline at end of file diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa index 0760111bc3..a07d05f044 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER 154CAB4A-52B5-46CD-99C3-4368ABBACFFD 1.0 - Component description file for Metronome module. - FIX ME! + NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS + + This metronome module simulates metronome by Sleep WinAPI. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa index ea0dd7c052..1fd6d87f19 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER 27F05AF5-1644-4EF4-8944-48C4F75675A0 1.0 - Component description file for RealTimeClock module. - FIX ME! + NT Emulation Real time clock Architectural Protocol Driver as defined in TIANO + + This real time clock module simulates virtual device by time WinAPI. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa index 9567c33932..f869251e9a 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER BA929954-35B0-4dd3-90CD-9634BD7E1CF1 1.0 - description of file contents - FIX ME! + NT Emulation Reset Architectural Protocol Driver as defined in TIANO + + This Reset module simulates system reset by process exit on NT. + 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 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa index 698ff659a7..70114ec79e 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa @@ -13,8 +13,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_DRIVER C3811036-710B-4E39-8CF1-0AF9BE3A8198 1.0 - Component description file for Timer module. - FIX ME! + NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS + + This Timer module uses an NT Thread to simulate the timer-tick driven + timer service. In the future, the Thread creation should possibly be + abstracted by the CPU architectural protocol + 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 diff --git a/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa b/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa index fd25c90533..b56436db27 100644 --- a/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa +++ b/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa @@ -13,8 +13,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PEIM 1501614E-0E6C-4ef4-8B8F-C276CDFB646F 1.0 - Component description file for DiskIo module. - FIX ME! + Mono status code driver + + PEIM to provide the status code functionality, to aid in system debug. + It includes output to 0x80 port and/or to serial port. + This PEIM is monolithic. Different platform should provide different library. + 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 diff --git a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa index 02ebfb496d..39c5e40b55 100644 --- a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa +++ b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa @@ -13,8 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PEIM D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755 1.0 - Component description file for WinNtStuff module - FIX ME! + Stuff driver + + Tiano PEIM to abstract construction of firmware volume in a Windows NT environment. + 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 -- cgit v1.2.3