summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-14 06:46:15 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-14 06:46:15 +0000
commit70edbc34be395ef9697422c88cb436e1c8e3404b (patch)
tree338b200f4f2166dbc6ffdec0b70320250875f5d5 /ReleaseNotes.txt
parent44cf7a02c113b51af9b3383f0fcbf8176c4d1ab1 (diff)
downloadedk2-70edbc34be395ef9697422c88cb436e1c8e3404b.zip
edk2-70edbc34be395ef9697422c88cb436e1c8e3404b.tar.gz
edk2-70edbc34be395ef9697422c88cb436e1c8e3404b.tar.bz2
Updated the ReleaseNotes.txt to include a PlatformName guideline and added the new edksetup.bat file which skips the tools build by default.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1000 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 34254e6..f980502 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -318,12 +318,18 @@ or
about active platform policy, see the “EDK II Build and Packaging Architecture
Specification.”
-To run the Nt32 emulation platform under Microsoft Windows, go to <full build path>\DEBUG\MSFT\IA32 and execute SecMain.exe
+To run the Nt32 emulation platform under Microsoft Windows, go to
+<full build path>\DEBUG\MSFT\IA32 and execute SecMain.exe
To exit the Nt32 emulation platform, type “reset” at the EFI Shell>
command prompt. Alternatively, from the graphical interface, select the Boot
Maintenance Manager's “Reset System” command.
+ NOTE: When creating a new platform, the Platform Name should be restricted
+ to a single word, containing alphanumeric characters, with special characters,
+ underscore, dash and the period character also allowed. Space characters and
+ other special characters are not allowed.
+
-----------------------
Notes on Symbolic Debug
-----------------------