From a27e904258b9e848d91cdf22e7c20e2131249cfb Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Tue, 17 May 2016 18:47:02 +0200 Subject: [PATCH] OvmfPkg/README: refer to MdeModulePkg & PlatformBootManagerLib in examples The "UNIXGCC Debug" section happens to name PlatformBdsLib and IntelFrameworkModulePkg's BdsDxe as examples. OVMF will soon stop offering those even as a fallback option. Cc: Ard Biesheuvel Cc: Gary Ching-Pang Lin Cc: Jordan Justen Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen --- OvmfPkg/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvmfPkg/README b/OvmfPkg/README index c0fe4ac2de..304e69fbe5 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -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 }