]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments for all file tagged with "ToolCode="DUMMY"".
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Nov 2006 08:39:49 +0000 (08:39 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Nov 2006 08:39:49 +0000 (08:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1939 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Bus/Pci/IdeBus/Dxe/DriverDiagnostics.c
EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa
EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
EdkNt32Pkg/Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa
EdkShellBinPkg/bin/Shell.msa

index c7bd30aa9496e418765984bf4558f618c8f2f6a2..83a273aed40cb48abe125442f694807abdf9bd5d 100644 (file)
@@ -203,7 +203,7 @@ IDEBusDriverDiagnosticsRunDiagnostics (
       return Status;\r
     }\r
 \r
       return Status;\r
     }\r
 \r
-    EfiCopyMem (*Buffer, IDE_BUS_DIAGNOSTIC_ERROR, *BufferSize);\r
+    CopyMem (*Buffer, IDE_BUS_DIAGNOSTIC_ERROR, *BufferSize);\r
 \r
     Status = EFI_DEVICE_ERROR;\r
   }\r
 \r
     Status = EFI_DEVICE_ERROR;\r
   }\r
index 8a9b7a00419cc001971edbb434a7f966098a6ac1..89dd97863f4ab068c04a8f764158b51b49597fe7 100644 (file)
@@ -1,21 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
+<?xml version="1.0" encoding="UTF-8"?>\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
   <MsaHeader>\r
     <ModuleName>IdeBus</ModuleName>\r
     <ModuleType>DXE_DRIVER</ModuleType>\r
     <GuidValue>69FD8E47-A161-4550-B01A-5594CEB2B2B2</GuidValue>\r
     <Version>1.0</Version>\r
     <Abstract>Component description file for PS2 keyboard module.</Abstract>\r
   <MsaHeader>\r
     <ModuleName>IdeBus</ModuleName>\r
     <ModuleType>DXE_DRIVER</ModuleType>\r
     <GuidValue>69FD8E47-A161-4550-B01A-5594CEB2B2B2</GuidValue>\r
     <Version>1.0</Version>\r
     <Abstract>Component description file for PS2 keyboard module.</Abstract>\r
-    <Description>\r
-      IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
-      protocol for every device.\r
-    </Description>\r
+    <Description>IDE bus driver. This driver will enumerate IDE device and export the blockIo
+      protocol for every device.</Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
-    <License>All rights reserved. This program and the accompanying materials\r
-      are licensed and made available under the terms and conditions of the BSD License\r
-      which accompanies this distribution.  The full text of the license may be found at\r
-      http://opensource.org/licenses/bsd-license.php\r
-      THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+    <License>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.</License>\r
     <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
   </MsaHeader>\r
       WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
     <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
   </MsaHeader>\r
@@ -72,8 +70,8 @@
     <Filename>atapi.c</Filename>\r
     <Filename>ComponentName.c</Filename>\r
     <Filename>ComponentName.h</Filename>\r
     <Filename>atapi.c</Filename>\r
     <Filename>ComponentName.c</Filename>\r
     <Filename>ComponentName.h</Filename>\r
-    <Filename ToolCode="DUMMY">DriverConfiguration.c</Filename>\r
-    <Filename ToolCode="DUMMY">DriverDiagnostics.c</Filename>\r
+    <Filename>DriverConfiguration.c</Filename>\r
+    <Filename>DriverDiagnostics.c</Filename>\r
   </SourceFiles>\r
   <PackageDependencies>\r
     <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
   </SourceFiles>\r
   <PackageDependencies>\r
     <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
index 4fe1dac4a9e6077e43fb1051c81482a036aeb2fa..855fdd7591f2b598630ae1f87a2a0c0556d9d4d0 100644 (file)
@@ -7,7 +7,11 @@
     <Version>1.0</Version>\r
     <Abstract>Component description file for PciBus module.</Abstract>\r
     <Description>PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
     <Version>1.0</Version>\r
     <Abstract>Component description file for PciBus module.</Abstract>\r
     <Description>PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
-       space for these devices.</Description>\r
+       space for these devices.\r
+       LightPcdLib.c tagged with "ToolCode="DUMMY"" is light weight verison for PCI library\r
+       function. This version provide simple implementation and do not support hot plug. Only one\r
+       between PcdLib.c and LightPcdLib.c can be choosed. \r
+    </Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials
       are licensed and made available under the terms and conditions of the BSD License
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials
       are licensed and made available under the terms and conditions of the BSD License
index a9be7cfcce1c18474248bd4dce42cadff2b2decd..088ac95603f561c5a08c0846a87c66909addf071 100644 (file)
@@ -7,7 +7,10 @@
     <Version>1.0</Version>\r
     <Abstract>Misc Sub class driver</Abstract>\r
     <Description>\r
     <Version>1.0</Version>\r
     <Abstract>Misc Sub class driver</Abstract>\r
     <Description>\r
-      Parses the MiscSubclassDataTable and reports any generated data to the DataHub\r
+      Parses the MiscSubclassDataTable and reports any generated data to the DataHub.\r
+      All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by\r
+      MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file \r
+      and parse all .uni file.\r
     </Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials\r
     </Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials\r
index d8d31a96551b06a73c4b9cb7cbc77357242deab0..029368604082d8b78046b02947e3db706f8b658a 100644 (file)
@@ -6,7 +6,11 @@
     <GuidValue>c57ad6b7-0515-40a8-9d21-551652854e37</GuidValue>\r
     <Version>1.0</Version>\r
     <Abstract>Component description file for EFI Shell module.</Abstract>\r
     <GuidValue>c57ad6b7-0515-40a8-9d21-551652854e37</GuidValue>\r
     <Version>1.0</Version>\r
     <Abstract>Component description file for EFI Shell module.</Abstract>\r
-    <Description>This is a binary module containing multiple binary shell applications.</Description>\r
+    <Description>\r
+      This is a binary module containing multiple binary shell applications.\r
+      All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application\r
+      file, and they are can be run in shell environment.\r
+    </Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials\r
       are licensed and made available under the terms and conditions of the BSD License\r
     <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials\r
       are licensed and made available under the terms and conditions of the BSD License\r