diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-14 03:09:49 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-14 03:09:49 +0000 |
commit | 4b37cc04b7677606347692541f2541d72f6e9b3f (patch) | |
tree | 8259860e711b561f89e41f726dd89e44dcf3fdc6 /DuetPkg | |
parent | dc9624aa5585b52abb5cd3456c3f6bdf55f45836 (diff) | |
download | edk2-platforms-4b37cc04b7677606347692541f2541d72f6e9b3f.tar.xz |
Update ReadMe file for we use the binaries of boot sector directly instead of building it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9559 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/ReadMe.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/DuetPkg/ReadMe.txt b/DuetPkg/ReadMe.txt index 44584f84fa..173851b5a1 100644 --- a/DuetPkg/ReadMe.txt +++ b/DuetPkg/ReadMe.txt @@ -21,11 +21,8 @@ To build DUET image, following tools are required: 2). run "edksetup.bat"
3). run "build -p DuetPkg\DuetPkg.dsc -a IA32" for IA32 architecture platform or
"build -p DuetPkg\DuetPkg.dsc -a X64" for X64 architecture platform.
-
-2.2 Build BootSector
- 1). run "build -p DuetPkg\DuetPkg.dsc -m DuetPkg\BootSector\BootSector.inf -a IA32"
-
-2.3 Execute post build actions
+
+2.2 Execute post build actions
1). enter <Workspace>\DuetPkg directory.
2). run "PostBuild.bat IA32" for IA32 architecture platform or
"PostBuild.bat X64" for X64 architecture platform.
@@ -84,11 +81,8 @@ B. Build DUET image on Linux Platform 2). run "edksetup.sh BaseTools"
3). run "build -p DuetPkg/DuetPkg.dsc -a IA32 -t UNIXGCC" for IA32 architecture platform or
"build -p DuetPkg/DuetPkg.dsc -a X64 -t UNIXGCC" for X64 architecture platform.
-
-2.2 Build BootSector
- 1). run "build -p DuetPkg/DuetPkg.dsc -m DuetPkg/BootSector/BootSector.inf -a IA32 -t UNIXGCC"
-2.3 Execute post build actions
+2.2 Execute post build actions
1). enter /R9_tree/DuetPkg directory.
2). run "./PostBuild.sh IA32" for IA32 architecture platform or
"./PostBuild.sh X64" for X64 architecture platform.
|