X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FREADME;h=304e69fbe5456d57ae1e0d4bf95800b3a91b3793;hp=e6137ddc1f3695f07471d93fe53bb2a8829f43f0;hb=1de3b7fdb19a265dcde97070fcd14e0407cb01bd;hpb=5133d1f1d297db5b5d04641da98489aba118c93b diff --git a/OvmfPkg/README b/OvmfPkg/README index e6137ddc1f..304e69fbe5 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -231,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: @@ -290,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 }