/[packages]/cauldron/edk2/current/SOURCES/0002-OvmfPkg-silence-EFI_D_VERBOSE-0x00400000-in-the-DXE-.patch
ViewVC logotype

Contents of /cauldron/edk2/current/SOURCES/0002-OvmfPkg-silence-EFI_D_VERBOSE-0x00400000-in-the-DXE-.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1378781 - (show annotations) (download)
Tue Mar 19 07:21:32 2019 UTC (5 years, 1 month ago) by tv
File size: 2417 byte(s)
- Update to stable-201903
- Update to openssl-1.1.0j
- Move to python3 deps
- Use YYYYMMDD versioning to fix upgrade path
1 From 98991ce22e7347461a3f5a912a1f885776ace4cf Mon Sep 17 00:00:00 2001
2 From: Laszlo Ersek <lersek@redhat.com>
3 Date: Wed, 27 Jan 2016 03:05:18 +0100
4 Subject: [PATCH] OvmfPkg: silence EFI_D_VERBOSE (0x00400000) in the DXE core
5
6 The DXE core logs a bunch of Properties Table and Memory Attributes Table
7 related information, on the EFI_D_VERBOSE level, that I am at the moment
8 not interested in. Suppress said output.
9
10 Contributed-under: TianoCore Contribution Agreement 1.0
11 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
12 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 ---
14 OvmfPkg/OvmfPkgIa32.dsc | 2 ++
15 OvmfPkg/OvmfPkgIa32X64.dsc | 2 ++
16 OvmfPkg/OvmfPkgX64.dsc | 2 ++
17 3 files changed, 6 insertions(+)
18
19 diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
20 index 3f77f78a68..89d380b72a 100644
21 --- a/OvmfPkg/OvmfPkgIa32.dsc
22 +++ b/OvmfPkg/OvmfPkgIa32.dsc
23 @@ -645,6 +645,8 @@
24 <LibraryClasses>
25 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
26 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
27 + <PcdsFixedAtBuild>
28 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
29 }
30
31 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
32 diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
33 index 3fb003e670..e87d840a0c 100644
34 --- a/OvmfPkg/OvmfPkgIa32X64.dsc
35 +++ b/OvmfPkg/OvmfPkgIa32X64.dsc
36 @@ -654,6 +654,8 @@
37 <LibraryClasses>
38 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
39 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
40 + <PcdsFixedAtBuild>
41 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
42 }
43
44 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
45 diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
46 index 26bbfecddf..d6df5771e6 100644
47 --- a/OvmfPkg/OvmfPkgX64.dsc
48 +++ b/OvmfPkg/OvmfPkgX64.dsc
49 @@ -652,6 +652,8 @@
50 <LibraryClasses>
51 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
52 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
53 + <PcdsFixedAtBuild>
54 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
55 }
56
57 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf

  ViewVC Help
Powered by ViewVC 1.1.30