]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change many windows references to unix.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 7 Jan 2007 19:31:19 +0000 (19:31 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 7 Jan 2007 19:31:19 +0000 (19:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186 6f19259b-4bc3-4df7-8a09-765794883524

29 files changed:
EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c
EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.h
EdkUnixPkg/Dxe/UnixThunk/Bus/Console/Console.c
EdkUnixPkg/Dxe/UnixThunk/Bus/Console/Console.h
EdkUnixPkg/Dxe/UnixThunk/Bus/Console/ConsoleIn.c
EdkUnixPkg/Dxe/UnixThunk/Bus/Console/ConsoleOut.c
EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c
EdkUnixPkg/Dxe/UnixThunk/Bus/Uga/UnixUga.h
EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c
EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.h
EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.msa
EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.c
EdkUnixPkg/Dxe/UnixThunk/Chipset/Metronome/Metronome.h
EdkUnixPkg/Dxe/UnixThunk/Chipset/RealTimeClock/RealTimeClock.c
EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.c
EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c
EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h
EdkUnixPkg/Dxe/UnixThunk/Cpu/Cpu.c
EdkUnixPkg/Dxe/UnixThunk/Cpu/CpuDriver.h
EdkUnixPkg/EdkUnixPkg.spd
EdkUnixPkg/Include/Ppi/UnixAutoScan.h
EdkUnixPkg/Include/Ppi/UnixFwh.h
EdkUnixPkg/Include/Protocol/UnixIo.h
EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c
EdkUnixPkg/Pei/BootMode/BootMode.c
EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa
EdkUnixPkg/Sec/SecMain.c
EdkUnixPkg/Sec/SecMain.h
EdkUnixPkg/Sec/SecMain.msa

index ca4a5f2ff8f1e8852fbe60d683137f1329777943..81dd20661b8430b56a2e265fe2e3fc2e1375aee2 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Produce block IO abstractions for real devices on your PC using Win32 APIs.\r
-  The configuration of what devices to mount or emulate comes from NT \r
+  Produce block IO abstractions for real devices on your PC using Posix APIs.\r
+  The configuration of what devices to mount or emulate comes from UNIX \r
   environment variables. The variables must be visible to the Microsoft* \r
   Developer Studio for them to work.\r
 \r
@@ -27,7 +27,7 @@ Abstract:
   <block count> - Decimal number of blocks a device supports.\r
   <block size>  - Decimal number of bytes per block.\r
 \r
-  NT envirnonment variable contents. '<' and '>' are not part of the variable, \r
+  UNIX envirnonment variable contents. '<' and '>' are not part of the variable, \r
   they are just used to make this help more readable. There should be no \r
   spaces between the ';'. Extra spaces will break the variable. A '!' is \r
   used to seperate multiple devices in a variable.\r
@@ -47,7 +47,7 @@ Abstract:
     A 1.44MB emulated floppy with a block size of 1024 would look like:\r
     EFI_UNIX_VIRTUAL_DISKS=RW;1440;1024\r
 \r
-  Physical Disks: These devices use NT to open a real device in your system\r
+  Physical Disks: These devices use UNIX to open a real device in your system\r
 \r
     Thus a 120 MB floppy would look like:\r
     EFI_UNIX_PHYSICAL_DISKS=B:RW;245760;512\r
index 70d8571c3c6ede770719b275bd1a5578acf00f1c..8cdc9a97d5ac3dc5a6c848b0002845d6df78ef33 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Produce block IO abstractions for real devices on your PC using Win32 APIs.\r
-  The configuration of what devices to mount or emulate comes from NT \r
+  Produce block IO abstractions for real devices on your PC using Posix APIs.\r
+  The configuration of what devices to mount or emulate comes from UNIX \r
   environment variables. The variables must be visible to the Microsoft* \r
   Developer Studio for them to work.\r
 \r
index cd4870d502378d44e15891c369072f573cb4e697..79558a88d955ec59259ffc09f7e81024b8e7b103 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Console based on Win32 APIs. \r
+  Console based on Posix APIs. \r
 \r
 --*/\r
 \r
index 3f0b4eb6c8dfcb002437738869b1e25694729155..a59c934a54447dbc412033653415696aca69904a 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Console based on Win32 APIs.\r
+  Console based on Posix APIs.\r
 \r
   This file attaches a SimpleTextIn protocol to a previously open window.\r
   \r
@@ -44,7 +44,7 @@ typedef struct {
   EFI_UNIX_THUNK_PROTOCOL     *UnixThunk;\r
 \r
   //\r
-  // SimpleTextOut Private Data including Win32 types.\r
+  // SimpleTextOut Private Data including Posix types.\r
   //\r
   //  HANDLE                        NtOutHandle;\r
   //  HANDLE                        NtInHandle;\r
index ff70a5fd8ebd4c890585be711b7b52e20e89f64d..0a7503fe6e266eef1929759b58284607e202287a 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Console based on Win32 APIs. \r
+  Console based on Posix APIs. \r
 \r
   This file attaches a SimpleTextIn protocol to a previously open window.\r
   \r
index bd9d4e29fe781d6c1ee8f6b6cd71b2524fce7be7..5fbc77e51d867d95a78ab88c7fbda08b1793adaa 100644 (file)
@@ -15,9 +15,9 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Console based on Win32 APIs. \r
+  Console based on Posix APIs. \r
 \r
-  This file creates an Win32 window and attaches a SimpleTextOut protocol.\r
+  This file creates an Posix window and attaches a SimpleTextOut protocol.\r
 \r
 --*/\r
 \r
index a1b5b32010c01602166295338a3c6f00363c7796..2a745cbdd22da7e6edf37901f883db78fbb729f8 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Produce Simple File System abstractions for directories on your PC using Win32 APIs.\r
-  The configuration of what devices to mount or emulate comes from NT \r
+  Produce Simple File System abstractions for directories on your PC using Posix APIs.\r
+  The configuration of what devices to mount or emulate comes from UNIX \r
   environment variables. The variables must be visible to the Microsoft* \r
   Developer Studio for them to work.\r
 \r
@@ -1398,7 +1398,7 @@ Returns:
   return EFI_SUCCESS;
 \r
   //\r
-  // bugbug: need to access windows error reporting\r
+  // bugbug: need to access unix error reporting\r
   //\r
 }\r
 \r
@@ -2100,7 +2100,7 @@ Returns:
   return PrivateFile->UnixThunk->FSync (PrivateFile->fd) == 0 ? EFI_SUCCESS : EFI_DEVICE_ERROR;\r
 \r
   //\r
-  // bugbug: - Use Windows error reporting.\r
+  // bugbug: - Use Unix error reporting.\r
   //\r
 }\r
 \r
index c34768d5c6cfd908244267d4b69ef1d380aba596..0ea88e5d025ba39342f97cbd246d6f5f865f8fa1 100644 (file)
@@ -136,7 +136,7 @@ Returns:
 ;\r
 \r
 //\r
-// EFI 1.1 driver model prototypes for Win NT UGA\r
+// EFI 1.1 driver model prototypes for Win UNIX UGA\r
 //\r
 \r
 EFI_STATUS\r
index 038c71a074ba5fbbbf4bf0333808b5be69ccee57..5346774ae211baa47ddd769a74176b9477b3f5c9 100644 (file)
@@ -15,9 +15,9 @@ Module Name:
 \r
 Abstract:\r
 \r
-This following section documents the envirnoment variables for the Win NT \r
+This following section documents the envirnoment variables for the Win UNIX \r
 build.  These variables are used to define the (virtual) hardware \r
-configuration of the NT environment\r
+configuration of the UNIX environment\r
 \r
 A ! can be used to seperate multiple instances in a variable. Each \r
 instance represents a seperate hardware device. \r
@@ -35,7 +35,7 @@ EFI_UNIX_UGA            - Builds UGA Windows of Width and Height
  <block count> - Decimal number of blocks a device supports.\r
  <block size>  - Decimal number of bytes per block.\r
 \r
NT envirnonment variable contents. '<' and '>' are not part of the variable, \r
UNIX envirnonment variable contents. '<' and '>' are not part of the variable, \r
  they are just used to make this help more readable. There should be no \r
  spaces between the ';'. Extra spaces will break the variable. A '!' is  \r
  used to seperate multiple devices in a variable.\r
@@ -55,7 +55,7 @@ EFI_UNIX_UGA            - Builds UGA Windows of Width and Height
    A 1.44MB emulated floppy with a block size of 1024 would look like:\r
    EFI_UNIX_VIRTUAL_DISKS=RW;1440;1024\r
 \r
- Physical Disks: These devices use NT to open a real device in your system\r
+ Physical Disks: These devices use UNIX to open a real device in your system\r
 \r
    Thus a 120 MB floppy would look like:\r
    EFI_UNIX_PHYSICAL_DISKS=B:RW;245760;512\r
@@ -115,7 +115,7 @@ EFI_DRIVER_BINDING_PROTOCOL           gUnixBusDriverBinding = {
 #define UNIX_PCD_ARRAY_SIZE (sizeof(mPcdEnvironment)/sizeof(UNIX_PCD_ENTRY))\r
 \r
 //\r
-// Table to map NT Environment variable to the GUID that should be in\r
+// Table to map UNIX Environment variable to the GUID that should be in\r
 // device path.\r
 //\r
 static UNIX_PCD_ENTRY  mPcdEnvironment[] = {\r
index 4d8530bc8f8b6996c86af83881a4c2d28f30b01c..da9a9ac6908458ec4f5bbf3535ad2f1da6e9c389 100644 (file)
@@ -37,7 +37,7 @@ EFI_UNIX_PASS_THRU      - associates a device with our PCI support
  <block count> - Decimal number of blocks a device supports.\r
  <block size>  - Decimal number of bytes per block.\r
 \r
NT envirnonment variable contents. '<' and '>' are not part of the variable, \r
UNIX envirnonment variable contents. '<' and '>' are not part of the variable, \r
  they are just used to make this help more readable. There should be no \r
  spaces between the ';'. Extra spaces will break the variable. A '!' is  \r
  used to seperate multiple devices in a variable.\r
@@ -57,7 +57,7 @@ EFI_UNIX_PASS_THRU      - associates a device with our PCI support
    A 1.44MB emulated floppy with a block size of 1024 would look like:\r
    EFI_UNIX_VIRTUAL_DISKS=RW;1440;1024\r
 \r
- Physical Disks: These devices use NT to open a real device in your system\r
+ Physical Disks: These devices use UNIX to open a real device in your system\r
 \r
    Thus a 120 MB floppy would look like:\r
    EFI_UNIX_PHYSICAL_DISKS=B:RW;245760;512\r
index 2ca466c2c5d6c86656f7c1a16178bb73695afe98..b64a8216de97b94c8c9d941c1e0e0a273ae06c85 100644 (file)
     <PcdEntry PcdItemType="DYNAMIC">\r
       <C_Name>PcdUnixFileSystem</C_Name>\r
       <TokenSpaceGuidCName>gEfiEdkUnixPkgTokenSpaceGuid</TokenSpaceGuidCName>\r
-      <HelpText>This PCD defines the windows directory who will be mounted as\r
+      <HelpText>This PCD defines the unix directory who will be mounted as\r
         harddisk in simulator.\r
         The item type of this PCD can only be "DYNAMIC".</HelpText>\r
     </PcdEntry>\r
index be5d87d8469d3a6c56437fdcb7e69c897dedeb82..ee2aad0f66bf69818fa500cfddebd3c8dad0c694 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
+  UNIX Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
 \r
 --*/\r
 \r
index d82c825c6c2d1f184c9a4e8f8d79a57281463ee2..10e6dc9b8acba31d397cd48d81fcff6e464dc8b7 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
+  UNIX Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
 \r
 --*/\r
 \r
index 8cf60ebf99586408a83bc56c95d96c2d291a1634..12cbcc8ecc99a458f0296b1055aa1cea59cef4b4 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Architectural Protocol Driver as defined in Tiano\r
+  UNIX Emulation Architectural Protocol Driver as defined in Tiano\r
 \r
 --*/\r
 \r
index 8739d6cd1ad313abdbecf07fffd904e72afcd932..72c196bfd8d2d06708212721862d97925f4fa33a 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Reset Architectural Protocol as defined in Tiano under NT Emulation\r
+  Reset Architectural Protocol as defined in Tiano under UNIX Emulation\r
 \r
 --*/\r
 \r
index 19fd911764949ef265d821f818af13a63ced672c..8001138b948ffbd703511e609c6d5202b8a5202d 100644 (file)
@@ -15,9 +15,9 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
+  UNIX Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
 \r
-  This Timer module uses an NT Thread to simulate the timer-tick driven\r
+  This Timer module uses an UNIX Thread to simulate the timer-tick driven\r
   timer service.  In the future, the Thread creation should possibly be \r
   abstracted by the CPU architectural protocol\r
 \r
index 98d1999b5bf29965c88113d4e1af5164c3d5e257..37ff8b26b3de8707301e32305e1c0b05285014a1 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Architectural Protocol Driver as defined in Tiano.\r
-  This Timer module uses an NT Thread to simulate the timer-tick driven\r
+  UNIX Emulation Architectural Protocol Driver as defined in Tiano.\r
+  This Timer module uses an UNIX Thread to simulate the timer-tick driven\r
   timer service.\r
 \r
 --*/\r
index 9149639abce5fe9cb558d4c7c3361839f22582c7..9166a8a0a29948e62c890815588859d69bc5f48f 100644 (file)
@@ -70,7 +70,7 @@ UnixFlushCpuDataCache (
 Routine Description:\r
 \r
   This routine would provide support for flushing the CPU data cache.\r
-  In the case of NT emulation environment, this flushing is not necessary and\r
+  In the case of UNIX emulation environment, this flushing is not necessary and\r
   is thus not implemented.\r
 \r
 Arguments:\r
@@ -92,13 +92,13 @@ Returns:
 {\r
   if (FlushType == EfiCpuFlushTypeWriteBackInvalidate) {\r
     //\r
-    // Only WB flush is supported. We actually need do nothing on NT emulator\r
+    // Only WB flush is supported. We actually need do nothing on UNIX emulator\r
     // environment. Classify this to follow EFI spec\r
     //\r
     return EFI_SUCCESS;\r
   }\r
   //\r
-  // Other flush types are not supported by NT emulator\r
+  // Other flush types are not supported by UNIX emulator\r
   //\r
   return EFI_UNSUPPORTED;\r
 }\r
index 3a838a0c7f27a08f9f15bbe05821db71e430e407..d7254203d5b6540b31bafa6638718b59a321fc5f 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
 \r
 Abstract:\r
 \r
-  NT Emulation Architectural Protocol Driver as defined in Tiano.\r
+  UNIX Emulation Architectural Protocol Driver as defined in Tiano.\r
 \r
 --*/\r
 \r
index f43a44bfb644670004ab65e2f66f75a31912cb2f..982bb07f15150dbea2f1a09dc8ccaf89c550f78f 100644 (file)
@@ -261,7 +261,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <DatumType>VOID*</DatumType>\r
       <ValidUsage>DYNAMIC</ValidUsage>\r
       <DefaultValue>L".!..\\..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"</DefaultValue>\r
-      <HelpText>This PCD defines the windows directory who will be mounted as \r
+      <HelpText>This PCD defines the host directory who will be mounted as \r
         harddisk in simulator.\r
         The item type of this PCD can only be "DYNAMIC".</HelpText>\r
     </PcdEntry>\r
@@ -273,7 +273,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <ValidUsage>DYNAMIC</ValidUsage>\r
       <DefaultValue>L"64!64"</DefaultValue>\r
       <HelpText>This PCD defines the memory size of simulated machine. Simulator will allocate\r
-        the size of PcdUnixMemorySize in windows platform.\r
+        the size of PcdUnixMemorySize in host platform.\r
         The item type of this PCD can only be "DYNAMIC".</HelpText>\r
     </PcdEntry>\r
     <PcdEntry>\r
@@ -324,7 +324,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <DatumType>VOID*</DatumType>\r
       <ValidUsage>FIXED_AT_BUILD PATCHABLE_IN_MODULE</ValidUsage>\r
       <DefaultValue>L"..\\Fv\\Fv_Recovery.fd"</DefaultValue>\r
-      <HelpText>This PCD defines the FD file windows path string. Simulator will load the FD file and execute.</HelpText>\r
+      <HelpText>This PCD defines the FD file path string. Simulator will load the FD file and execute.</HelpText>\r
     </PcdEntry>\r
     <PcdEntry>\r
       <C_Name>PcdUnixConsole</C_Name>\r
@@ -354,7 +354,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <ValidUsage>FIXED_AT_BUILD PATCHABLE_IN_MODULE</ValidUsage>\r
       <DefaultValue>L"64!64"</DefaultValue>\r
       <HelpText>This PCD defines the memory size of simulated machine. Simulator will allocate\r
-        the size of PcdUnixMemorySizeForSecMain in windows platform.</HelpText>\r
+        the size of PcdUnixMemorySizeForSecMain in host platform.</HelpText>\r
     </PcdEntry>\r
   </PcdDeclarations>\r
 </PackageSurfaceArea>
index 17a4c02b8fdfda924bd13834e42752ef11340e80..0c04d8202e616845f81a7e3c66b21ffe2f517c44 100644 (file)
@@ -43,7 +43,7 @@ Routine Description:
   This service is called from Index == 0 until it returns EFI_UNSUPPORTED.\r
   It allows discontiguous memory regions to be supported by the emulator.\r
   It uses gSystemMemory[] and gSystemMemoryCount that were created by\r
-  parsing the Windows environment variable EFI_MEMORY_SIZE.\r
+  parsing the host environment variable EFI_MEMORY_SIZE.\r
   The size comes from the varaible and the address comes from the call to\r
   WinNtOpenFile. \r
 \r
index 869f4c968f0be3dc780a3ea195c480bc4509ad16..a9885a57bf5663b14e26515b466c2b825d56097d 100644 (file)
@@ -41,7 +41,7 @@ EFI_STATUS
 \r
 Routine Description:\r
   Return the FD Size and base address. Since the FD is loaded from a \r
-  file into Windows memory only the SEC will know it's address.\r
+  file into host memory only the SEC will know it's address.\r
 \r
 Arguments:\r
   Index  - Which FD, starts at zero.\r
index 6b83c99fe40be6b70bce0eb78eca36e08a84e5de..2d8e9fab7dac61b460ba3c9a67e28b25a4fbf9a9 100644 (file)
@@ -36,7 +36,7 @@ extern EFI_GUID gEfiUnixIoProtocolGuid;
 \r
 //\r
 // The following GUIDs are used in EFI_UNIX_IO_PROTOCOL_GUID\r
-// Device paths. They map 1:1 with NT envirnment variables. The variables\r
+// Device paths. They map 1:1 with UNIX envirnment variables. The variables\r
 // define what virtual hardware the emulator/UnixBusDriver will produce.\r
 //\r
 //\r
index 35c61affdacfe5a16570b08ebe0f3e9f34a56950..6fd4a97dcf83bbd6e0f38f78f6f0087529895a9a 100644 (file)
@@ -53,7 +53,7 @@ Returns:
   DEBUG ((EFI_D_ERROR, "Unix Autoscan PEIM Loaded\n"));\r
 \r
   //\r
-  // Get the PEI NT Autoscan PPI\r
+  // Get the PEI UNIX Autoscan PPI\r
   //\r
   Status = (**PeiServices).LocatePpi (\r
                             PeiServices,\r
index b368dc1f390adb5ba5ca505877ce08142565ec7f..b18d1519d73f0fecdc9c6eaf949c5c57827f7bdb 100644 (file)
@@ -15,7 +15,7 @@ Module Name:
    \r
 Abstract:\r
 \r
-  Tiano PEIM to provide the platform support functionality within Windows\r
+  Tiano PEIM to provide the platform support functionality within unix\r
 \r
 --*/\r
 \r
index d7760bc82a6a4d34b4e5588a4a1c684644d81bf6..889d98d8ecd5f590feee36cacde97d4341d31f8d 100644 (file)
@@ -7,7 +7,7 @@
     <Version>1.0</Version>\r
     <Abstract>Stuff driver</Abstract>\r
     <Description>\r
-      Tiano PEIM to abstract construction of firmware volume in a Windows NT environment.\r
+      Tiano PEIM to abstract construction of firmware volume in a Unix environment.\r
     </Description>\r
     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials\r
index 32793f7c645e8644c7c03b10fb605a3305c507d9..b1394a2c0203d3073c9b2cdb13ec285628328d25 100644 (file)
@@ -14,10 +14,10 @@ Module Name:
   SecMain.c\r
 \r
 Abstract:\r
-  WinNt emulator of SEC phase. It's really a Win32 application, but this is\r
-  Ok since all the other modules for NT32 are NOT Win32 applications.\r
+  WinNt emulator of SEC phase. It's really a Posix application, but this is\r
+  Ok since all the other modules for NT32 are NOT Posix applications.\r
 \r
-  This program processes Windows environment variables and figures out\r
+  This program processes host environment variables and figures out\r
   what the memory layout will be, how may FD's will be loaded and also\r
   what the boot mode is.\r
 \r
@@ -25,9 +25,9 @@ Abstract:
   is a list of PPI's produced by the SEC that are availble for usage in PEI.\r
 \r
   This code produces 128 K of temporary memory for the PEI stack by opening a\r
-  Windows file and mapping it directly to memory addresses.\r
+  host file and mapping it directly to memory addresses.\r
 \r
-  The system.cmd script is used to set windows environment variables that drive\r
+  The system.cmd script is used to set host environment variables that drive\r
   the configuration opitons of the SEC.\r
 \r
 --*/\r
@@ -103,7 +103,7 @@ EFI_PEI_PPI_DESCRIPTOR  gPrivateDispatchTable[] = {
 //\r
 // Default information about where the FD is located.\r
 //  This array gets filled in with information from EFI_FIRMWARE_VOLUMES\r
-//  EFI_FIRMWARE_VOLUMES is a Windows environment variable set by system.cmd.\r
+//  EFI_FIRMWARE_VOLUMES is a host environment variable set by system.cmd.\r
 //  The number of array elements is allocated base on parsing\r
 //  EFI_FIRMWARE_VOLUMES and the memory is never freed.\r
 //\r
@@ -147,7 +147,7 @@ main (
 /*++\r
 \r
 Routine Description:\r
-  Main entry point to SEC for WinNt. This is a Windows program\r
+  Main entry point to SEC for WinNt. This is a unix program\r
 \r
 Arguments:\r
   Argc - Number of command line arguments\r
@@ -176,7 +176,7 @@ Returns:
   MemorySizeStr      = (CHAR16 *)PcdGetPtr (PcdUnixMemorySizeForSecMain);\r
   FirmwareVolumesStr = (CHAR16 *)PcdGetPtr (PcdUnixFirmwareVolume);\r
 \r
-  printf ("\nEDK SEC Main NT Emulation Environment from www.TianoCore.org\n");\r
+  printf ("\nEDK SEC Main UNIX Emulation Environment from www.TianoCore.org\n");\r
 \r
   //\r
   // Allocate space for gSystemMemory Array\r
@@ -485,7 +485,7 @@ Routine Description:
   This routine produces the ReportStatusCode PEI service. It's passed\r
   up to the PEI Core via a PPI. T\r
 \r
-  This code currently uses the NT clib printf. This does not work the same way\r
+  This code currently uses the UNIX clib printf. This does not work the same way\r
   as the EFI Print (), as %t, %g, %s as Unicode are not supported.\r
 \r
 Arguments:\r
@@ -647,7 +647,7 @@ Routine Description:
   This service is called from Index == 0 until it returns EFI_UNSUPPORTED.\r
   It allows discontiguous memory regions to be supported by the emulator.\r
   It uses gSystemMemory[] and gSystemMemoryCount that were created by\r
-  parsing the Windows environment variable EFI_MEMORY_SIZE.\r
+  parsing the host environment variable EFI_MEMORY_SIZE.\r
   The size comes from the varaible and the address comes from the call to\r
   WinNtOpenFile.\r
 \r
@@ -689,7 +689,7 @@ SecWinNtWinNtThunkAddress (
 /*++\r
 \r
 Routine Description:\r
-  Since the SEC is the only Windows program in stack it must export\r
+  Since the SEC is the only Unix program in stack it must export\r
   an interface to do Win API calls. That's what the WinNtThunk address\r
   is for. gWinNt is initailized in WinNtThunk.c.\r
 \r
@@ -744,7 +744,7 @@ Returns:
     return Status;\r
   }\r
   //\r
-  // Allocate space in NT (not emulator) memory. Extra space is for alignment\r
+  // Allocate space in UNIX (not emulator) memory. Extra space is for alignment\r
   //\r
   ImageContext.ImageAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) malloc ((UINTN) (ImageContext.ImageSize + (ImageContext.SectionAlignment * 2)));\r
   if (ImageContext.ImageAddress == 0) {\r
@@ -789,7 +789,7 @@ SecWinNtFdAddress (
 \r
 Routine Description:\r
   Return the FD Size and base address. Since the FD is loaded from a\r
-  file into Windows memory only the SEC will know it's address.\r
+  file into host memory only the SEC will know it's address.\r
 \r
 Arguments:\r
   Index  - Which FD, starts at zero.\r
index 815dc79b45e23db8e3e58f41978d0fbbb6279042..4c242076616424e55c04985e02d450d0c6dd63f4 100644 (file)
@@ -14,7 +14,7 @@ Module Name:
   SecMain.h\r
 \r
 Abstract:\r
-  Include file for Windows API based SEC\r
+  Include file for host API based SEC\r
 \r
 --*/\r
 \r
index 335cc5fad06fdb3279e244fac299c5e798824298..8e0af9a7ceb3e0d2a7817864709ea2b92d8e54ca 100644 (file)
@@ -85,7 +85,7 @@
       <C_Name>PcdUnixMemorySizeForSecMain</C_Name>\r
       <TokenSpaceGuidCName>gEfiEdkUnixPkgTokenSpaceGuid</TokenSpaceGuidCName>\r
       <HelpText>This PCD defines the memory size of simulated machine. Simulator will allocate\r
-        the size of PcdUnixMemorySizeForSecMain in windows platform.</HelpText>\r
+        the size of PcdUnixMemorySizeForSecMain in host platform.</HelpText>\r
     </PcdEntry>\r
     <PcdEntry PcdItemType="DYNAMIC">\r
       <C_Name>PcdUnixFirmwareVolume</C_Name>\r