]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/README
OvmfPkg/build.sh: Add features and replace build32/64.sh
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 9 Jan 2011 03:50:21 +0000 (03:50 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 9 Jan 2011 03:50:21 +0000 (03:50 +0000)
commit66325870afafef6bf221fc3cc214f208b281652b
tree29aa34e32ce1b011d802b249f69e965d4980ecd4
parentaf072124e4f2f004f2200d765a72efb7c97c9aec
OvmfPkg/build.sh: Add features and replace build32/64.sh

Add a single build.sh to replace build32.sh & build64.sh.

The script watches for various parameters:
-a: allows selecting IA32 or X64 (default)
-b: allows selecting RELEASE or DEBUG (default)
-t: allows selecting the toolchain

When running qemu, the script doesn't always add -hda now.
If the user provides a disk parameter (for example, -fda, -hda
or -cdrom), then -hda will not be added to the qemu command line.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11238 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/README
OvmfPkg/build.sh [new file with mode: 0755]
OvmfPkg/build32.sh [deleted file]
OvmfPkg/build64.sh [deleted file]