]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/README
Fix help command scroll issue. Also add FV space used, and free space to dir command.
[mirror_edk2.git] / OvmfPkg / README
index 96e115b87769ad5aa4bf616ad96d254388092611..aee3aa681975e72d68f2eb9c6fa1302aa06d6d0b 100644 (file)
@@ -38,20 +38,31 @@ Update Conf/target.txt ACTIVE_PLATFORM for OVMF:
 * OvmfPkg/OvmfPkgIa32X64.dsc   IA32       X64            X64\r
 * OvmfPkg/OvmfPkgX64.dsc       X64        X64            X64\r
 \r
-Following the edk2 build process, you will find OVMF.fd at:\r
-$WORKSPACE/Build/*/*/FV/OVMF.fd\r
+Update Conf/target.txt TARGET_ARCH based on the .dsc file:\r
+                             TARGET_ARCH\r
+* OvmfPkg/OvmfPkgIa32.dsc     IA32\r
+* OvmfPkg/OvmfPkgIa32X64.dsc  IA32 X64\r
+* OvmfPkg/OvmfPkgX64.dsc      X64\r
+\r
+Following the edk2 build process, you will find the OVMF binaries\r
+under the $WORKSPACE/Build/*/*/FV directory.  The actual path will\r
+depend on how your build is configured.  You can expect to find\r
+these binary outputs:\r
+* OVMF.fd \r
+* CirrusLogic5446.rom\r
+\r
+More information on building OVMF can be found at:\r
+* https://edk2.tianocore.org/build-ovmf.html\r
 \r
 === RUNNING OVMF on QEMU ===\r
 \r
 * QEMU 0.9.1 or later is required.\r
 * Either copy, rename or symlink OVMF.fd => bios.bin\r
+* Either copy, rename or symlink CirrusLogic5446.rom => vgabios-cirrus.bin\r
 * Be sure to use qemu-system-x86_64, if you are using and X64 firmware.\r
   (qemu-system-x86_64 works for the IA32 firmware as well, of course.)\r
-* Use the QEMU -L parameter to specify the directory where bios.bin\r
-  is located.\r
-* If QEMU returns an error about not finding a video bios, you can\r
-  try creating an empty copy of the video bios file, or copy the\r
-  video bios from QEMU's BIOS directory.\r
+* Use the QEMU -L parameter to specify the directory where the bios.bin\r
+  and vgabios-cirrus.bin files are located.\r
 * Optionally you can use the QEMU -serial command to capture the\r
   OVMF debug messages.  For example: -serial file:serial.log\r
 * The EFI shell is built into OVMF builds at this time, so it should\r