From 54c9f9ed9591fcff7a201447a2c41a58c35f8fef Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 7 Jul 2006 06:19:08 +0000 Subject: [PATCH] 1, Rollback run.cmd because the concat work in NT32.fpd is work correctly now. 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 | 5 ----- ReleaseNotes.txt | 9 ++++++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/EdkNt32Pkg/run.cmd b/EdkNt32Pkg/run.cmd index 145558fa28..8cbe6244ff 100644 --- a/EdkNt32Pkg/run.cmd +++ b/EdkNt32Pkg/run.cmd @@ -11,11 +11,6 @@ @echo off -:create_fd -if not exist Build\Debug\Fv mkdir Build\Debug\Fv -copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B - -:start_secmain pushd . cd Build\DEBUG\MSFT\IA32 SecMain.exe diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index d1866b3794..045e4102a7 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -488,20 +488,23 @@ Example Ppi Entries (NOTE: The Guid entry is a single line in the SPD file): element as described above. --------------------------------------- -7) Define a new PCD entry in a package: +7) Declare a new PCD entry in a package: - This release requires manual editing of the SPD file to include the new PCD. New Pcd entries are added to the PcdDefinitions section of the .spd file using the following example for the format: NOTE: The hex value must be unique. - + PcdMaximumUnicodeStringLength 0x00000001 + gEfiMdePkgTokenSpaceGuid UINT32 + FIXED_AT_BUILD 1000000 + The maximum lengh for unicode string. - + ------------------------------ 8) Declare a new Library Class: -- 2.39.2