]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1, Rollback run.cmd because the concat work in NT32.fpd is work correctly now.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 7 Jul 2006 06:19:08 +0000 (06:19 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 7 Jul 2006 06:19:08 +0000 (06:19 +0000)
2, Fix some bugs in ReleaseNotes.txt

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@816 6f19259b-4bc3-4df7-8a09-765794883524

EdkNt32Pkg/run.cmd
ReleaseNotes.txt

index 145558fa28a1b6fc5633cd54f9eb6a9f94eae378..8cbe6244ff6d6f3ab9ad3c06cbfa2144e40a7d09 100644 (file)
 \r
 @echo off\r
 \r
 \r
 @echo off\r
 \r
-:create_fd\r
-if not exist Build\Debug\Fv mkdir Build\Debug\Fv\r
-copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B\r
-\r
-:start_secmain\r
 pushd .\r
 cd Build\DEBUG\MSFT\IA32\r
 SecMain.exe\r
 pushd .\r
 cd Build\DEBUG\MSFT\IA32\r
 SecMain.exe\r
index d1866b379494e991e5b3256405a7137416e48738..045e4102a7083914624ab3bc4e1a063aa2ecad14 100644 (file)
@@ -488,20 +488,23 @@ Example Ppi Entries (NOTE: The Guid entry is a single line in the SPD file):
     element as described above.\r
 \r
 --------------------------------------- \r
     element as described above.\r
 \r
 --------------------------------------- \r
-7) Define a new PCD entry in a package:\r
+7) Declare a new PCD entry in a package:\r
   - This release requires manual editing of the SPD file to include the new\r
     PCD.  New Pcd entries are added to the PcdDefinitions section of the\r
     <PackageName>.spd file using the following example for the format:\r
     NOTE: The hex <Token> value must be unique.\r
 \r
   - This release requires manual editing of the SPD file to include the new\r
     PCD.  New Pcd entries are added to the PcdDefinitions section of the\r
     <PackageName>.spd file using the following example for the format:\r
     NOTE: The hex <Token> value must be unique.\r
 \r
-<PcdDefinitions>\r
+<PcdDeclarations>\r
   <PcdEntry ItemType="FIXED_AT_BUILD">\r
     <C_Name>PcdMaximumUnicodeStringLength</C_Name>\r
     <Token>0x00000001</Token>\r
   <PcdEntry ItemType="FIXED_AT_BUILD">\r
     <C_Name>PcdMaximumUnicodeStringLength</C_Name>\r
     <Token>0x00000001</Token>\r
+    <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
     <DatumType>UINT32</DatumType>\r
     <DatumType>UINT32</DatumType>\r
+    <ValidUsage>FIXED_AT_BUILD</ValidUsage>\r
     <DefaultValue>1000000</DefaultValue>\r
     <DefaultValue>1000000</DefaultValue>\r
+    <HelpText>The maximum lengh for unicode string.</HelpText>\r
   </PcdEntry>\r
   </PcdEntry>\r
-</PcdDefinition>\r
+</PcdDeclarations>\r
   \r
 ------------------------------\r
 8) Declare a new Library Class:\r
   \r
 ------------------------------\r
 8) Declare a new Library Class:\r