X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FREADME;h=304e69fbe5456d57ae1e0d4bf95800b3a91b3793;hb=eecad34987c56317f69d4eee9d9c1df0c825a79e;hp=0f70fa7359d0d045151b9047b9f2cadff2371833;hpb=5e04f4b7e1a48cfa9e6b045f953e84becced2e9e;p=mirror_edk2.git diff --git a/OvmfPkg/README b/OvmfPkg/README index 0f70fa7359..304e69fbe5 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -170,11 +170,6 @@ can be used on Windows. -global ICH9-LPC.disable_s3=1 \ -Dependent on the development status of the -"UefiCpuPkg/Universal/Acpi/S3Resume2Pei" module, S3 resume may not work in -OvmfPkg/OvmfPkgX64.dsc builds. In such cases, OvmfPkg/OvmfPkgIa32X64.dsc is -recommended for running X64 guests. - === Network Support === OVMF provides a UEFI network stack by default. Its lowest level driver is the @@ -236,8 +231,8 @@ longer.) - Install the drivers into a directory called Intel3.5 in your WORKSPACE. - Include the driver in OVMF during the build: - - Add "-D E1000_ENABLE -D FD_SIZE_2MB" to your build command, - - For example: "build -D E1000_ENABLE -D FD_SIZE_2MB". + - Add "-D E1000_ENABLE" to your build command, + - For example: "build -D E1000_ENABLE". * When a matching iPXE driver is configured for a NIC as described above, it takes priority over other drivers that could possibly drive the card too: @@ -295,11 +290,11 @@ If you must use UNIXGCC, then you can override the build options for particular libraries and modules in the .dsc to re-enable debugging selectively. For example: [Components] - OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf { + OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf { GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG } - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf { + MdeModulePkg/Universal/BdsDxe/BdsDxe.inf { GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG }